The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Allow shouting in thread titles of specific forums
I have prevent shouting enabled. But I would like to disable this function for thread titles of specific forums.
How can I do this? |
#2
|
||||
|
||||
Just write a plugin to disable $vbulletin->options['stopshouting'] for those specific forums. Maybe the fetch_foruminfo hook location.
|
#3
|
||||
|
||||
So what conditional should I add to disable $vbulletin->options['stopshouting'] for a forum array?
--------------- Added [DATE]1233948906[/DATE] at [TIME]1233948906[/TIME] --------------- Would PHP Code:
|
#4
|
||||
|
||||
No. You need to use php in plugins. Something more like;
PHP Code:
|
#5
|
||||
|
||||
That works. Thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|