Quote:
Originally Posted by datarecall
Hey guys do you know where I can find a 3.6.0 karma hack like: digitalpoints forums with the scale.
|
Vbulletin Options >> Thread Display Options (showthread) >> Post Elements (en altta

) >> display reputation power >> Yes
In the postbit or postbit_legacy template,
Find,
PHP Code:
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
Replace with,
PHP Code:
<if condition="$show['reputation']"><div>
<if condition="$show['reppower']">Karma Etkisi: $post[reppower]
$post[reputationdisplay]</if></div>
<div>Karma: $post[reputation]</div></if>