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
'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
Statistics: Posted by romeo_piter — Sat Feb 17, 2024 4:17 pm