tommyxv
03-16-2011, 04:39 AM
Looking for a little help. I wanted to add my members rank badge to their profile page...so I added this snippet to the MEMBERINFO template.....works just fine
<vb:if condition="$prepared['rank']">
<span class="rank">{vb:raw prepared.rank}</span>
</vb:if>
Now I would like to add it under the members name on the showgroups.php page. I tried adding the above code to the showgroups_usergroupbit template, but it is not working.
Any ideas?
<vb:if condition="$prepared['rank']">
<span class="rank">{vb:raw prepared.rank}</span>
</vb:if>
Now I would like to add it under the members name on the showgroups.php page. I tried adding the above code to the showgroups_usergroupbit template, but it is not working.
Any ideas?