Hi all,
I have a problem that I hope someone could help me with. I am using the UserAlbum to create an album for a user when they register. What I need to do is make is so that they can only Add a photo and Edit/Detele a photo that belongs in their album. I don't want them to be able to alter permissions and rename albums etc. I would be most grateful if anyone can help me with this.
Best Wishes
Pete
Posts: 7
Please... Any help would be much appreciated
Posts: 8601
look in modules/useralbum/classes/UserAlbumHelper.class and you'll find the code that sets up the permissions on the newly created user album. you can try changing that...
Posts: 7
Hi,
Thanks for the reply. Had a look at UserAlbumHelper.class but really struggling to get this to work. Does anyone know what I should change and what to?
Thanks
Pete
Posts: 224
maybe check out simple module, might be easier to customize to http://gallery.menalto.com/node/35587
Posts: 7
I am just looking at that as I type this.. ;)
It Seems that making the gallery do some thing simple is much harder than expected
Posts: 8601
permissions are simple?