Quote:
Originally Posted by boozehound
Hmm I see what you mean. Well, he's a kind of fix, it'll censor sigs when they are edited (by a user, not through modcp or admincp but the code for that is the same just in a difference place), so it'll be impossible for users to put censored words in their sigs.
profile.php
find:
PHP Code:
else
{
$signature = trim($message);
}
add after that:
PHP Code:
require_once('./includes/functions_bbcodeparse.php');
$signature = fetch_censored_text($signature);
|
Gotcha - along with that I'll revert the other changes and see what takes place.
Thanks again for the assistance, I'll let you know if anything arises from this.
Josh