Quote:
Originally Posted by emtee
If I use vb condition
Code:
<if condition="$show['member']">
to show some icons of the menu to only registered users, it won't work.
Any ideas how to make it work using vb condition? Thanks.
|
it worked this way for me to hide the staff room 4 example :
PHP Code:
<if condition="is_member_of($bbuserinfo,5,6,7)">
<a class="dock-item" href="http://yoursite.com/forumdisplay.php?f=8"><img src="$vboptions[afm_path]/images/XTRD-divan_orange.png" alt="" /><span>Staff Room</span></a></if>
2 pics attached