Make a Drupal 6 branch
Now that Drupal 6 Beta 1 is out, it's time to start thinking about porting Tagadelic to Drupal 6.... Read More
Full tag cloud as block
Tag cloud with all taxonomy trees as a block... Read More
Add Multiple domains support
When using Multiple Domains, Tagadelic shows up tags from all the domains in its cloud, not only from the used domain. Then 'empty' tag, when clicked,... Read More
Restrict tag count by content type
Allow a tag cloud to only count nodes of a specific content type. For instance, I have a single vocabulary that I use to tag nodes of the ... Read More
Tagcloud per user
Create a tagcloud per user. http://drupal.org/node/69095... Read More
Adding rel="tag to the tagcloud"
The rel="tag" does not show up in the tag cloud. I think the line $output .= l($term->name, taxonomy_term_path($term), array('cl... Read More
add first and last css classes to list of tags
Please add "first" and "last" css classes to lists of tags. The default list of taxonomy terms in Drupal does the same. This allows more ... Read More
Add Categories support
OK, I got the problem pinned down as the fault of Tagadelic. tagadelic_nodeapi loads tags into a wrong place, overwriting container's freetaggin... Read More
Add separate sort option for blocks
I'd like my tag page (listing all tags) to be sorted by name, but the tag block (only 20 tags) to be sorted randomly.... Read More