ZenphotoCMS Forum
How to modify print_album_menu - 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: How to modify print_album_menu (/thread-9927.html)



How to modify print_album_menu - os07 - 2012-05-02

I am using the Zenpage theme, and love the flexibility and simplicity of its design.

I have enabled the print_album_menu plugin. On this site there is only one album, so no need to have a Gallery choice on the menu.

Where would I find the code so that I can remove this choice from my menus?




How to modify print_album_menu - os07 - 2012-05-02

Found it:

Line 101, print_album_menu.php

in zp-core/zp-extensions/

Comment out or remove $indexname="Gallery Index".




How to modify print_album_menu - acrylian - 2012-05-02

The Zenpage theme also supports the menu manager plugin to create complete custom menus.




How to modify print_album_menu - os07 - 2012-05-02

Yes, I saw that. It is also very convenient to be able to simply modify the sidebar.php file to create almost any kind of menu one can think of, once the appropriate CSS is applied.

Thank you again for all of your help!