ZenphotoCMS Forum
Viewing images single page 'Boston Globe Big Picture' style - 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: Viewing images single page 'Boston Globe Big Picture' style (/thread-8685.html)



Viewing images single page 'Boston Globe Big Picture' style - Guest - 2011-06-04

I would like to know if there is a way to have one more viewing mode. I am using a default theme, it has gallery and slideshow viewing mode. I would like to have the option to show pictures in a Boston Globe Big Picture style. Single page mode. Does anyone know of a plugin maybe? I am a theming noob so I am hoping for something that has already been developed

http://www.boston.com/bigpicture/2011/06/bosnian_serb_ratko_mladic_capt.html
or
http://www.nrc.nl/inbeeld/2011/05/31/ivorianen-op-de-vlucht/

Thanks!!




Viewing images single page 'Boston Globe Big Picture' style - micheall - 2011-06-04

That could be accomplished by modifying an album.php loop to display images at specific height and include only the information you wanted. Best to take a look at the theming tutorial (which even helps you create an album.php).

http://www.zenphoto.org/news/theming-tutorial




Viewing images single page 'Boston Globe Big Picture' style - acrylian - 2011-06-04

To be more specific you have to modify the next_image loop on album.php.

Note that this slows down loading of the page a great deal.




Viewing images single page 'Boston Globe Big Picture' style - Guest - 2011-06-05

Thanks! Will look into it, see if I can get it to work