depends on which post bit are you using.. you using postbit or postbit_legacy for the old style.
I threw mine below posts and above reputation
<div>
$vbphrase[posts]: $post[posts]
</div>
<if condition="$post['userid']"><div>Buyer/Seller Rating: (<a href="traderratings.php?$session[sessionurl]u=$post[userid]">$post[ratetradetotal]</a>)</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
</div>
<div>$post[reputationdisplay]</div>
|