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?
$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?