Find this line:
HTML Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
And put it where you want it below this:
HTML 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>