PDA

View Full Version : Displaying reputation number in memberlist instead of greenbar


drewface
02-08-2012, 05:56 AM
I haven't found any solution to this. I want to make it so that on the Member List, I can see everyone's reputation number, and not the green bar for rep power.

This code works for doing so in the postbit, but does nothing in the Member List:
{vb:raw post.reputation}

help?

kh99
02-08-2012, 11:59 AM
Try {vb:raw userinfo.reputation}

drewface
02-08-2012, 07:31 PM
Try {vb:raw userinfo.reputation}

That worked! Thanks!