![]() |
|
gallery.php loops - 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: gallery.php loops (/thread-6812.html) |
gallery.php loops - weweje - 2010-03-20 Hello there! In the theming tutorial is suggested to use a while (next_album()): loop to show off all the galleries. My purpose here is to create a splashpage for my gallery with just one random image - extracted from a hidden 'splashpage' gallery. thank you for your kind help gallery.php loops - weweje - 2010-03-20 editFor now on, I've succeeded in extracting an image from the first gallery this way:
gallery.php loops - acrylian - 2010-03-20 the next_album loop works on index.php and album.php. Also acutally on other pages but it can only be called once per page. But for random images see: btw, "gallery" means the whole Zenphoto gallery, you are talking about an "album". |