Placing nodes into the slideshow that have lightbox2 links for images do not activate the lightbox2 widget. The lightbox2 java script is being loaded, but I have not investigated further.

http://drupal.org/project/lightbox2

The links in question operate fine when viewing the node directly, not from in the slideshow. These links look like this:

<a href="/sites/default/files/products/flx/view-wireframe1.jpg" rel="lightbox"><img src="/sites/default/files/products/flx/view-wireframe1Thm.jpg" /></a>

The only significant bit being the rel="lightbox" portion...

Here's other possible uses of Lightbox2 rel links (from the help text on their input filter UI):

  1. Image links with 'rel="lightbox"' in the "a" tag will appear in a Lightbox when clicked on.
  2. Image links with 'rel="lightshow"' in the "a" tag will appear in a Lightbox slideshow when clicked on.
  3. Links to HTML content with 'rel="lightframe"' in the "a" tag will appear in a Lightbox when clicked on.
  4. Links to video content with 'rel="lightvideo"' in the "a" tag will appear in a Lightbox when clicked on.

Comments

udig’s picture

Since this is a lesser frequent use case, it will need to wait until I can allocate the time to further investigate (or maybe someone else will volunteer to pick it up?)
My guess is that this is a javascript libraries clash between the JQuery tools and the lightbox (only a wild guess - nothing more).

udig’s picture

Status: Active » Postponed
udig’s picture

Installed Ajax Slideshow 6.x-3.0 with lightbox2 and activated both on the same page. Either this is not relevant anymore OR the use case for the clash should be better specified.

bsenftner’s picture

Well, that's good news. I will test on my side.