User upload level

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

Comments

  • Not with the current implementation.
  • 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?
  • 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.
  • 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
  • acrylian Administrator, Developer
    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.
  • @Babs I still don`t have the solution.
    I`m not a programmer...
    But I would like to see that feature in the next update of zenphoto...
  • acrylian Administrator, Developer
    @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
Sign In or Register to comment.