Closed (outdated)
Project:
Gallery formatter
Version:
6.x-1.0-rc3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
19 Oct 2010 at 10:15 UTC
Updated:
13 Nov 2024 at 10:41 UTC
Jump to comment: Most recent
Comments
Comment #1
hgmartini commentedI'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
Comment #2
manuel garcia commentedIn 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.
Comment #3
hgmartini commentedGreat, thanks for the update!
I'm using a dev release already, so I can try the new one.
Comment #4
Breakerandi commentedI 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...
Comment #5
manuel garcia commentedthats an issue for the lightbox module Breakerandi. I assume it uses theme functions and all, check its source code or ask in its issuequeue.
Comment #6
Breakerandi commentedI think my php knowledge ends here..
But thank you for helping!
Comment #7
hui314 commentedIt is any way wo option wo download the original image?
Comment #8
astonvictor commentedI'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks