![]() |
|
printPageListWithNav conflict with Albums and Pictures - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: printPageListWithNav conflict with Albums and Pictures (/thread-13374.html) |
printPageListWithNav conflict with Albums and Pictures - Roland - 2020-03-06 Hello, But I'm in trouble with the printPageListWithNav function. I understand that I need to use this function in each loop (albums and pictures), but I don't get the right way. This is an album with only two sub-albums and many pictures : This is an album with many sub-albums and many pictures : And the php is here : Thanks for helping me on that trouble :smile: printPageListWithNav conflict with Albums and Pictures - fretzl - 2020-03-06 Sorry but I'm not sure what you are actually asking. printPageListWithNav conflict with Albums and Pictures - acrylian - 2020-03-06 It is actually normally behaviour I think. Albums always come first, then there might be a transition page where both share a page until you get image only pages. You have many subalbums so you first have to go through them before you reach the images. There are some theme options for that which largely depend on your theme as well. ( And the settings of "columns" and "rows" are legacy and for us internally deprecated and don't mean anything especially on resposnives sites). To avoid the empty display with the unnecessary double pagenav you encounter on for example http://archives.rolandtisserand.fr/Asie/page/2/ you need to wrap the I would always recommend for better organisation to not mix subalbums and images in the same album. Although it is certainly possible it might be cleaner for visitors. printPageListWithNav conflict with Albums and Pictures - Roland - 2020-03-13 @fretzl : If I have many albums and many pictures in the same folder, I want to build a double pagination, for albums and pictures. "I would always recommend for better organisation to not mix subalbums and images in the same album. Although it is certainly possible it might be cleaner for visitors." I agree with you, I'm just trying to make a versatile template. Anyway, thanks to you @acrylian for your quick reaction ! |