![]() |
|
getFullImageURL from protected folder - 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: getFullImageURL from protected folder (/thread-10880.html) |
getFullImageURL from protected folder - reneesanguinetti - 2013-02-25 Hello, and Many other combinations, but just can't seem to get it to work. I'm sure it is a simple solution, but just can't seem to get it. Any suggestions? Thank-you for your time! Renee The full code won't show up: This is what I tried: getFullImageURL from protected folder - acrylian - 2013-02-25 Did you ´look at the documentation of the function?: As it is named it does not get the url to a /cache image but the full (original) one in /albums. Also it does not have a 2nd parameter like you tried. To get the one in the cache you need to use the custom sized functions with the same dimensions as the original one. Additionally there is a variant to override the protected view for the original: |