Hi,

I inherited a site that runs Drupal 5.x and the eventual functionality that they wanted to include on the site was for images/videos to show up in a box instead of a separate page. So I installed jquery update and tried to install the 3 modules (only enabled one module at a time). So the steps I did:

1) Create a page with a link to an image (http://mysite.com/node/1764 with link to http://mysite.com/files/thisImage.jpg).
2) Enable module.
3) Modify link with class (or rel) = (lightbox/shadowbox/thickbox) and save content.
4) Click on link.

The behaviour is very strange...it LOOKS like the box starts to work (there is dimming or a box starting to show up) but it then ends up going on to the next page. So basically:

1) Current page dims but
2) You end up at http://mysite.com/files/thisImage.jpg).

Would anyone have ideas on what could be the issue? Any help would be really appreciated.

Comments

btmash’s picture

Guess I responded too early. I figured it must be a javascript issue with some other module's javascript. I took at the modules enabled and the one that stuck out was one called dblclick.js - I know there is a module called Double Click (http://drupal.org/project/dblclick) and once I disabled that, the shadowbox module worked (going to try out the other two and see if that solves it. Since that module is abandoned, makes sense to let go of it as well.