furnival
03-26-2008, 08:57 AM
In the user rank manager in VB3.6.8, when editing an individual rank there is an option to set Display Type = Always or Display type= "If display group = this group"
I need a third option:
Display type= "If display group = group ID 6"
Is this possible to do?
--------------- Added 1206527645 at 1206527645 ---------------
OK I worked it out. I just put this code in the postbit template:
<if condition="is_member_of($bbuserinfo,5,6,7)">
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
</if>
I need a third option:
Display type= "If display group = group ID 6"
Is this possible to do?
--------------- Added 1206527645 at 1206527645 ---------------
OK I worked it out. I just put this code in the postbit template:
<if condition="is_member_of($bbuserinfo,5,6,7)">
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
</if>