![]() |
|
Allow guest access to specific album? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Allow guest access to specific album? (/thread-10393.html) |
Allow guest access to specific album? - tplowe56 - 2012-09-09 Is it possible to allow public access to certain albums? Or create a user id with access to only specific albums? I have searched, and as far as I can tell this is not possible. Allow guest access to specific album? - acrylian - 2012-09-09 http://www.zenphoto.org/news/an-overview-of-zenphoto-users Allow guest access to specific album? - tplowe56 - 2012-09-11 Thanks, I've read the users rights management many times. Still a bit confused. 2 Questions: 1.) If All photos were originally discovered by ZP as published photos. Is it possible to bulk unpublish all photos in a gallery. If not through ZP, I suppose using myphpadmin to populate that field with "unpublished" would do it. 2.) If entire gallery is unpublished, then rights are given to my super users to see all unpublished albums, OK fine so far. If I want a lower level group to be able to access a specific sub-album is there a way to do that? I see I can give a group rights to manage a specific album but not edit, which I would assume to be just able to view. But there is no option to do this on a sub-album basis? It would be great if some user who thoroughly understands user rights, could post some examples of real world scenarios with their respective settings. There seem to be quite a few posts on this subject. Despite reading many times, I find it difficult to implement according to my needs. Thanks Allow guest access to specific album? - acrylian - 2012-09-11 a) There is a plugin named publishContent. b) No, user rights can only be assigned to top level albums, not sub albums. Zenphoto is - as you noticed - file system based and the overhead checking the tree for inheritance would be too high. There are edit and upload rights. First unset "manage all" for the user and then assign a specific album in the list. Then you will see two checkbox right to the name. Allow guest access to specific album? - tplowe56 - 2012-09-12 "There is a plugin named publishContent." I have enable publishcontent, but it does not show up in list of installed plugins, and I can't find a tab for it anywhere in the Admin panel. Am I missing it somewhere? Allow guest access to specific album? - tplowe56 - 2012-09-12 Found it.....sorry Allow guest access to specific album? - tplowe56 - 2012-09-12 Still does not have the capability to unpublish entire gallery of images. Running this SQL query will: ` UPDATE zp_images SET ` Allow guest access to specific album? - acrylian - 2012-09-12 You should normally not use queries but the object model but that will work, but you should also do the same for the albums. Otherwise they will be listed. If you like an option like this feel free to open a ticket. Allow guest access to specific album? - tplowe56 - 2012-09-13 [b]Can you please check this scenario and let me know if I am correct. [b]Security Requirements:[/b] Guest user A can only view 10 sub albums out of 100 sub albums, 2 levels deep. Guest user A can navigate through upper album thumbnails to get to the ten permitted sub-sub-albums. If they chose one of the 90 other sub-sub-albums they are shown the login page. When they get to the correct level 2 album they can login (with the 10 album password). If they navigate away from the the ten albums to one of the other 90 albums they are shown a login page again. ZenPhoto users have access to all albums & images. [b]Solution:[/b] My testing shows that this works. [b]Reasoning: [/b] If credentialed users were allowed assignment to specific sub level albums (rather than top level only) satisfying a variety of security requirements would be much simpler. Thanks you for looking inot this scenario, I would appreciate your insight. |