Not technical visitors or users of my site have no chance to download the images by doing a "right mouse click" or by clicking on a download link. I even miss the "download-original" link in the lightbox view..
I got no Idea how to provide an opportunity for my site visitors to download the pictures, any solutions for this are very welcome!

Comments

hgmartini’s picture

I'm too looking for a way to do this, with Gallery formatter 7.x-1.0 + Colorbox. Any ideas?

There's a duplicate of this issue here:
http://drupal.org/node/1105404

Manuel Garcia’s picture

In Drupal7, I've added the full image URL to the $slides variable that is available in the tpl file just now (see commit).
So you can access it like $data['full_image_url'] to construct your link inside the loop, if you use the latest dev that will come up, or the upcoming stable release.

In drupal6 it's inside $data['filepath'] (inside the loop).

So there is no option to just make it appear, but if you override the tpl file you have the necessary information to make it happen.

hgmartini’s picture

Great, thanks for the update!
I'm using a dev release already, so I can try the new one.

Breakerandi’s picture

I managed getting the path from $data['filepath'] , even building the imagecache path out of it, but i found no way to put this path in the lightbox as an download option...

Manuel Garcia’s picture

thats an issue for the lightbox module Breakerandi. I assume it uses theme functions and all, check its source code or ask in its issuequeue.

Breakerandi’s picture

I think my php knowledge ends here..
But thank you for helping!

hui314’s picture

It is any way wo option wo download the original image?