ZenphotoCMS Forum
multiple gallery menus zpfocus - 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: multiple gallery menus zpfocus (/thread-10549.html)



multiple gallery menus zpfocus - rohair - 2012-10-29

Using zpfocus menu, how would I create two gallery menu listings of albums that include two different lists of subalbums?

I want to list separate my local sports photos to make it easier for users to navigate.

website if http://photagape.rohair.com




multiple gallery menus zpfocus - acrylian - 2012-10-29

I have no idea about zpfocus and what menu it uses but the menu manager lets you create as many menu sets as you need. You might need to do some manual theme changes.

Note: Gallery != album in Zenphoto terms.




multiple gallery menus zpfocus - rohair - 2012-10-29

Thanks, acrylian. I thought about Custom Menu, and it would work, however, as I frequently add to the local sports subalbums I would also need create a subalbum link in the custom menu each time I add a subalbum, correct?

zpfocus uses printAlbumMenuList(). Is there a way to use printAlbumMenuList() so that it only selects everything under a specified top-menu item?

In my case, so that I could have two main album menus; using printAlbumMenuList() for local sports photos, and another printAlbumMenuList() menu item for everything else?

I inserted a custom menu for the SPORTS link on my site http://photagape.rohair.com/

This is visually how I would like it to behave, but without having to add a new submenu item each time I add a new subalbum to the local sports photos section.

Thank you!




multiple gallery menus zpfocus - acrylian - 2012-10-30

print_album_menu prints a full album tree by default and has various parameter options. Best you review the documentation. As said you will have to modify the theme in any case.