Hi all,
I'm trying to add a "download image" button to my image page, and I've done it and it works if the image is cached already, but if it is the first time someone is viewing that image the download doesn't work, because it's just linking to i.php instead of an image file.
Does anyone have any ideas on how to make that work?
Comments
I want it so that if the user clicks the image on the image page they can see it, but also want to be able to have a download link below the image that forces download.
I get so many people contacting me that they can't figure out how to download the images because they are used to wallpaper sites that offer a download button
If you actually want a download button you will have to code that yourself. At present the full image processor does not have the ability to select the mode other than through the optin. It would be possible to add that as a parameter if that would help.
MadMac