are there plans to update this plugin for symfony 1.2.x ? Pablo
On Sat, Apr 4, 2009 at 9:59 AM, Loïc Vernet <qrf_c...@yahoo.fr> wrote: > Hi, > > To summaruze the helpers make the foreach for you... > > The examples are quit explicit... Check out the exemple files witch are in > the sfLightbox/ module > of the plugin. > > ++ COil > > ________________________________ > De : dziobacz <aaabbbcccda...@gmail.com> > À : symfony users <symfony-users@googlegroups.com> > Envoyé le : Samedi, 4 Avril 2009, 14h41mn 15s > Objet : [symfony-users] lightbox in symfony - how can I use it ? > > > I found sfLightBoxPlugin: > http://www..symfony-project.org/plugins/sfLightboxPlugin > > I download it from this website, unzipped and moved it to \plugins > directory, in \plugins\sfLightboxPlugin I have folders: > config, lib, modules, web. I don't need to move files from these > folders to \apps\frontend\config, \apps\frontend\lib, \apps\frontend > \modules and \web ? > > > I have read 'Readme' from this site but I don't understand this. In > normal php and normal lightbox I could use lightbox to show images > like that: > > <?php foreach ($pictures as $p): ?> > > <a href='/uploads/<?php echo $z->getNormalImage(); ?>' > rel="lightbox[images]"> > <img src='/uploads/<?php echo $z->getMiniImage(); ?>' /> > </a> > > <?php endforeach; ?> > > But in symfony when I click MiniImage I go to site where I see white > page and NormalImage. I don't see slideshow. Could somebody help me ? > I have never used lightbox in symfony and I am new in symfony ;) > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---