Log in

View Full Version : Wordfilter turned off on some forums?


MTGDarkness
02-17-2009, 01:02 PM
On my site, we have a request-only access "mature" (14+) forum, and some members have mentioned that it would be nice for the word filter to be off in that forum (to which I agree heartily). Is it possible to turn the wordfilter off a certain forum? How about modifications that can do that?

Lynne
02-17-2009, 01:27 PM
You can probably write a plugin to do it. (fetch_foruminfo location?)

if ($forumid == 'x')
{
$vbulletin->options['enablecensor'] = '0';
}


(Not tested!)

MTGDarkness
02-17-2009, 02:25 PM
Works like a charm, thanks. :D

Lynne
02-17-2009, 02:27 PM
Well then, happy swearing! :D