JV2 Folder Gallery Forum

You are not logged in.

Announcement

Current Gallery version: v 3.1.1 Download    Version History
Please make sure you search the Forum and go through the latest README in the release, before asking questions that have already been answered...
IMPORTANT Security Fix for gallery 3.0

#1 2010-06-10 14:34:21

Alejandro
New member
Registered: 2009-07-09
Posts: 6

Error when using JS Lightbox + Solution

Maybe it's the new version of Lightbox, but it doesn't work until you edit gallery/include/js_script_include.php.
You must change the line that says
    echo '<script type="text/javascript" src="'.$lightboxpath.'js/scriptaculous.js?load=effects"></script>';
and write this:
    echo '<script type="text/javascript" src="'.$lightboxpath.'js/scriptaculous.js?load=effects,builder"></script>';
As you may notice, you only have to add "builder" to the scriptaculous part. Once i did that, following the steps on the readme file i make it work.

Hope it's useful.

Peace

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson