Quote:
Originally Posted by Wayne Luke
You might be able to do this in the phpinclude_start template without touching any files.
Try something like:
PHP Code:
if ($forumid == XX) {
$vboptions['enablecensor'] = 0;
}
Replace XX with your forum. If that doesn't work then you will most likely need to modify the newthread and newpost files.
|
I added this code to the phpinclude_start template but it is still censoring the words... please advise, i have one forum i don't want the word cencor to be in.