Search found 2 matches

by lbowyer@hotmail.com
Tue Apr 30, 2002 1:57 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Hiding Menu Items
Replies: 2
Views: 3277

Re: Hiding Menu Items

I was doing it in the js file, but I was wondering if there might be a better way to do this than using multiple If statements.
by lbowyer@hotmail.com
Wed Apr 24, 2002 2:55 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Hiding Menu Items
Replies: 2
Views: 3277

Hiding Menu Items

Has anyone done any work to hide certain menu items based on a value in a variable. For example, I want to hide certain menu items from certain users, depending on values passed to a particular field.

I have been able to achieve this using a simple If statement in the menu_array file, but I was ...