Quote:
Originally Posted by ericgtr
Hmm.. I made all the file modifications but it really tweaked out my postbit_legacy, can you add instructions for it?
|
Instead of his modification of the avatar code - Use the following for postbit legacy and it works great (Example at :
http://www.x-six.org/V.3/VB3/showthr...?p=110#post110 ):
HTML Code:
<if condition="$show['avatar']">
<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
<else />
<if condition="$teaminfo['teamid']!=1">
<a href="showteams.php?$session[sessionurl]do=teamprofile&teamid=$post[teamid]"><img src="$teaminfo[avatarurl]" alt="$teaminfo[name] Avatar" border="0" /></a></if>
</if>