The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Turn off avatars per forum...(vB Advanced)
I am using VbAdvanced, and I'd prefer not to display avatars in the forum that is supplying the NEWS module.
Is this possible? |
#2
|
||||
|
||||
You can set the avatar to not show up when you're creating your vBa page (in the News options). Or as you've requested, try this:
In either postbit or postbit_legacy find: Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> Code:
<if condition="$thread['forumid'] == x"> <else /> <if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> </if> |
#3
|
|||
|
|||
Thank you! You're always SO helpful!! Much appreciated.
|
#4
|
||||
|
||||
Anytime.
|
#5
|
|||
|
|||
You know what? "Turn off avatar" is an option built into vBA...I guess I overlooked it at first.
BTW, are you ever available for paid work? If so, pm me! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|