Display reputation as number

In "postbit" (horizontal style) and/or "postbit_legacy" (vertical style) template find:
PHP:
$post[reputationdisplay]

REPLACE WITH:
PHP:
<if condition="$post['showreputation']">$vbphrase[reputation]: $post[reputation]<br /></if>$post[reputationdisplay]
 
Back
Top