[symfony-users] Trying to operate sfLightboxPlugin 1.0.11

2010-01-18 Thread Javier Garcia
Hi, i've just installed sfLightboxPlugin in sf 1.2.10 through: symfony plugin:install sfLightboxPlugin symfony plugin:publish-assets symfony cc Then i wrote this code (i copied it from sfLighboxplugin Readme): ?php use_helper('Lightbox'); ? ?php // Modal Lightbox plugin test $link_options =

[symfony-users] Trying to operate sfLightboxPlugin 1.0.11

2010-01-18 Thread Javier Garcia
Hi, i've just installed sfLightboxPlugin in sf 1.2.10 through: symfony plugin:install sfLightboxPlugin symfony plugin:publish-assets symfony cc Then i wrote this code (i copied it from sfLighboxplugin Readme): ?php use_helper('Lightbox'); ? ?php // Modal Lightbox plugin test $link_options =

Re: [symfony-users] Trying to operate sfLightboxPlugin 1.0.11

2010-01-18 Thread Martin Settle
In the call to light_modallink you need to point to the module action that will return the contents of the lightbox... i.e. rather than 'sfLightboxPlugin/modal' you might have 'myModule/index' or whatever other action returns the information you want to display. Regards, Marti 2010/1/18 Javier

[symfony-users] Trying to operate sfLightboxPlugin 1.0.11

2010-01-16 Thread tirengarfio
Hi, i've just installed sfLightboxPlugin in sf 1.2.10 through: symfony plugin:install sfLightboxPlugin symfony plugin:publish-assets symfony cc Then i wrote this code (i copied it from sfLighboxplugin Readme): ?php use_helper('Lightbox'); ? ?php // Modal Lightbox plugin test $link_options =