ZenphotoCMS Forum
Tag cloud display - 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: Tag cloud display (/thread-1705.html)



Tag cloud display - enes - 2007-10-15

I'm testing release from latest changeset(616)
How do I display tags in a tag cloud?




Tag cloud display - sbillard - 2007-10-15

Currently there is not a template function to return the tags. You can get them from
`global $_zp_current_image;

$tags = $_zp_current_image->getTags();`




Tag cloud display - enes - 2007-10-15

ok thanx




Tag cloud display - aitf311 - 2007-10-15

Would be great if someone could get this going!




Tag cloud display - acrylian - 2007-10-16

Thanks sbillard, I wanted to ask that, too. When I / we got the search engine really going (incl. album search), I can take the task with the template tags function (for expample tags liste next to image as links that take you to the search, tag cloud might be a little more complicated, but I'll try that, too).