Hi,
zenphoto version 1.1.5 [1219]
I try to get structure like this (on index.php)
[list]
[*]Album 1 (thumbnail, title and link)
Sub-album 1 (thumbnail, title and link, tags from images from this album)
[*]Sub-album 2 (thumbnail, title and link, tags from images from this album)
[/list]
[]Album 2 (thumbnail, title and link)
[list]
Sub-album 1 (thumbnail, title and link, tags from images from this album)
[]Sub-album 2 (thumbnail, title and link, tags from images from this album)
[/list]
I've tried to do this with while (next_album(true)):
but I've get only top albums
[list]
[]Album 1 (thumbnail, title and link)
[]Album 2 (thumbnail, title and link)
[/list]
Any solutions for this?
Please take a look at this thread: http://www.zenphoto.org/support/topic.php?id=2317&replies=5#post-13826
There is a link to an older print album menu (beware that one has no password protection for albums and only supports one sublevel) that you could modify to your needs.