Was just tweaking in VB4.2 PL3 and I added LifesGreatestGift's suggestion above the standard template code & it works as planned. Starting at line 40 of postbit_legacy
Code:
<vb:if condition="$show['reputation']">
<span>
<dt>Rep Power: {vb:raw post.reputation}</dt>
</span>
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}">
<vb:each from="reputationdisplay" value="row">
<img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend}
</vb:each>
</span>
</vb:if>