Display ranks only to moderators
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 [DATE]1206527645[/DATE] at [TIME]1206527645[/TIME] ---------------
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>
|