Hi
I'm looking for someone who can build a new module for me that will allow the site admin to define what the default permissions are for new albums created so that they are not inherited from the parent album.
If you're interested please drop me a pm
Thanks
Aaron Brockhurst
Posts: 8601
the basic code is here.. just need to modify the item type it works on (GalleryAlbumItem vs GalleryDataItem) and what permission operations are performed.
http://gallery.menalto.com/apidoc/GalleryCore/Classes/GalleryCoreApi.html
Posts: 35
Thanks very much for the info, I'll have a good look through and see if I can do it myself.
Thanks again
Posts: 35
Hi Mindless
I've tried following the instructions here and it doesn't appear to be working with the latest version. Having done some reading my understanding is that if I set the flag to false on addGroupPermission then that wont apply to subalbums. Is there a way to set this flag in the database on the root album and/or install scripts?
Thanks in advance
Aaron
Posts: 35
Just in case anyone else is looking at this thanks to Mindless for pointing me in the right direction and to this post http://gallery.menalto.com/node/53316 that helped me complete what I needed to do