ZenphotoCMS Forum
Show All Photos - 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: Show All Photos (/thread-5478.html)



Show All Photos - CSTPhotograohy - 2009-07-14

Hi,

When you view an album, my pictures at the moment are split into pages once its hit a certain number.

Is there a way that you can change the php to view all the pictures in the album?

Cheers,
Chris




Show All Photos - sbillard - 2009-07-14

Look into the "images per page" option. If that does not work for you, change the call on next_image() to next_image(true).

As always, these functions and their parameters are described in the function guide on the Zenphoto website.




Show All Photos - CSTPhotograohy - 2009-07-15

sbillard, thanks for this, have done this and it works well.

Cheers.