Quote:
Originally Posted by J o o k
<vb:if condition="$show['reputation']">
Code:
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
</vb:if>
|
That code without the display added is not the default (i.e. supplied by vbulletin). When looking at the template click the revert button to restore it to the vbulletin default. Note you may have to do this with any parent styles you also have. An alternative is to create a new style with no parent and look at what the code for reputation is in the postbit and postbit_legacy templates in that new default style.