I'm looking for a module / extension or another easy way to limit a tag-cloud.
I got a site for each category and above is a module which shows the tags for this category, means I limited this tag-cloud to category-relevant tags only.
Then I got a site for each tag, and therefore I search for an easy solution that it only shows tags which are category-relevant. Which categories? The categories from the entries of the selected tag.
I know that can be done manually, but that's hell of work and will get buggy earlier or later. So I search for an automatically solution.
Here's an example
Main Category:
Tags in the Tag-Cloud: 1, 2, 3, 4, 5, 6, 7
Category I:
Tags in the Tag-Cloud: 1, 2, 3
Category II:
Tags in the Tag-Cloud: 3, 4, 5
Site for Tag 3:
Tags in the Tag-Cloud: 1, 2, 3, 4, 5