Quote:
Originally Posted by Brittany
OK I installed this exactly how you said and when I go to disable the censor
it says
"A required field called Enable word censor is missing or has an invalid value."
What am I doing wrong?
eta:
My code
PHP Code:
if ($vbulletin->options['enablecensor'] AND !empty($vbulletin->options['censorwords']))
{
if ((isset($vbulletin->userinfo['field10'])) && ($vbulletin->userinfo['field10'] != 1))
{
return $text;
}
|
Go to "User Profile Field Manager" in AdminCP.
Click "Edit" next to the option you created.
Choose "no" for required field.