PDA

View Full Version : VB4.0+ Reputation as Numbers??


Thr33
03-01-2010, 11:15 PM
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
<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
<if condition="$post['showreputation']">$vbphrase[reputation]: $post[reputation]<br /></if>$post[reputationdisplay]

mattbarb
03-02-2010, 12:48 PM
{vb:raw post.reputation} is the variable for rep points