![]() |
|
Link to actual image for viewing/download - zpBootstrap theme. - 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: Link to actual image for viewing/download - zpBootstrap theme. (/thread-12471.html) |
Link to actual image for viewing/download - zpBootstrap theme. - Dewie - 2016-03-13 Hey all, I would like to be able to have a link to the original photo for viewing/downloading (high resolution photos) but I've been beating my head against the wall for a while now. In looking at the available functions it would appear that getUnprotectedImageURL should return this however it is returning the same thing as getFullImageURL. Is this maybe a limitation of the theme I am using? I have seen mention of enabling a download link and drop-down plugins however neither of these seem to be implemented in the them itself. References: http://www.zenphoto.org/support/topic.php?id=1409359 Link to actual image for viewing/download - zpBootstrap theme. - acrylian - 2016-03-13
Link to actual image for viewing/download - zpBootstrap theme. - Dewie - 2016-03-13 Full image protection:
password SPECIFIED AS I WAS MESSING AROUND TRYING TO MAKE THIS WORK In my images.php template file I have the following (which prints the link and the URL changes depending on the function I call):
Using Download: No Access: Protected: Unprotected: As you can see - the various options don't seem to do anything for some reason... Link to actual image for viewing/download - zpBootstrap theme. - acrylian - 2016-03-13 Yes, because on ` So it must be Link to actual image for viewing/download - zpBootstrap theme. - Dewie - 2016-03-13 Thank-you! Somehow in all the threads I looked at related to the matter I either missed this being explained or it simply wasn't done. Also thank-you for the heads-up about the html_encoded URL. With this I have easily been able to make the re-sized image into a link to the full sized original; more than adequate for my purposes. Hopefully this thread will help others in the future as well. |