Hi,
I would like to show the following link ONLY on subalbums and not on the main albums:
<?php printPPSlideShowLink(gettext('Slideshow')); ?>
I'm sure there must be some kind of way to differentiate albums and subalbums with an IF statement but I'm not aware of one.
Any help would be greatly appreciated!!!
Thanks
Comments
Basically, open your "theme" folder, copy "album.php" in the same folder as "albumwithoutslideshow.php", remove the slideshow from the latter and voilà! You then select "albumwithoutslideshow.php" as the one to use for main albums and other circumstances where you don't want the slide show.
Advantage of this method: you have an even greater design flexibility.
Drawback: if you modify your theme, you have two pages to update.
Zenphoto rules, thanks for the support!