Quote:
Originally Posted by 58sniper
Okay, that didn't work either. But what did work was changing
PHP Code:
if ($bbuserinfo['usergroupid'] == 6)
to this
PHP Code:
if ($bbuserinfo['usergroupid'] == 6 || $bbuserinfo['usergroupid'] == 9)
Since 9 is the one that is the primary usergroup for my account.
|
HHmm.... if that didn't work, have you tried deleting any quotes yet?

That command is the same command used in the rest of the script to determine if the person has access to moderate quotes or not. Did you change the entire block or just the first line?