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 - 19-08-2011

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 - 19-08-2011

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 - 19-08-2011

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