Reputation Displayed as Numbers

GgAcE

New Member
Reputation Displayed As Numbers

This is an updated and improved version of this thread (which was made on my old account).

Made this thread to give support and share simplified version of the modification.

This modification does the following on the postbit display:

Before modification:

Rep: XXXXXXXXX

After modification:

Reputation: 1046
XXXXXXXXX

Please & thank you =)
 
In "postbit" (horizontal style) and/or "postbit_legacy" (vertical style) template find:

PHP Code:
Code:
$post[reputationdisplay]
REPLACE WITH:

PHP Code:
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