Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.
NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
In my case permission won't work. I need to make different view of attachments for guests and registered users. Not just hide but different view. Can anyone help?
'S_USER_LOGGED_IN' => ($user->data['user_id'] != ANONYMOUS) ? true : false, is in functions.php. It should be global, but it doesn't work in attachment.html