ZenphotoCMS Forum
Logged in to download original photo - 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: Logged in to download original photo (/thread-8711.html)



Logged in to download original photo - ayutheos - 2011-06-13

Hi,

Is there a way to show links for original photo & zip download links for logged in users only? For non-logged in users, only the resized photo is viewable. For example:

Non-logged users would see:
42 photos | Location: xxxx

Logged in users would see:
Original image (1280 x 1024) [link]| 42 photos | Location: xxxx | Download a zip file of this album [link]

Thanks for any help.




Logged in to download original photo - acrylian - 2011-06-13

You can use if(zp_loggedin()) { ... } (see functions documentation for the correct function name) for this. You may also want to add rights to differ for users with specific rights. Info on that on the user guide.