View Full Version : Help with Reputation system
McClain
11-24-2005, 09:00 PM
Ok first of all, im a complete newbie with vbulletin - i only just purchased and installed it, because i like it and use it on many sites, so i want to use it on mine.
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?
Also is there a way to stop members turning off reputation in their user cp?
thank in advance :)
Renee
11-24-2005, 09:32 PM
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:
<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>$vbphrase[reputation]: $post[reputation]</div>
<div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
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
McClain
11-24-2005, 09:43 PM
Thank you very much, that was very helpful and it all works. One step closer to realise my dream of not being a complete noob lol
Thanks again
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.