![]() |
|
Get sub album tags? - 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: Get sub album tags? (/thread-2119.html) |
Get sub album tags? - csx - 2008-01-22 I'm running a script on my index.php page to find albums tagged with the word "featured" but the script doesn't seem to grab the sub-albums that are tagged. Is there a way to check the sub-album tags along with the top level albums? ` ` `
`` ` ` --> Thanks to BertSimons for writing the original script. Get sub album tags? - acrylian - 2008-01-22 There is a function called printAllTagsAs() function which prints either a list or a tagcloud of all tags in your gallery. If you need something special you could make a custom function out of that. Get sub album tags? - csx - 2008-01-22 hmmm... thanks for the hints, but unfortunately I not too familiar with writing anything php. I found the function Get sub album tags? - acrylian - 2008-01-23 If you would take the time to read the documentation on www.zenphoto.org/documentation you would read this about getTags(): |