The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|