Quote:
Originally posted by neo
In global.php find around line 333
PHP Code:
if (!$permissions['cancontrolpanel']) {
eval("standarderror(\"".str_replace("\'", "'", addslashes($bbclosedreason))."\");");
exit;
}
replace it with
PHP Code:
if (!$permissions['cancontrolpanel'] && ($bbuserinfo[usergroupid]!=7 && $bbuserinfo[usergroupid]!=5)) {
eval("standarderror(\"".str_replace("\'", "'", addslashes($bbclosedreason))."\");");
exit;
}
|
Thanx a lot neo, that totally works and is sooo brilliant!
thanx again