Those of you who do not have an avatar like me will see a gap in the position of where it was suppose to be. To get rid of this gap instead of
$xblavatarhead put this:
Code:
<if condition="$vboptions['xbl_avatar_system_enable_product'] AND $vboptions['xbl_avatar_system_display_navbar']">
<if condition="$bbuserinfo['field25']">
<td style="padding:1px"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]"><img src="http://avatar.xboxlive.com/avatar/$bbuserinfo[field25]/avatarpic-l.png" border="0" /></a></td>
<else />
</if>
</if>