Jump to content
Server Maintenance This Week. ×

Menu Priveleges


This topic is 6229 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Uh the only way is to call a script that install a different menu set depending on your priv set.

If [ Get ( PrivilegeSetName ) = "Admin" ]

Install Menu Set [ "Admin Menus" ]

End If

Link to comment
Share on other sites

Yeah the custom menu function is definately a good thing to have in FM, but it still has some major improvements that it could use. Removing the exit option for windows is one and not having to create a ton of custom sets is another.

The other plugins out there may possibly do what you are looking to do but although it may be cumbersome, it seems as though from what I took of your post, that you want different menus for different users privilege sets, no?

If that is the case; again it gets annoying to contantly call a subscript and build a ton of priv sets, but you could achieve that with the above method.

If [ Get ( PrivilegeSetName ) = "Admin" ]

Install Menu Set [ "Admin Menus" ]

Else If [ Get ( PrivilegeSetName ) = "Secretary" ]

Install Menu Set [ "Secretary Menus" ]

Else If [ Get ( PrivilegeSetName ) = "Outside" ]

Install Menu Set [ "Read Only Menus" ]

End If

Link to comment
Share on other sites

This topic is 6229 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.