Log in

View Full Version : Help No2


The Realist
09-15-2004, 08:27 PM
I have a drop down menu thats viewable to all, even none members.

How can I make this viewable to members and staff only, is there a code I can use?

Its in the navbar.

Thanks

Brad
09-15-2004, 10:18 PM
I have a drop down menu thats viewable to all, even none members.

How can I make this viewable to members and staff only, is there a code I can use?

Its in the navbar.

Thanks
<if condition="$bbuserinfo['userid']">
code here
</if>