ZenphotoCMS Forum
Page numbers limit ! - 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: Page numbers limit ! (/thread-1537.html)



Page numbers limit ! - roobik - 2007-07-09

Hello !
Thanks for grate script !
I need to limit page numbers in albums only to 10 ! where i must be changed ?!

Thanks
Roobik




Page numbers limit ! - kenoji - 2007-07-16

I think the page numbers is based on the number of albums, same with images so make a conditonal in the loops (that list the alnums/images) so it stops at 10.




Page numbers limit ! - sbillard - 2007-07-16

Do you have more than 10 pages of albums? Do you just want to limit the listing of page numbers to the 10 around the current page? If so, then you want to modify printPageListWithNav in template-functions.php. I have done this mod in effervescence_simpleviewer which you can download from the WIKI. You can view the result at http://www.albums.sbillard.org/Test%20Album/lots%20of%20subalbums/

If you download the theme you can copy the code.