![]() |
|
Direct download link on thumbnails? - 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: Direct download link on thumbnails? (/thread-3610.html) |
Direct download link on thumbnails? - wumpus - 2008-08-27 I was wondering how I can add a direct download link to my thumbnails, similar to how this site does it: textureking.com I would like to limit the gallery to only show thumbnails (I use larger thumbnails) and then when they click on the photo it forces a direct download. I already have the direct download code but I'm not sure what file I modify to change how the thumbnails appear and how they behave when clicked. Ideally I could add both a text link showing the file size and direct download link, as well as forcing the download when the thumbnail itself is clicked. If anyone is interested I can share the code I have for forcing a direct download of the JPG file. Direct download link on thumbnails? - acrylian - 2008-08-27 You have to change album.php and use the fullimagelink function instead of the link to the image.php page. Please read our theming tutorial to get familiar with Zenphoto themes and also take a look at the functions guide on our user guide page. Direct download link on thumbnails? - wumpus - 2008-08-28 Thanks for the reply. I will read up and see if I can't get it working. Direct download link on thumbnails? - navjotjsingh - 2009-05-28 Which function it is? If someone can give the name of the function? Direct download link on thumbnails? - acrylian - 2009-05-28 Most of our functions have quite "speaking" names and can be found on our documentation: http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetFullImageURL Direct download link on thumbnails? - gulloom - 2010-02-05 Hi Wumpus, If you can share the code, it would spare me searching for the right place ;-) Thanks. Direct download link on thumbnails? - acrylian - 2010-02-05 Place the function I posted a link to within the next_image() loop on your theme's album.php. If you don't know about what pages I am talking I suggest to read the theming tutorial. |