![]() |
|
Copying / Aggregating Image Tags to 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: Copying / Aggregating Image Tags to Albums (/thread-11266.html) |
Copying / Aggregating Image Tags to Albums - LiechsWonder - 2013-08-14 Hello! I was wondering if there is an simple way to aggregate/copy tags from image tags on images in an album to that album so that all the tags underneath are represented at the album level. I gave a look through the available plugins and forum and did not see anything on it, so figured someone in the developer / user community might have an idea. Thanks! Copying / Aggregating Image Tags to Albums - acrylian - 2013-08-14 The tags_extra plugin can do that. Currently it uses MySQL queries to collect those tags and does not "copy" them to the album. That real copying is on the list https://github.com/zenphoto/zenphoto/issues/4 but with low priority at least for me. Copying / Aggregating Image Tags to Albums - LiechsWonder - 2013-08-20 Ah ok. That will work fine for now! Thanks. Copying / Aggregating Image Tags to Albums - acrylian - 2013-08-20 If you have a lot of tags/albums I would recommend to use the static_html_cache as well to lower workload on the server. |