ZenphotoCMS Forum
No image hide album - 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: No image hide album (/thread-11968.html)



No image hide album - atomicmak - 2015-02-03

Is there a way I can hide the album if there is no image present inside it ?




No image hide album - atomicmak - 2015-02-03

manual unpublish is the way but I have a huge gallery and was thinking if thres is any way I can not dispaly if there is no image.




No image hide album - acrylian - 2015-02-03

You can code it via the object model checking if there are images or albums in it and then unpublishing it. That should happen before the loop though as you otherwise confuse the pagination etc. Need to go through all albums of course which might be overload.