![]() |
|
A few questions about dynamic albums - 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: A few questions about dynamic albums (/thread-6168.html) |
A few questions about dynamic albums - jackdaw - 2009-11-21 After the tip bryanbrazil gave me (search for 'jpg'), I now have a dynamic album representing all my images in chronoligical order (about 1500).
Thank you! A few questions about dynamic albums - BertSimons - 2009-11-21 on the search page I added this in the image loop below the thumb found in album: A few questions about dynamic albums - sbillard - 2009-11-21
A few questions about dynamic albums - jackdaw - 2009-11-22 BertSimons: I tried your suggestion in search/php but I'm getting these warnings: sbillard: how can I use this? I tried 'if ($album->isDynamic()==true) { etc. } A few questions about dynamic albums - kagutsuchi - 2009-11-23 To fix the warning, take a look at the Function Documentation here: http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintImageLink For sbillard's suggestion, your code should work. However, you don't have to check that it is true (it will be evaluated as a boolean anyway):
|