![]() |
|
Slideshow integration - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Slideshow integration (/thread-304.html) |
Slideshow integration - steve - 2006-02-17 I am trying to integrate a slideshow but I am having problems calling the album url dynamically. The script I am using is activated by adding "&slideshow" onto the end of the album url so I need to be able to get that for each album. I assume this has something to do with the "getAlbumLinkURL" call but no matter how I edit it, the closest I can get is to have the url with a trailing slash and then the required "&slideshow". Obviously I need to lose the trailing slash in between the url to get it to work. “www.yoursite.com/zen/animals/&slideshow�? – is the closest I have managed to get but doesn’t work. I am currently using mod rewrite if that is of relevance. Any help or advice please? Slideshow integration - steve - 2006-02-20 Nobody have any ideas at all? It works perfectly if I disable mod_rewrite but then I lose nice urls. Slideshow integration - steve - 2006-02-20 This is now solved, just incase anyone else is stuck and this cane help I solved the problem with the following code.. I then called the link using a simple.. [code]" title="View as slideshow">View as slideshow[/code] Hope that helps |