![]() |
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? |
im not sure phaez but id love this on my forum
|
You must edit this line in functions.php as well:
Code:
return censortext($bbcode); |
All times are GMT. The time now is 08:31 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|