Why not try this..
PHP Code:
if (($bbuserinfo['membergroupids']=='20') || ($bbuserinfo['membergroupids']=='21'))
}
$vboptions['allowchangestyles'] = 1;
} else {
$vboptions['allowchangestyles'] = 0;
}
or if that fails (it might or mightn't work..i never used that varaible..)..this should work
PHP Code:
if (($bbuserinfo[usergroupid]=='20') || ($bbuserinfo[usergroupid]=='21'))
}
$vboptions['allowchangestyles'] = 1;
} else {
$vboptions['allowchangestyles'] = 0;
}