Log in

View Full Version : Rep Question


v12kid
07-14-2007, 06:27 AM
Are there any 3rd party Rep mods out there? I want to be able to display Rep as a number or an indication like the ones seen here:

http://img299.imageshack.us/img299/1466/untitled1eo4.jpghttp://img179.imageshack.us/img179/5257/57850335xn8.jpghttp://img213.imageshack.us/img213/7962/61382702iv5.jpg

any one have any ideas as to whats being used here?

bueler?

v12kid
07-18-2007, 03:54 PM
anyone?

King Kovifor
07-18-2007, 04:52 PM
I believe that if "Reputation" is enabled in ACP -> vBulletin Options -> User Reputation Options, that the rep power will display automatically. If you wanted to use "Powerful" and so on, you could use <if>'s in the template. Something along these lines:

<if condition="$post['rep_power'] > 50"><span style="color: red;">Powerful</span></if>


Of course, I'm not sure on the $post['rep_power'], since I don't use reputation, but you should be able to look at your HTML through the postbit(_legacy) template and find the reputation power value.

This should do what you are looking for.