View Full Version : Sigs and Avatar Show only to members
azn_romeo_4u
08-16-2006, 10:43 PM
How do I not show sigs and avatars to guests? members who aren't logged in? Is there a mod for this?
peterska2
08-17-2006, 01:24 AM
ok, nice and easy.
In your postbit (or postbit_legacy) template
For the avatars:
Find <if condition="$show['avatar']">and replace with<if condition="$show['avatar'] && $show[member]">
For the signatures:
Find <if condition="$post['signature']">and replace with<if condition="$post['signature'] && $show[member]">
Both these codes will stop the item from being shown to guests.
azn_romeo_4u
08-17-2006, 03:42 PM
hi, awesome, it worked great, will this have an effect on admins, mods, users awaiting e-mail confirmation? will it show to them?
It will show to everybody who has an account of any type.
Cagonni
09-26-2006, 04:19 PM
thanks peterska2
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.