Alternative Ranking look
This modification is in the archives.
This is simply moving the default ranking images to below your avatar so it looks better instead of above it.
In template "Postbit Legacy" Find and delete: Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Code:
<if condition="$show['avatar']"> <div class="smallfont"> <br /><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> </div> </if> Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Download No files for download. Screenshots |