|
Guests can see forums and threads, but must register to read threads.
This modification is in the archives.
In showthread.php, look for the following:
Code:
if (!($forumperms & CANVIEWOTHERS) AND ($thread['postuserid'] != $bbuserinfo['userid'] OR $bbuserinfo['userid'] == 0))
{
print_no_permission();
}
Code:
###DENY NOT LOGGED IN (USER 0) AND USERS AWAITING EMAIL CONFIRMATION (GROUP 3)### if($bbuserinfo['userid']==0||$bbuserinfo['usergroupid']==3) print_no_permission(); Download No files for download. |
|||||||||
Similar Mods
| Disallow guests to view threads, must register first | vBulletin 3.0 Full Releases |