You are not logged in.
| Current Gallery version: v 3.1.1 | Download Version History |
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