ZenphotoCMS Forum
List ALL albums in album.php - 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: List ALL albums in album.php (/thread-7624.html)



List ALL albums in album.php - smiguel - 2010-09-16

Hi,

anyone can help me? I need list all albums in album.php context.

Thanks!

M.




List ALL albums in album.php - kagutsuchi - 2010-09-16

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




List ALL albums in album.php - smiguel - 2010-09-17

In context of an album (without subalbums), list all other albums in the gallery, for better navigation across the projects.

http://cestlaviestudi.com/index.php




List ALL albums in album.php - acrylian - 2010-09-17

Try the print_album_menu plugin. That even has a dropdown option.




List ALL albums in album.php - smiguel - 2010-09-17

I write this: but it returns an error... Can you help me? What is the correct code?




List ALL albums in album.php - smiguel - 2010-09-17

<?php printAlbumMenuList($listtop); ?>


List ALL albums in album.php - acrylian - 2010-09-17

It always helps to look at the documentation before using..;-)




List ALL albums in album.php - smiguel - 2010-09-17

Thanks!

(la documentación del zenphoto es caótica)




List ALL albums in album.php - acrylian - 2010-09-18

[i](la documentación del zenphoto es caótica)[/i]
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.