I search for a solution for the following:
I want to arrange terms, which I annotated to a node, visually onto an image, an image map, flash or something like that. I want to choose the font size of the terms.
Example:
http://bayimg.com/image/oapbeaabj.jpg
Or in other words: a tag cloud for one single node, where I select the importance of each term for this node. (and where I am able to arrange them freely)
Again: the technique doesn't matter (flash, img, ...)
A bonus would be, if the terms are linked to the term page (e.g. with the help of an image map), but it's not that important.
At the moment I'd have to create an image with a client software and upload it (like I did with the example), but I hope there might be some module, which would ease this up.
Comments
_
I would think you might be able to do this with a combination of http://drupal.org/project/views_cloud and http://drupal.org/project/nodequeue.
Hmm, could you describe your
Hmm, could you describe your idea in more detail? I read the module descriptions, but don't get the idea.
Views Cloud:
I could get a "tag cloud"-like presentation of the tags per node.
But how could I select the "weight" (= font size) of the single terms per node? (term "DVD" is not always of weight "17", but it differs from node to node, of course.)
And how could I arrange them freely? (it matters where exactly each term is positioned, and what are its neighbours, etc)
Nodequeue:
What for could I need this? As far as I understand, I can group/weight nodes. But I'd have to give weight to tags, not to nodes? (and: for tags per node, not for all nodes)