Hi,
anyone can help me? I need list all albums in album.php context.
Thanks!
M.
Hi,
anyone can help me? I need list all albums in album.php context.
Thanks!
M.
Depends on what you mean by all albums (all albums in gallery, all subalbums of current album...).
See either:
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetAllAlbums
or
http://www.zenphoto.org/documentation/classes/Gallery.html#methodgetAlbums
In context of an album (without subalbums), list all other albums in the gallery, for better navigation across the projects.
Try the print_album_menu plugin. That even has a dropdown option.
I write this: <?php printAlbumMenu(); ?> but it returns an error... Can you help me? What is the correct code?
<?php printAlbumMenuList($listtop); ?>
It always helps to look at the documentation before using..;-)
Thanks!
(la documentación del zenphoto es caótica)
(la documentación del zenphoto es caótica)
The functions documentation is actually quite well sorted for each plugin and even linked to from the plugins tab. Why that documentation is like it is is explaind on a separate article btw.
You must log in to post.