Quote:
Originally Posted by assassingod
Nah, Mods can too
|
Ah ok, I tested it, yep mods can too. Just have to be a moderator of a forum instead of just being in moderator usergroup. By the way, your mod won't work because the user can still type in the URL then.
Open mod/forum.php and find
PHP Code:
require("./global.php");
Below, add
PHP Code:
if ($bbuserinfo['usergroupid']==7)
{
exit();
}