Logged in to download original photo

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.

Comments

  • acrylian Administrator, Developer
    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.
Sign In or Register to comment.