The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Sigs and Avatar Show only to members
How do I not show sigs and avatars to guests? members who aren't logged in? Is there a mod for this?
|
#2
|
|||
|
|||
ok, nice and easy.
In your postbit (or postbit_legacy) template For the avatars: Find Code:
<if condition="$show['avatar']"> Code:
<if condition="$show['avatar'] && $show[member]"> Find Code:
<if condition="$post['signature']"> Code:
<if condition="$post['signature'] && $show[member]"> |
#3
|
|||
|
|||
hi, awesome, it worked great, will this have an effect on admins, mods, users awaiting e-mail confirmation? will it show to them?
|
#4
|
||||
|
||||
It will show to everybody who has an account of any type.
|
#5
|
|||
|
|||
thanks peterska2
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|