PDA

View Full Version : Using reputationlevel variable


CrypticHC
06-12-2010, 06:19 PM
I'm trying to display members' reputation levels in their profiles and in the navbar template.

the variable used in the postbit templates is $post[level] but it seems that variable doesn't cross over to any other template.

Anyone have a solution?

ForumsMods
06-12-2010, 06:28 PM
For navbar use:
{vb:raw bbuserinfo.level}
And for profile use:
{vb:raw prepared.level}

CrypticHC
06-13-2010, 06:07 PM
didn't work, it just shows the code in text form. am I missing some tags?