I've been looking for a way to allow users of a site that are allowed to blog to have their own tags. Only their tags would appear on their posts, and clicking them would bring the user to a listing of that author's posts with those tags (nothing by any other author). This is basically what wordpress.com does for users.
It appears the only way to truly and completely do this with a standard install is to create a content type for each user, and a vocab along with it. This obviously is a lot to manage.
So, how can I go about this in a realistic way? I've looked at some modules (private taxonomy, taxonomy redirect) but they don't solve the problem.
I'll give $25 paypal to anyone who can help me get this done (without hacking core).
Thanks for any help.
Dan
Comments
can u provide an example web
can u provide an example web page showing your request?
I can't really because I
I can't really because I can't build it. This is how the major blog providers work (wordpress.com, vox.com, etc.).
So, for example:
User 1 blogs about mp3 players and includes the tags "ipod" and "zune".
User 2 blogs about Apple and includes the tags "ipod" and "mac".
A visitor browses the site and comes to User 1's blog. On User 1's mp3 player post she sees the tags "ipod" and "zune", but not "mac" since that was a tag by User 2. When she clicks on the "ipod" tag she is presented with posts that contain the tag "ipod" which were published by User 1 only, User 2's post containing "ipod" is not listed here.
If you go and look at blogs hosted on Wordpress.com you'll see what I mean (they are all subdomains of wordpress.com). While I don't want to offer unique designs like wordpress.com, I don't want visitors (and search engine crawlers) to be able to browse the users blogs as if they were independent.
Dan
looking for the same
looking for the same
maybe
works for me
9 terms vocabulary
I am also looking for this
I am also looking for this functionality. It seems like we ought to just be able to use Views to generate this somehow, but I haven't figured out how to do this yet. Has anyone found a solution to this yet?