Active
Project:
Views Slideshow: ImageFlow
Version:
6.x-2.0-alpha1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2009 at 19:44 UTC
Updated:
20 Nov 2012 at 14:49 UTC
Is there a way to have the images open in lightbox? I've got the field set to do so, but it doesn't. Is there no current integration and if not are there plans to integrate? (I'm using 6.x-1.0-beta2 by the way. There's no option for that in the dropdown.)
Comments
Comment #1
sinasquax commentedI use lightbox2 with imageflow with this trick :
Create a template.php in your theme and put this code :
And create a view with imageflow display and you must have image field in this format :
Comment #2
ocanzillon commentedI have some display problems with your solution: style height property of different inageflow divs is not set, so I cannot see the whole image. If I directly change this code in the module itself (I know, it is absolutely not the way to do), display is ok.
Other problem: with IE7, Lightbox frame does not display properly: the screen is greyed but frame is never displayed and there is a javascript error.
Do you have an idea for that? Do you have the same problems or is it a configuration issue on my side?
Anyway, I think this feature should be included in original module, because it is a very interesting improvement.
Another point: the behavior that fills the "longdesc" attribute with image source when there is no "a" tag is, on my point of view, not correct. I should be able to display images with imageflow, without linking them to a content. Which is not the case with this behavior.
Comment #3
sinasquax commentedI have no problem with size of images, for the ie problem i have updated the code one week ago, maybe you copied the code before this update, try to recopy this code.
Comment #4
CinemaSaville commentedWill this work with the shadowbox module as well? And do I put this in the current template.php file? And not sure what to do with this piece of code

Thanks.
Comment #5
ocanzillon commented@sinasquax: Yes it is ok now with the code here. I should have copied it before you change it. Thanks a lot.
I still have the first issue (height style property not set, so images don't appear entirely) when I paste the code in template.php. It is ok when I directly modify module's code (with exactly the same code in both cases)... Quite strange...
What do you think about 3rd point? It could be interesting to have an imageflow with no link at all, just to display images.
Are you a contributor for this module? Is this module supposed to be updated soon?
Comment #6
mrgoltra commentedtag
Comment #7
aaron commentedThat's a great idea! I'll see about adding an option and integrate that w/ sinasquax's solution.
Thanks!
Comment #8
tsi commentedsubscribing
Comment #9
sabsbrain commentedI am relatively new to Drupal and loving the systems power and flexibility and really enjoying learning about all the aspects of the system.
I found the imageflow module which I think is brilliant and would love to get it to work with lightbox, but was wondering if someone could explain a little more on how to pass the 'url of image or website' into imageflow using views.
Am I correct to say that you would add the image as a field to the view, but set it to not display and provide only the link to the file and then create a second 'derived' field in which you would paste it into the img portion of the link?
Could someone possible show me the settings to do this within their view?
Many thanks
Comment #10
armyofda12mnkeys commentedi don't understand "And create a view with imageflow display and you must have image field in this format :"...
Doesn't Views's Style settings just hand off the cck field in whatever format it changes it to the output?
I added the code, doesn't work assuming cause "I" need to send the link in certain format?
Thanks for any guidance,
Ari
Comment #11
Apfel007 commenteddid someone solve this with beta 1?
Comment #12
Apfel007 commentedHow to pass attributes like width, height and scroll, through the javascript:lightbox2.start??
Cheers
Comment #13
treehacker commentedSame for me... I don't understand very well how to change the style of the link.
Comment #14
Junro commentedsubscribe
Comment #15
treehacker commentedI realized, that this is only working for an old version of imageflow. Anyway, I did it now with the highslide module. You can integrate is more easy into imageflow.
BTW, I wrote a little help to get reflections working with the internal reflect.php -> http://drupal.org/node/500140
Comment #16
izmeez commentedsubscribing
Comment #17
neilsabharwal commentedHow can this be done with the highslide module
i tried editing the js file like in the instructions here http://finnrudolph.de/ImageFlow/Combinations
i also tried playing around with the onCLick override functionality, im pretty sure thats the part where im going wrong
what are you using for your onclick overide?
Comment #18
patator commentedpossible solution for lighybox2
http://software.finnrudolph.de/ImageFlow_0.9_Lightbox2/
I have not tried
Comment #19
summit commentedSubscribing, greetings, Martijn
Comment #20
jamesbenison commentedFor colorbox, go to your onClick override in the menu.
Paste this:
You are done.
Comment #21
Alacar commentedPlease, where I have to put these parameters? In the field called 'Rewrite the output of this field' ?
I've tried to put it here, but i don't know what to inform for the 'img src', because the images are filtered (node:published Yes).
Anybody would have an idea?
Comment #22
ITMonkey commentedThis opens a nice white box for me, which after a few seconds expands to an enormous white box, but at no time does it display the image. Any ideas?
--EDIT--
Solved my own issue, I used the drush command to download the colorbox lib, which downloaded the latest version. As described in the destructions I have replaced with colorbox-1.3.18.
Comment #23
ITMonkey commented