![]() |
|
How to check if album has subalbums - 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: How to check if album has subalbums (/thread-6818.html) |
How to check if album has subalbums - indrek - 2010-03-22 How can I check if an album has subalbums in the theme's album.php file? This is because I don't want users to be able to download zip files containing a bunch of albums. Using printAlbumZip(), it creates over a GB size zip files which can't be downloaded over HTTP anyway (limit should be around 350MB). How to check if album has subalbums - acrylian - 2010-03-22 http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetNumAlbums |