The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disable Avatar in Specific forums ?
Hello Everyone,
I have searched, but couldn't find anything. I am looking for a way or a mod which will allow to disable user avatar in one specific forum ?? I need to have it disabled it in one forum only. There are mods to disable signatures in specific forums, but would like to have it for avatars. I am using VB4. Help is appreciated. Thanks. --------------- Added [DATE]1375152775[/DATE] at [TIME]1375152775[/TIME] --------------- Never mind... Admins can delete it. I found it Thanks. |
#2
|
|||
|
|||
Try this plugin code in "showthread_postbit_create" with your forumid in place of "2"
Code:
if($thread['forumid'] == 2) { $show['avatar'] = false; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|