Help me plzzzzz!!! rep probs

fazal

New Member
212e8ld.png


how to show reputation number as shown like this ?
 
Do not bump threads unless it has been 24 hours. Next time I will just ignore your post.

Installation Instructions

In "postbit" (horizontal style) and/or "postbit_legacy" (vertical style) template find:

Code:
$post[reputationdisplay]

Replace with:

Code:
<if condition="$post['showreputation']">$vbphrase[reputation]: $post[reputation]<br /></if>$post[reputationdisplay]

Please note that you might have to modify it to make it appear perfect on your skin. On my community's Graphite and iSkin styles I didn't have to do anything more special, but on Default Style style I had to place a <br /> in front of the "Replace with" code to make it appear on a new line.
 
Back
Top