PDA

View Full Version : show user ranks on profile page?


wolfyman
02-14-2010, 01:33 PM
any idea how to do this?

Lynne
02-14-2010, 09:14 PM
Did you try the variable $prepared[rank]? If you have tried things that don't work, then please *exactly* what you have tried (*exactly* what you put in the template and *exactly* where) and then we can make suggestions.

wolfyman
02-15-2010, 12:41 AM
Did you try the variable $prepared[rank]? If you have tried things that don't work, then please *exactly* what you have tried (*exactly* what you put in the template and *exactly* where) and then we can make suggestions.

Started with this:

In MEMBERINFO, I added

<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw userinfo.userid}&amp;contenttype=vBForum_Post&amp;startero nly=1"><img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="Find all threads started" class="inlineimg" /> Find all threads started</a>
<!-- ranks -->
<br />
$prepared[rank]
<!-- /ranks -->

</li>

It didn't parse the "$prepared[rank]" code. What should I change?

ctweb
01-28-2011, 07:21 PM
{vb:raw prepared.rank}

Will do the trick..