Dosn't work, just makes the screen go white and nothing else.
This is my code, i might of missed something obvious..
PHP Code:
if ($vbulletin->options['enablecensor'] AND !empty($vbulletin->options['censorwords']))
{
if ((isset($vbulletin->userinfo['field13'])) && ($vbulletin->userinfo['field13'] != "Yes"))
{
return $text;
}
if (empty($censorwords))
{
return $text;
}