Hey has anyone figured out the edit yet on how to change the reputation level from image to numbers in VB4.0 and above? I tried the mod for 3.7 but didnt work. Im not much of a coder but tried editing the code to make it work.. still no luck. Anyone know how?
Heres the original string from 4.0
PHP Code:
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
</vb:if>
Heres the mod for 3.7
PHP Code:
<if condition="$post['showreputation']">$vbphrase[reputation]: $post[reputation]<br /></if>$post[reputationdisplay]