Anyone know the easiest way to only allow registered users to view a topic?
Posted: 13 Dec 2005 10:27
Administrator
Posts: 1116
Join Date: Mar 2005
Patch the forum_visible() function or wait for the next version (I've already made that feature into it).
Posted: 14 Dec 2005 00:24
Registered User Currently Offline
Posts: 70
Join Date: Mar 2005
Thanks... but I think I need to "mod" more than that... I want the forums to still display (and in the nav dropdown)... just when they click on it... have something like if userid < 1 then force registration.
Thanks.
Posted: 14 Dec 2005 12:35
Administrator
Posts: 1116
Join Date: Mar 2005
Well, you can remove the code which checks for forum visibility from the part where forums are shown (board.php), but leave it where the forum is actually rendered (vforum.php, vtopic.php).