I'm trying to set some restrictive permissions for a user where they can only create content below a certain node containing date folders. The issue I'm having is that everytime a new month / day folder is created, those permissiosn are lost on those new folders and they can't publish content...
If you're giving permissions directly to nodes then it can be complicated. We had a similar situation and realised that we needed a combination of permissions, and menu modification to give the desired editor experience.
So yes there is a work around but it's a bit of coding and very confusing.
Setting Permissions for UDateFoldersy
I'm trying to set some restrictive permissions for a user where they can only create content below a certain node containing date folders. The issue I'm having is that everytime a new month / day folder is created, those permissiosn are lost on those new folders and they can't publish content...
Thoughts on a workaround?
-Amir
It's umbraco's premission model.
If you're giving permissions directly to nodes then it can be complicated. We had a similar situation and realised that we needed a combination of permissions, and menu modification to give the desired editor experience.
So yes there is a work around but it's a bit of coding and very confusing.
Check out these links:
http://our.umbraco.org/wiki/reference/api-cheatsheet/users,-user-types-and-permissions
http://our.umbraco.org/wiki/reference/api-cheatsheet/using-applicationbase-to-register-events/event-examples/remove-context-menu-items
is working on a reply...