philliplewisuk
11-28-2001, 06:14 PM
When i close my forum only admins can see the posts. How can I make it so more USERGROUPS can see the forum?
Admin
11-29-2001, 01:29 PM
Edit this code:
// check that board is active - if not admin, then display error
if (!$bbactive) {
$permissions=getpermissions();
if (!$permissions['cancontrolpanel']) {
eval("standarderror(\"".str_replace("\'", "'", addslashes($bbclosedreason))."\");");
exit;
}
}
in global.php.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.