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
-~----------~----~----~----~------~----~------~--~---

Reply via email to