![]() |
|
Prevent Users Making Sub-Albums - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Prevent Users Making Sub-Albums (/thread-12037.html) |
Prevent Users Making Sub-Albums - the_voder - 22-10-2014 Using the plugin API, is there any way of preventing users making sub-albums, or, to put it another way, forcing them only to make top-level albums? a|x Prevent Users Making Sub-Albums - acrylian - 22-10-2014 You would have to assign the user(s) in question to the albums they should be able to manage without giving them manage all rights or above. That should restrict them to top level albums only. But that means he cannot create top level albums either. There is no specific right to disallow sub album creation. You probably could do the jquery trick hiding the elements to do so though. |