You can set permissions for the different Users types or on a specific user in the backoffice there you can add and remove options in the Menu context for a Node, and perhaps for it´s children.
You set the permissions in the user section. If you have access to the Umbraco TV, there are to videos that covers these topics
How to Hook to Menu context for Node?
Hi,
I need to secure nodes used/picked in other nodes so could someone tell me how to hook Menu context for Node to remove Delete, unPublish, etc. ?
Umbraco 7.2.6 Cheers
Sorry. Found it. Need to be under ApplicationStarting.
Hi LeszekP,
You can set permissions for the different Users types or on a specific user in the backoffice there you can add and remove options in the Menu context for a Node, and perhaps for it´s children.
You set the permissions in the user section. If you have access to the Umbraco TV, there are to videos that covers these topics
http://umbraco.tv/videos/umbraco-v7/content-editor/administrative-content/users/user-types/
http://umbraco.tv/videos/umbraco-v7/content-editor/administrative-content/users/user-permissions/
Hope this helps, and make sense.
/Dennis
Hi Dennis.
Thanks for tips.
I need to disallow users from deleting nodes that are referenced by other nodes. (custom content picker property).
Cheers
is working on a reply...