useing usergroup may produce unexpected effects... does it censor posts before putting them into the database or before displaying them? because if its the first, admins will be able to use censored words and other users will see them however admins won't be able to see the censored words that other users say...
Code:
if ($usergroupid == XX) {
$vboptions['enablecensor'] = 0;
}
won't work either...
Code:
if ($bbuserinfo[usergroupid] == XX) {
$vboptions['enablecensor'] = 0;
}
even that will only effect a users primary group