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

Bèr Kessels’s picture

Status: Active » Closed (works as designed)

This is a feature for an external module. Tagadelic offers all the APIs to do this in another module.

micheleannj’s picture

Understood! 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

greggles’s picture

Component: Code » Documentation
Category: feature » task
Status: Closed (works as designed) » Active

In 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.

greggles’s picture

and the same is true for "clouds by amount of views".

Thanks!

Bèr Kessels’s picture

Status: Active » Closed (works as designed)

see comment #1, marking this by design

greggles’s picture

Title: Filter by user » Document Filter by user
Status: Closed (works as designed) » Active

@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.

Bèr Kessels’s picture

Status: Active » Closed (works as designed)

The 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;
*/