The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Can I disable the cuss filter for some forums ???
Is there a way for me disable the cuss filter for specified forums?
I didnt see an option in vBulletin. Is there a hack that will allow me to do this? Thanks! |
#2
|
||||
|
||||
You can search for a hack, or just write a plugin to disable it in those forums (fetch_foruminfo hook location maybe?).
|
#3
|
||||
|
||||
I didnt see a plugin. If anyone knows of one, please let me know.
Thanks! |
#4
|
||||
|
||||
I don't think there is a plugin in the mods forums because it is just three simple lines of code you need.
Code:
if ($forumid == 'x') { $vbulletin->options['enablecensor'] = '0'; } |
#5
|
||||
|
||||
Thanks...
Can you be more detailed on what file I need to edit? Thnx. |
#6
|
||||
|
||||
If you don't know how to create a plugin, you should read this in the manual - Plugin System
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|