Hello,
Slide show link does work from albums.
If I try to add a Slide show button inside a page, it does not work.
Is there a way to access a Slide show without first entering it's album ?
For example, a link like this one :
/index.php?p=slideshow&album=Demo%2FPhotos.alb
is only working if used within the Photos.alb album.
The code used on my page to display the button is :
[code]
<?php
@call_user_func('printSlideShowLink');
?>
[/code]
Thanks in advance.