Fóruns
The great place to discuss topics with other users
How to set reading forum for logged in users only
'
Join the Conversation
Responder a publicação
2025-05-22 02:46:54
As the title says, let's get hours hands dirty
go to root files and open forums.php
now look for
case 'thread':
and after that add
if (!$user->_logged_in || !$system['system_public']) {user_access();}
that is all, now guess can see the forums but can only see the post after logged in :D