find this code in the postbit(legacy)
PHP Code:
<if condition="$show['avatar']"><td class="alt1"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
and put this underneath and delete the other occurance of it.
PHP Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
that should do the trick
-------
glad u found it while i was typing it up