Tag cloud display

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

Comments

  • 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();`
  • ok thanx
  • Would be great if someone could get this going!
  • acrylian Administrator, Developer
    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).
Sign In or Register to comment.