![]() |
|
48 thumbnails per page ? - 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: 48 thumbnails per page ? (/thread-7230.html) |
48 thumbnails per page ? - dark_vidor - 2010-06-20 Hi! I'have changed in admin pannel the number of thumbnails per page. I would like display 48 thumbnails ... but zenphoto display 50 thumbnails ... If i try to display 45 thumbnails it's ok, but 46, 47, 48 display 50 thumbnails How can i resolve this mistake ? Thanks ps : sorry for my bad english i'm french 48 thumbnails per page ? - acrylian - 2010-06-20 http://www.zenphoto.org/2009/03/troubleshooting-zenphoto/#20 48 thumbnails per page ? - dark_vidor - 2010-06-20 ok Thank's I didn't find 48 thumbnails per page ? - micheall - 2010-06-21 What do you mean you didn't find? You didn't find an answer in the link acrylian provided? Or you didn't find the normalize columns to be in your theme? 48 thumbnails per page ? - iamonstage - 2010-08-14 I am relativly new to php and a little puzzeld to how i implement this solution; where and what code to use? I am trying to display 14 thumbnails. 48 thumbnails per page ? - acrylian - 2010-08-14 The best is learn the basics and read the theming tutorial to understand the basics of Zenphoto themes. Otherwise you will most likey not get that far with any type of theme customizing. What code for this to use is explained in the link above. 48 thumbnails per page ? - iamonstage - 2010-08-14 When I first looked at the "How to read the Zenphoto functions guide" it looked a bit too daunting for me! But... i now know how to solve some other functions I am using, Thank you! I have read the normalizeColumns function guide and written this code : '' I cannot see in the description where to write this in the image loop (if at all it goes in the image loop?) 48 thumbnails per page ? - acrylian - 2010-08-14 It goes right at the beginning of the album.php page. Look at the standard themes and you will surely spot it. |