ZenphotoCMS Forum
Help with a customized template - Album Image Display - 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: Help with a customized template - Album Image Display (/thread-8435.html)



Help with a customized template - Album Image Display - darkufo - 2011-03-31

Hi,

I've added a box at the bottom of the screen that allows users to take the embed code of the images.

eg here

http://spoilertv.co.uk/images/whitechapel/series-2/cast-promotional-photos/

However the embed code is also showing up on pages where there are just subalbums to display.

eg
http://spoilertv.co.uk/images/whitechapel/

Is there anyway I can control this so that they only display on the album images pages?

Many thanks in advance




Help with a customized template - Album Image Display - acrylian - 2011-03-31

Add a check if the album has images. See the functions documentation.




Help with a customized template - Album Image Display - darkufo - 2011-03-31

Do you know the name of the function, there are so many in the doc I'm a little lost.

Sorry.




Help with a customized template - Album Image Display - acrylian - 2011-03-31

http://www.zenphoto.org/documentation/classes/Album.html#methodgetNumImages
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetNumImages




Help with a customized template - Album Image Display - darkufo - 2011-03-31

Thank you very much