Closed (duplicate)
Project:
Tagadelic
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2007 at 07:02 UTC
Updated:
11 Nov 2008 at 13:52 UTC
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
Comment #1
mkinnan commentedI 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
Comment #2
Bèr Kessels commentedhttp://drupal.org/node/253514
Comment #3
Bèr Kessels commented