First, thanks for the great module, as already noted here, this opens up a lot of possibilities.
I am using Lightbox2 as an option in views with imagefields. I have a view that rotates single images. When using Views Slideshow, Lightbox2 works only when the first image is presented. After the show starts, clicking on the image takes me to:
http://www.mysite.net/drupal/files/imagecache//files/david%20wayne%20and...
Any ideas on how to insure Lightbox2 is invoked when a user clicks on images after the show has started.
Thanks - dennis
Comments
Comment #1
asak commentedsubscribing.
Comment #2
BradM commentedsubscribing
Comment #3
mariogalan commentedSame problem here. I hope you can solve it soon.
Very nice module anyway.
Comment #4
Kripsy commentedI had this problem with Dynamic Views and fixed it by insert Lightbox.updateImageList(); into the javascript after setupViews();. Basically you need to tell the module to reinitialize lightbox when it reloads itself.
Comment #5
ultimatedruid commentedHi Kripsy,
How exactly could you do this with this module?
I've searched through the module code but can't find a setupviews();.
Please forgive my ignorance!
Thanks,
Ian
Comment #6
basicmagic.net commentedsubscribe
Comment #7
redndahead commentedCan anyone verify that this still doesn't work for 2.x version of the module?
Comment #8
redndahead commentedMarking as fixed. Feel free to reopen if you still have problems.