wow,i totally figured it out!!
In template
postbit_legacy or
postbit
find:
Code:
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
just delete "display" from it and it shows the number instead of the pips.
--------------- Added [DATE]1269116156[/DATE] at [TIME]1269116156[/TIME] ---------------
So what I did was:
HTML Code:
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">Rep:{vb:raw post.reputation}</span>