![]() |
|
Hide albums from 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: Hide albums from print_album_menu (/thread-4106.html) |
Hide albums from print_album_menu - MuschPusch - 2008-11-22 Hi, is there an easy way to hide albums from the navigation? regards Hide albums from print_album_menu - acrylian - 2008-11-22 Yes, set them to unpublished (Note if you are logged in you will still see them). Hide albums from print_album_menu - MuschPusch - 2008-11-26 Hi Acrylian, sorry my question wasn't explicit enough. Some explanation what i'm doing with zenphoto: I use zenphoto for an internal picture database of product pictures. Every album has only 4 pics (front / back / high res / thumb). Because of that i don't need to "zoom in" to image.php and that's why i want to hide the last dimension of the navigation. For example men (no pics) -> accesoires (no pics) -> belts (no pics) -> belt1 (four pics) Now i want to hide belt1 from the navigation but if you click on belts, the belt1 album must still be in the listing of album.php. So disabling the album would be no solution. regards Volkan Hide albums from print_album_menu - acrylian - 2008-11-26 The album menu is context sensitive so that the belt1 album is only shown in the menu list if you are in belts or belt1. Hide albums from print_album_menu - MuschPusch - 2008-11-26 Thats not going to work because sometimes it's not the fourth but the third sub level that has images. Men -> pants -> pant1 I tried to modify the loop(s) to set a condition:
get's no results... Maybe because it's too late... If you have any ideas... |