Hiding Admin menu items for current user

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
I need to be able to hide the admin menu items that the current user is not allowed access to.
(I've changed the role settings in /administration/acl.aspx)

Should this be possible in the BuildMenuRecursive method using the method?:-

node.IsAccessibleToUser(Context);

I've tried this but it always gives the user access when it shouldn't.

Any help would be greatly appreciated.

Many thanks


Aron
13 年 前
Check: https://www.nopcommerce.com/boards/t/7575/how-to-hide-menu-itemstabs-in-admin.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.