» sfLightboxPlugin 1.0.6
By COil on Sunday 2 March 2008 21:56 ::
symfony ::
Permalink ::
Tags ::
plugin
|
symfony
|
View comments
[En] New version with the last version of lightbox (2.03.3) + new helpers. You can check the demo here on my blog.
- Updated lightbox library to v2.03.3
- 3 new helpers (light_image_text, light_slide_image, light_slide_text)
- New parameter for images slideshows to allow to display images as a html list (li..)
- Slideshow navigation with the keyboard (left, right, ESC)

[Fr] Nouvelle version incluant la dernière version de lightbox (2.03.3) et quelques nouveaux helpers. Vous pouvez visualiser la demo ici sur mon blog.
- Mise à jour de la librairie lightbox pour la version v2.03.3
- 3 nouveaux helpers (light_image_text, light_slide_image, light_slide_text)
- Nouveau paramètre pour les slideshows pour afficher les images comme une liste html (li..)
- Navigation dans le slideshow à l'aide du clavier (gauche, droite, ESC)








» Comments
Hi,
I have a problem with your plugin.
Has been impossible to see running your plugin with the sf_sandbox prototype files.
I downloaded LightBox and copied prototype files in js dir of your plugin and changed in _addLbRessources:
$response->addJavascript(sfConfig::get('sf_prototype_web_dir'). '/js/scriptaculous.js?load=effects,builder');
$response->addJavascript(sfConfig::get('sf_prototype_web_dir'). '/js/builder');
$response->addJavascript(sfConfig::get('sf_prototype_web_dir'). '/js/effects');
for:
$response->addJavascript(sfConfig::get('sf_lightbox_js_dir'). '/js/scriptaculous.js?load=effects,builder');
$response->addJavascript(sfConfig::get('sf_lightbox_js_dir'). '/js/builder');
$response->addJavascript(sfConfig::get('sf_lightbox_js_dir'). '/js/effects');
With this configuration, all run well.
I'm using symfony sandbox 1.0.9.
Any suggestion?
Humm, i suppose the sf_prototype_web_dir of the sandbox is not correctly set. Quiet weird. I'll check this for the next version. Thanks for the feedback.
1.0.7 SVN version now use 1.6.0.2 prototype version, so please upgrade you prototype libs before using this last plugin version.