ZenphotoCMS Forum
Admin panel > edit > images, only 10 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: Admin panel > edit > images, only 10 per page (/thread-3733.html)



Admin panel > edit > images, only 10 per page - DrSlony - 2008-09-10

I dont mind, in fact I prefer, to have all my photos on one long page, is it possible to change the 10-images-per-page limit in the admin panel to another value, e.g. 50?




Admin panel > edit > images, only 10 per page - sbillard - 2008-09-10

Not without changing the code.




Admin panel > edit > images, only 10 per page - DrSlony - 2008-09-10

Thank you.




Admin panel > edit > images, only 10 per page - code - 2008-09-10

Well you probably need to change the code for a 'show all' option, but I don't see why you cant use 50...Unless it makes your theme look weird... :S Why don't u just try it and see what happens lol




Admin panel > edit > images, only 10 per page - DrSlony - 2008-09-10

I was asking for the admin edit-albums page, not my gallery, and its not important enough to change zenphotos code and lose changes with an upgrade, so as far as im concerned, thank you and topic closed :]




Admin panel > edit > images, only 10 per page - code - 2008-09-10

Your welcome, updates arent that often, unless you often do the nightly builds...You could modify it and when it updates weeks later update it again...




Admin panel > edit > images, only 10 per page - sbillard - 2008-09-10

The code change is not all that bad--there is a define, IMAGES_PER_PAGE, for the number of images. So it is one line of code you have to keep track of. And, of course, if it gets overwritten, you just revert to the 10 images standard.