Hello everyone!
I am trying to figure out how to make a tag cloud from the terms of a node. I know it's the tagadelic_build_weighted_tags($result, $steps = 6) I need to use but what is the

* @param $result. a query result, any query result that contains an object with the following attributes: $tag->count, $tag->tid, $tag->name and $tag->vid. Refer to tagadelic_get_weighted_tags() for an example."

that I need to feed to it?
Thanks for any help!

Comments

mkinnan’s picture

Version: 4.7.x-2.0 » 5.x-1.x-dev

I too am interested in terms of a node.

For the taxonomy of a node, I have:

Category 1:
-term A
-term B
-term C

Category 2:
-FREE TAGGING

So, I would want to have a Tag Cloud for all the FREE TAGGING terms of term B. I would have thought this might be possible using the Views Tagadelic module, but it doesn't seem to work that way.

All in all, Tagadelic is a great module. Thanks!

Mark

Bèr Kessels’s picture

Bèr Kessels’s picture

Status: Active » Closed (duplicate)