![]() |
|
Navigation disappears when there are no images in album - 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: Navigation disappears when there are no images in album (/thread-5402.html) |
Navigation disappears when there are no images in album - joepinelli - 2009-06-29 `
` The problem occurs when there are no subalbums in an album, for some reason the navigation will not display. From what I can tell it's not running the second loop if it generates nothing off the first loop. Are there any problems with the way I have it written? Can I not run 2 next_album loops in a row? -Thanks Navigation disappears when there are no images in album - acrylian - 2009-06-29 This is correct, you can't have two next_album() loops as they always the same internal values. For an album navigation we have the print_album_menu plugin. |