Quote:
Originally Posted by Lynne
The variable $post is only used in the postbit templates, it won't work in others. In most others, you would use $bbuserinfo if it is regarding the person browsing the site and $userinfo if it is regarding a user who's page you are looking at (a member.php page).
|
I tried this one and still no dice
Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$bbuserinfo [userid]"><img src="$bbuserinfo [avatarurl]" width="50px" height="50px" alt="<phrase 1="$bbuserinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
this is hard stuff to figure out
c