![]() |
|
i want to make 1 page with albums and thumbnails all under each album header - 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: i want to make 1 page with albums and thumbnails all under each album header (/thread-3079.html) |
i want to make 1 page with albums and thumbnails all under each album header - drazin - 2008-06-11 so the idea i want to accomplish is a Header image( album thumbnail) and a set of image thumbnails under each album header image. in the end i want to so some javascript to hide the thumbnails and have the user click on the header image/album title to expand the thumbnails. possible? i want to make 1 page with albums and thumbnails all under each album header - drazin - 2008-06-11 i tried to pull the loop which calls the thumbnails from the album.php but it was generating errors... but i know its the loop i will need....but what else do i have to do? i want to make 1 page with albums and thumbnails all under each album header - sbillard - 2008-06-12 Of course it is possible. Have you looked into the zenphoto documentation? You may not be able to use the Template Functions for this as they assume correct values for the current album and currrent image which will probably not be set in your case. But you can use the root implementations based on zenphoto objects. For instance, if you are in the next_album() loop on your theme's index.php page,
with the image you can get its url, etc. to display on your page. |