Log in

View Full Version : Reputation with numbers


stefano9lli
01-17-2010, 03:38 PM
There's a variable that show the number of reputation received ?

Charlie98902
01-17-2010, 04:15 PM
I too am working on this.

Link - https://vborg.vbsupport.ru/showthread.php?t=232832

fishmaster
02-23-2010, 07:26 AM
What worked for me to show rep numbers

<vb:if condition="$show['reputation']">
<vb:if condition="$show['reputation']">
<dt>{vb:rawphrase reputation}</dt>
<dd id="reputation_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputation}</dd>
</vb:if>