Llama Council Community

zOOM Gallery OpenSEF extension => General Questions => Topic started by: josizis on March 11, 2007, 12:12:25 PM



Title: Sef_Ext and lightbox
Post by: josizis on March 11, 2007, 12:12:25 PM
Hi,
I got the sef_ext working with my zoom component, but the only thing wrong is the lightbox.
The flash player is always empty even though I add songs to the lightbox because the params of the songs are not passed to the flash player.
The '&params=3,1,2' part of the url is not present in the encoded url.
I think that's why the playlist is empty.

Could anybody help me with that please?

--
Thanks a lot


Could anybody help me by teling me how can I


Title: Re: Sef_Ext and lightbox
Post by: Darren996 on March 11, 2007, 04:00:56 PM
Hi josizis,

Could you show me some examples. 

Thanks,
Darren


Title: Re: Sef_Ext and lightbox
Post by: josizis on March 11, 2007, 05:07:55 PM
Hi Darren996,
Thanks for helping me.

ok this is an example:

- Without sef :

   - here is the link I get when I launch the flash player :
    http://xxxxxx.net/index.php?option=com_zoom&Itemid=43&page=lightbox&catid=3&PageNo=1&action=play&params=3,0...
   - here is a part of the code source of the popup containing the flash player:
    <param
name="flashvars" value="config=http://xxxxxx.net/components/com_zoom/www/config.xml&amp;file=http://xxxxxx.net/components/
com_zoom/www/playlist.php?keys=3,0" />


U can clearly see that some parameters (3,0) are passed to the flash player. Everything works fine then.

Now
- With Sef_ext :
    - here is the link I get when I launch the flash player :
http://xxxxxx.net/mediatheque/lightbox/play/musique/pageno1/?mosmsg=...
   - and here is a part of the code source of the popup containing the flash player:
   <param name="flashvars" value="config=http://xxxxxx.net/components/com_zoom/www/config.xml&amp;file=http://xxxxxx.net/components/
com_zoom/www/playlist.php?keys=" />


The second time, nothing is passed, and I get the message wrong playist format in the popup containing the flash player.

My alias for the zoom component is mediatheque, and the name of the category (3) is musique.

Thanks a lot, I appreciate your help.


Title: Re: Sef_Ext and lightbox
Post by: Darren996 on March 12, 2007, 08:33:30 AM
Can you PM me that URL for your site so I can take a look.  I am not exactly sure where that URL is coming from.

DD


Title: Re: Sef_Ext and lightbox
Post by: Darren996 on March 14, 2007, 02:09:58 PM
I think that "keys" parameter is coming from you playlist component.  I can't fix it without seeing it so PM me a URL or something.