PDA

View Full Version : Censor Options


pHaez
01-17-2002, 07:31 PM
I'm working on a hack to choose which forums you censor, and cant seem to figure it out. in newthread.php there are 2 line that are as follows:

$subject=censortext($subject);
$message=censortext($message);

so i tried making a table in forums called: censor I set it to: 0 for the one foru i wanted disabled, and then included it in the sql query's. but when i do

if ($forum[censor]!=0) {
$subject=censortext($subject);
$message=censortext($message);
}

it still wont censor, i did the same principle to the censortext funtion, and newreply.php, but it still censors on that forum. any suggestions?

fonzerelli_79
03-15-2002, 08:42 AM
im not sure phaez but id love this on my forum

Admin
03-15-2002, 11:32 AM
You must edit this line in functions.php as well:
return censortext($bbcode);
(part of the bbcodecodeparse2() function)