ZenphotoCMS Forum
Album conditional statements - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Album conditional statements (/thread-8989.html)



Album conditional statements - busternutley - 2011-08-19

Looking for help on how to write a conditional statement in the album.php file.
I'd like to exclude some of the features in this file for specific albums. For example, if album name is 'videos', do not show getNumImages.
Any help is much appreciated.




Album conditional statements - acrylian - 2011-08-19

Several options (assuming you have read the theming tutorial).

  1. Use http://www.zenphoto.org/news/zenphotos-object-model-framework
  2. Use http://www.zenphoto.org/news/multiple_layouts
  3. "Old style": use album themes



Album conditional statements - busternutley - 2011-08-19

For a layman like myself, option 2 works brilliantly. Thank you, sir.