PHP Code:
if ($bbuserinfo['styleid'] == 23 AND $bbuserinfo['usergroupid'] != 7)
{
$styleid = $vboptions['styleid'];
}
else
{
// style specified in user profile
$styleid = $bbuserinfo['styleid'];
}
This is what I did in global.php. I want usergroup id 7 to be able to choose styleid 23. Isn't this the way it supposed to be? But when I do this I got an error saying "Parse error: parse error, unexpected '{' in /home/wherever/global.php on line 266.