You have wrote: "If you don't want to use the following web resources paths :
* /sfLightboxPlugin/js/ * /sfLightboxPlugin/css/ * /sfLightboxPlugin/javascript/" So it means that I shouldn't move js and css to \web directory but leave them in sfLightboxPlugin directory, but in sfLightboxPlugin directory I don't see folder js, css ans javascript - I don't understand your instruction. On 4 Kwi, 17:40, dziobacz <aaabbbcccda...@gmail.com> wrote: > I have read but the instruction isn't simply - how can I download it > not manualy ? What should I write in console ? You haven't wrote it in > your tutorial. > > On 4 Kwi, 17:25, Loïc Vernet <qrf_c...@yahoo.fr> wrote: > > > .... > > > Well if you have manually downloaded the plugin, yes you must copy the > > ressources in /web or use the plugin:publish-assets symfony task > > > You should read the plgind chatpter of the doc and Jobeet. > > > ++ > > > ________________________________ > > De : dziobacz <aaabbbcccda...@gmail.com> > > À : symfony users <symfony-users@googlegroups.com> > > Envoyé le : Samedi, 4 Avril 2009, 16h11mn 41s > > Objet : Re: Re : [symfony-users] lightbox in symfony - how can I use it ? > > > But all lightbox files should be in \plugins\sfLightboxPlugin or I > > should for example move lightbox images to \web\images, lightbox css > > to \web\css etc ?????? > > > On 4 Kwi, 15:59, 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 -~----------~----~----~----~------~----~------~--~---