![]() |
|
link to page that displays all images in a gallery - 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: link to page that displays all images in a gallery (/thread-795.html) |
link to page that displays all images in a gallery - marc - 2006-09-10 I want to add a link at the top of an individual album page that will go to a page where it displays all the images in that album in their "image" bigger size and descriptions, one right after eachother. On my custom "all album images" page I can't figure out what function, etc to call to put me in the "album class" so I can loop over the images in that album. Any help? link to page that displays all images in a gallery - Mammlouk2 - 2006-09-11 You should be able to get into the right method by doing something like this. $albumpages = 0; That should get you an array with all of the images in the album. Then you could do a foreach to loop through displaying them. I don't really know for sure because I'm extremely new to php and even newer when it comes to OO programming. I'm sure trisweb can give you a much more usable solution than this though... That should return an array |