Hi,
I think I'm in the best forum to ask my question.
My question is about the possibility for a user wich has his own private album to share a photo (trough FB share or other) from this private album.
I mean as the album is private, how to make only one photo from this album public by clicking a button ?
I think I have to make some modifications to the code, but I'm not developer, and the structure of Zenphoto is far complicated for me.
Could someone give me a simple solution or some clues into get it ? I mean maybe put an additional exception in the conditions for displaying the photo in combination with a new field (like "UNPROTECTED", true or false) in the table images of the base ?
Thanks for your answers.
Ben
Comments
I'll try to be more clear :
If the gallery is "private", and one album can only be seen by an user (specified in user rights management), may we override this settings for only one image of the album, in order that everyone (who has the url) can have view the image, even if not connected ?
If yes, wich fields of wich table has been to be modified ?
If no, would someone have an idea of the code and table to be modified in order to permit it ?
Thanks again !
Generally any image that is unpublished can be viewed by someone who knows the link (or is loggedin and has the right to see unpublished items). Otherwise they don't appear on the site or rss etc. Of course they are not protected, the only way to do that is to protect the album the image is in.
So if someone interested in my problem read this topic, is thinking about a solution, please help !
Ben