It would be great(tm) if there was a way to pass a username or uid to get a cloud of that user's tags for a taxonomy. I'm not sure if there is any easy hacky, post-process filtering that could happen or if it just needs a new fancy select statement.
Thanks,
Maj
Comments
Comment #1
Bèr Kessels commentedThis is a feature for an external module. Tagadelic offers all the APIs to do this in another module.
Comment #2
micheleannj commentedUnderstood! Could you be so kind as to point me at some documentation (I did try a google search, but didn't find anything helpful).
Thanks,
maj
Comment #3
gregglesIn the README.txt and again here in the issue it says that this should be possible using the apis but doesn't say how.
I tried reading http://www.webschuur.com/modules/tagadelic but didn't find the answer there either.
Ber - can you explain how to do this? If you do so I'll be happy to document it somewhere.
Comment #4
gregglesand the same is true for "clouds by amount of views".
Thanks!
Comment #5
Bèr Kessels commentedsee comment #1, marking this by design
Comment #6
greggles@Ber - did you document this? The issue is related to documentation for a feature you claim exists. Please either provide the documentation or remove the claims that the module does this.
Comment #7
Bèr Kessels commentedThe doc:
/**
* API that returns an array with weighted tags
* This is the hard part. People with better ideas are very very welcome to send these to ber@webschuur.com. Distribution is one thing that needs attention.
* @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."
* @param $steps. The amount of tag-sizes you will be using. If you give "12" you sill get six different "weights". Defaults to 6 and is optional.
* @return An unordered array with tags-objects, containing the attribute $tag->weight;
*/