Quote:
Originally Posted by McClain
Anyways, this is where i become stuck. I have enabled reputation on the forums, and it shows the green pips - but i was wondering if there was a way to show the amount of reputation in a number and then below that the pips?
|
In Admincp => Styles & Templates search in template postbit_legacy for:
Code:
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
Replace with:
Code:
<if condition="$show['reputation']">
<div>$vbphrase[reputation]: $post[reputation]</div>
<div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
Quote:
Originally Posted by McClain
Also is there a way to stop members turning off reputation in their user cp?
|
In Admincp => Usergroup => Usergroup Manager
Change in usergroup on reputation options:
Can hide reputation from others => No