zpArdoise : Multiple slideshow links on Favourites page

Firstly, ZenPhoto is a great product and customising it has been a pleasurable learning experience! I am relative php newbie but comfy with HTML/CSS so have customised the zpArdoise theme quite successfully.

I am trying to add a slideshow to favourites.php similar to that used on on the search page. I have cut the following code from search.php and placed it in my favourites.php.

`
<?php if (function_exists('printSlideShowLink')) { ?>


<?php printSlideShowLink(gettext('Slideshow')); ?>


<?php } ?>
`
It works except that I get a 'Slideshow' link for each image listed in the favourites rather than a single 'Slideshow' link and wondered how I can resolve this?
Any advice gratefully received.
Many thanks!

Comments

  • acrylian Administrator, Developer
    Sorry, that does not work. The slideshow only works with albums and the favorites are not an album. This would require custom coding.
Sign In or Register to comment.