ZenphotoCMS Forum
Albums with sub-albums and tags - 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: Albums with sub-albums and tags (/thread-2633.html)



Albums with sub-albums and tags - devill - 2008-04-08

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?




Albums with sub-albums and tags - acrylian - 2008-04-08

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.