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.
|
Ok, i just did that and it worked!! Thankyou! Your truely a god!!

I owe you one!