For anyone that wants to do this, here is your answer.
Replace the above code with the below code in postbit(_legacy). This will then display reputation level rather than power which is a truer reflection of reputation.
<if condition="$show['reputation']">
<div>
Reputation: $post[reputation]<br />
$post[reputationdisplay]
</div>
</if>
<div>
$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
</div>
|