Log in

View Full Version : Karma Hack ?


datarecall
08-29-2006, 04:27 PM
Hey guys do you know where I can find a 3.6.0 karma hack like: digitalpoints forums with the scale.

Ntfu2
08-29-2006, 05:19 PM
why not use the default eRep system and just change the phrase to Karma

datarecall
08-29-2006, 05:46 PM
how do you turn the rep system on ?

Ntfu2
08-29-2006, 06:04 PM
AdminCP -> User Reputation Options -> Enable User Reputation System

TuRkuaz
08-29-2006, 06:39 PM
Hey guys do you know where I can find a 3.6.0 karma hack like: digitalpoints forums with the scale.


http://img131.imageshack.us/img131/7576/wardomfr6.jpg


Vbulletin Options >> Thread Display Options (showthread) >> Post Elements (en altta;)) >> display reputation power >> Yes


In the postbit or postbit_legacy template,

Find,


<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>


Replace with,


<if condition="$show['reputation']"><div>
<if condition="$show['reppower']">Karma Etkisi: $post[reppower]
$post[reputationdisplay]</if></div>
<div>Karma: $post[reputation]</div></if>

Ntfu2
08-29-2006, 06:59 PM
you dont even have to do the template edit.

Simply change the phrase reppower to Karma power

AdminCP -> Languages And phrases -> Search for reputation ;)

anantthakor
09-20-2007, 04:44 AM
But i need reputation button in place of Thanks button. how can i set it ????