Hi,
I am using Phoca Galerie successfully. I like it.
One question I have is if it is possible that only user who logged in can download a picture while everybody can see the pictures without logging in?
Regards
Derek
download only for members
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: download only for members
Hi, there is no such feature, this needs to be customized in the code - first there should be some if clause (only registered will have a link to download), second the original images needs to be somehow protected so the link to these images will be not known.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
info@eilunh.de
- Phoca Member

- Posts: 18
- Joined: 04 Jan 2010, 01:40
Re: download only for members
Hi,
thank you for your answer. To only show the link button to registered user should not be to difficult to realise. The protection could be a protection of the directory which name and password is only known to the software and then forwarded for download.
On the other hand I guesss that not many people will need this feature.
Behind it is, that I would like to know how many people are downloading pictures and which pictures they are downloading.
Regards
Derek
thank you for your answer. To only show the link button to registered user should not be to difficult to realise. The protection could be a protection of the directory which name and password is only known to the software and then forwarded for download.
On the other hand I guesss that not many people will need this feature.
Behind it is, that I would like to know how many people are downloading pictures and which pictures they are downloading.
Regards
Derek
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: download only for members
Hi, Phoca Gallery only stores information about displayed images, not downloaded (so some customization needs to be done, e.g. to store the hits by downloads
)
Jan
Jan
If you find Phoca extensions useful, please support the project