ZenphotoCMS Forum
User upload level - 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: User upload level (/thread-5077.html)



User upload level - Vatrik - 2009-04-21

Hi!

Is it possible that user can upload photos to certain album but can`t manage or delete photos in that album?

Thanks in advance




User upload level - sbillard - 2009-04-21

Not with the current implementation.




User upload level - Vatrik - 2009-04-23

I was thinking and I came up on the idea to make a copy of admin-edit.php and name it admin-edit2.php, and to make ADMIN_EDIT2 everywhere where it need to be, so when I change user right i check the box Edit2, and I delete all things associated with deleting in admin-edit2.php

I tried to do this and I also deleted this:
if ($rights & ALL_ALBUMS_RIGHTS) $rights = $rights | EDIT_RIGHTS;
so when I check "manage all albums" it doesn`t check Edit.

I did all that, but when I login as a regular user I don`t have tab edit2. Can you tell me where else I should add number 2?




User upload level - sbillard - 2009-04-23

There is a function in admin-functions.php that prints the tabs. I think it is called printTabs(), but may not be remembering correctly. That is the function that needs to be updated for your new tab.




User upload level - Guest - 2009-12-10

This post is 7 months old, so I am holding out hope that this issues has been address is some manner. Either addressed in the current update of ZenPhoto or possibly the originator of this post has found a solution.

The reason I need this....I am looking for a photo album to hold photo contests. I want registered users to be able to upload a photo on the album interface and have the photo and thumbnail added in real time.

Please respond to this if you have found a solution to this issue.

Thanks




User upload level - acrylian - 2009-12-10

Please do a forum search and read on our user guide. It is possible for users to selfregister and upload photos. This has widely been discussed on the forum.




User upload level - Vatrik - 2009-12-23

@Babs I still dont have the solution. Im not a programmer...
But I would like to see that feature in the next update of zenphoto...




User upload level - acrylian - 2009-12-23

@Babs: That feature is already there... People can selfregister and upload themself. As said you have to do a little work yourself. Some recommended read:
http://www.zenphoto.org/2008/07/an-overview-of-zenphoto-users/
http://www.zenphoto.org/2009/11/filter-personal-album/
http://www.zenphoto.org/2009/11/user_logout/
http://www.zenphoto.org/2009/11/user_groups/

@Vatrik: Read here what to do to suggest a new feature: http://www.zenphoto.org/support/topic.php?id=3760