On my site, I am allowing users to have blogs. I would like to find a way to use the tagadelic module to allow each member of the blog to have their own tag cloud. There are two obvious problems I'm having (and probably many more less-obvious problems that I don't even know about yet).

The first is, the tagadelic module is meant to encompass the entire site. However, I would like each individual user to be able to use it for their own personal blog, so that User A's tags just link to User A's blog posts, and not every user's blog posts.

The second is, I can't even figure out how to set up the tag clouds so that they only show up on blog pages. Right now, they are only working on forums posts.

Any suggestions? Thanks!

Comments

galetrail’s picture

any update?

BDaggerhart’s picture

No, I never received an answer. Drupal 5 here.

galetrail’s picture

Anyone? Again, I'm on drupal 6.

joachim’s picture

> The first is, the tagadelic module is meant to encompass the entire site. However, I would like each individual user to be able to use it for their own personal blog, so that User A's tags just link to User A's blog posts, and not every user's blog posts.
Try taxonomy_redirect module for that, redirecting to a view with a user ID argument.