I am trying to show the same user stats that are displayed next to a users thread post in a custom template.
I have this code in the template. But it only displays the word Level.
Code:
<div class="bppostbit"><dt>{vb:rawphrase xperience_level}</dt> <dd>{vb:raw xperience.level}</dd></div>
What is needed in my custom php file to allow this to show correctly?
Thanks for the help.