tag clouds single for item

alt=
MONEE
@monee
10 years ago
36 posts
how do show tag cloud for only for one item on detail page?
updated by @monee: 10/10/14 06:56:29PM
brian
@brian
10 years ago
10,148 posts
MONEE:
how do show tag cloud for only for one item on detail page?

It's not supported - a single item isn't really a "cloud". You could just style the item_detail.tpl template for the item to make it look like a "cloud" if you wanted to.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
MONEE
@monee
10 years ago
36 posts
each item has it's own tags. how could I use those tags to create a cloud?
brian
@brian
10 years ago
10,148 posts
Looking at the smarty code, you should be able to do something like this:

{jrTags_cloud search1="tag_module = jrAudio" search2="_item_id = `$item._item_id`"}

place that in your jrAudio/templates/item_detail.tpl file and it will generate a cloud for the specific audio id.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
michael
@michael
10 years ago
7,713 posts
Each item has its own tags, but each item has only 1 of each tag, so every item in the cloud will be the same size.

If they're all the same size it kind of defeats the point of having a cloud.