Quote:
Originally Posted by Lynne
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
PHP Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&contenttype=vBForum_Post&starteronly=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?