HTML 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>
This is my avatar code for the postbit. How do I edit this so that only logged in users can see the avatars? Do I wrap
HTML Code:
<if condition="$vbulletin->userinfo[userid]"></if>
around this?