Hi guys, just had a weird edge case question;
we're developing some stuff for a client where they want an extremely secure subsite which only specific content editors and users can access (so content editors for the rest of the site should not be able to see it)
It's structured like:
root
- news
- events
- other content
- secure secret site
I've taken a look at http://devnet.kentico.com/Forums/f43/t12252/How-to-hide-menu-items-from-specific-roles.aspx and tried disinheriting permissions to the "secure secret site" Document that we want hidden and removed Browse tree permissions etc; while this hides content below that node, the node itself still appears within CMSDesk. I suspect this is because we need to remove browse tree from CMS root itself but that would mean they wouldn't be able to get to News, Events and the other parts.
Is the only option editing CMSModules/Content/Controls/ContentTree.ascx.cs to check for that specific node and not add it if the user does not have the right permissions?
Warm regards,
Henry