ZenphotoCMS Forum
How to use printAlbumZip? - 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 use printAlbumZip? (/thread-5456.html)



How to use printAlbumZip? - kuro_svk - 2009-07-09

Hello,

I'm trying to add a download archive link to my gallery. But so far I can't figure it out. Can someone write me a straightforward step by step guide please? I searched everywhere and couldn't find anything useful. I'm an absolute php beginner. But I can do C(++).

Thanks a lot




How to use printAlbumZip? - acrylian - 2009-07-09

Place the function printAlbumZip() on your album.php page or within the next_album() (it needs to be within album context). That is all to get a download of a whole album:
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintAlbumZip




How to use printAlbumZip? - kuro_svk - 2009-07-09

Thank you, it worked out.