Quote:
Originally Posted by boozehound
In includes/functions_bbcodeparse find:
PHP Code:
if ($forum['censor'])
replace with:
PHP Code:
if ($forum['censor'] || $forum == null)
This will censor sigs globally.
|
Gotcha, will apply sir.
Is there a reason it is not applying the censor to non-checked forums?
I'd be fine with it if it was staying active in forums that had mandatory censoring, but once I installed this, globally all signatures were bypassing the censor rules.
Thanks for the help,
Josh