The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Restricted Words & User Groups
I've added the usual list of words I'd like for people not to use on the boards. However, I'm adding a special User Group Forum where basically anything goes and would rather not restrict vocabulary to that particular Forum.
Is there any way to accomplish this? If not, is there any way all registered uses can choose to view restricted words? Thanks! |
#2
|
||||
|
||||
Are you trying to disallow the censored word filter in that forum or make some sort of option for them to choose to see censored words? Those are two different things. To disable the word censor, you would put this in the plugin:
PHP Code:
|
#3
|
|||
|
|||
Hi Lynne,
Yes, to trying to disallow the censored word filter in that forum. Thanks. |
#4
|
||||
|
||||
Then use fetch_foruminfo and put a condition around it - change x to your forumid:
PHP Code:
|
#5
|
|||
|
|||
Thank you.....you're the best!
--------------- Added [DATE]1243735699[/DATE] at [TIME]1243735699[/TIME] --------------- Excuse my ignorance, but where exactly do I find: if ($forumid == 'x') { $vbulletin->options['enablecensor'] = '0'; } --------------- Added [DATE]1243736251[/DATE] at [TIME]1243736251[/TIME] --------------- Found it! Not sure about the Execution Order? Leave this at 5? --------------- Added [DATE]1243737329[/DATE] at [TIME]1243737329[/TIME] --------------- Got it.......Works! |
#6
|
|||
|
|||
quikseps or lynne, can any of you guide me on this, not a clue how to implement this to some forums...
|
#7
|
||||
|
||||
There isn't really much else to write. The plugin is in post 4. If you don't know about plugins, please read the manual - Plugin System
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|