hi,
i migrated from thickbox to shadowbox because i had some flash bug issues
when a page is loaded i get this error in firebug:

uncaught exception: No Shadowbox language loaded

and when i click on the image with rel="shadowbox" it just loads the image in a new page - like the shadowbox never took effect.

any ideas?

Comments

fayola’s picture

hmm same scenario for me

psynaptic’s picture

What steps can I take to reproduce?

fayola’s picture

not sure, but I have upgraded JQuery to latest for 5.x and all the related js files do seem to be loaded with the page but still no functionality.

Anonymous’s picture

Title: the shadowbox don't work for me » Shadowbox 2.1 will not load
Version: 5.x-2.0 » 5.x-2.1
Priority: Normal » Critical

I've found the same issue to be true.

My Setup

Drupal 5.10 (haven't upgraded to 5.11 yet)
Shadowbox 5.x-2.1 (using Shadowbox 2.0 package from http://mjijackson.com/shadowbox/doc/download.html)
jQuery Update 5.x-2.0

Steps to reproduce are quite simple in my case

1. Clean install of
Drupal 5.x
Shadowbox 5.x-2.1 (using Shadowbox 2.0 package from http://mjijackson.com/shadowbox/doc/download.html)
jQuery Update 5.x-2.0

2. Configured Shadowbox with default settings and the Global Kill Switch is set to 'Checked'

3. I opted not for the automatic image link. Instead I used the CCK display fields settings to show the image in the Shadowbox when clicked.

4. Loaded my page with my image content in it, clicked on the image and I was brought to a new non-drupal page with the image on it.

At this point Shadowbox did not load.

5. Checked the source code of the Drupal page with my content on it and saw that the necessary shadowbox.js files were loaded and the rel="shadowbox" tags were being added within the image tags.

Another Test

I tried another test by adding a new 'page' content type that had <a href="http://google.com" rel="shadowbox">Open Google in Shadowbox</a> in the body and the filter was set to 'Full HTML' with the same unfortunate results. I was just directed to Google and it did not open in the Shadowbox.

The solution that worked for me:

Rolled back to Shadowbox 5.x-2.0

I updated the version of this issue to 2.1 and the priority to critical as the bug 2.1 update seems to break the functionality of the module.

txcrew

psynaptic’s picture

I have installed a fresh version of Drupal 5.11, Shadowbox 5.x-2.1 with Shadowbox 2.0 Full and all my tests are working fine. I can't seem to reproduce this issue.

psynaptic’s picture

Status: Active » Closed (fixed)