there was 2 template you could of tried .. one with the nowrap would of been the one to use .. as far as the reputation image not showing .. thats a error on your part.... make sure you did not remove this part of the postbit template
Code:
<vb:if condition="$show['infraction'] OR $show['reppower']">
<div class="eti_postbit">
<vb:if condition="$show['infraction']">
{vb:rawphrase infractions} :
{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})<br />
</vb:if>
<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">
{vb:rawphrase reppower}
: {vb:raw post.reppower}
</vb:if>
</vb:if>
</dl></div>
</vb:if>
<vb:if condition="$show['reputation']">
<div class="eti_postbit">
Reputation : {vb:raw post.reputation}<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span></div>
</vb:if>