PDA

View Full Version : Reputation as Numbers and/or Green Bars



admin
12-03-2010, 08:03 PM
Hey guys, im very new to PHP so this took me wayyyy longer than it should have done lol.

in postbit_legacy and/or postbit

find

<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>

replace with

<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">Reputation: {vb:raw post.reputation}</span>
</vb:if>

I also added the rep symbol infront of the "Reputation", you can do this by adding

<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase add_reputation}" />

before.

Screen Shot:
http://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/03/12/08/88521268399023.png