Currently, there is no out of the box term page of only those nodes tagged by the current user.
- build an interface to views module that allows to create custom node lists/teaser lists/rss feeds from taxonomy_user terms.
Such an interface should essentially take a term id as parameter and show all nodes tagged with a certain term by the current user. Optionally, it should also take a user id as parameter. That allows us to look at nodes tagged by other users or to look at nodes tagged by yourself if not logged in (important for creating RSS feeds of your tagged nodes).
A guidance should be taxonomy.module's views integration. Taxonomy.module allows for a chain of term ids and term names as argument in the URL. (e. g. mytaxonomyview/,,).
Some thought has to be spent how we could provide that functionality while being able to have the user id as argument as well.
Comments
Comment #1
alex_b commentedOk, it got the better of me :)
In the current version (revision 1.4) you will find a taxonomy_user/term page that allows you to pull only those nodes tagged by a given term by the current user. My tag links on nodes lead to those pages, also links in tag clouds link to those pages. Other people's tags continue to lead to taxonomy/term/.
Check it out!
This is a good solution for now. Interface to views still desirable, though.
Comment #2
alex_b commentedRevision 1.4 refers to HEAD. To avoid confusion, I just packed up a release:
as of 4.7.x-1.0 taxonomy_user/term pages are available
Comment #3
alex_b commentedpush this to 5.x
Comment #4
pomliane commentedThis version of Taxonomy User is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.