taxonomy/vocabulary/term is public, all user share the same category tree.
//
But i need a module ,site user can set his/her own taxonomy/category, i.e. user A have a taxonomy,like a tree, user B have another taxonomy,like another tree.
//
It is usefull to BSP builded by Drupal, any blogger have the own category tree, as well as share the system tree.
//
Is there a module can fit this?
-----------------
(i am a new English User,sorry )

Comments

olet’s picture

i found more issues like above tread.
but no ideal answer.

http://drupal.org/node/23369
"Blog/User Specific Taxonomies & Pages"

search keyword:
multiuser blog system
wordpressMU

anyone can help me?
new module would be dev or must switch wordpressMU?
thanks

mfredrickson’s picture

Perhaps the freetagging support in 4.7 would do what you want. Tags are added to the vocabulary when they are not found in the vocabulary. Each user could have a unique free tagging vocabulary (though why not share it?)

As to the access control, perhaps you should look at taxonomy_access.module. This would allow for a public vocabulary and keep private vocabularies private.

olet’s picture

use freetagging , can not set a unique free tagging voc for each user, it is a public tree too. For example, user A set tags "FOOD","TOOLS",user B set tags "FOOD","HEALTH", the public voc is "FOOD","TOOLS","HEALTH" .but user A have not a unique tree,i can not view nodes of user A's "FOOD",i view nodes of all users' "FOOD".

i need try taxonomy_access.

thanks you very much.

olet’s picture

my goal is that each user can ADD/DEL/EDIT/VIEW/MANAGE his OWN private category(or tag or term) on his blog(or more), at the same time share the public system category.

1\ ADD my categorys ,not other's;
2\ VIEW my category tree;
3\ DEL or EDIT the special item;
4\ a special user interface for MANAGE(ADD DEL EDIT VIEW) my categorys;
5\ navigation my nodes by my private category,not other's.

mfredrickson’s picture

The taxonomy_access module could do a lot of what you are asking. However, what would be missing would be the user interface.

It would require some programming, but not too much to create a front end to taxonomy, that each user could manipulate.

I am currently working on an API for taxonomy, so modules will have an easier time of manipulating them. I will post a follow up here when I have it ready for release.

-Mark

olet’s picture

waiting for your taxonomy api :)

olet’s picture

i am not a developer,i can't code anything.
but i think it is not difficult to dev this user's category module,it is usefull to extending DRUPAL capacity.
the private category and the system public category together improve user experience to manage their own content.

user's category module featuer require:

1\ ADD category (by AJAX)
2\ DEL (option:del category only,del category and nodes under it)
3\ EDIT
4\ VIEW all category
5\ while add node,can assign private category and public category
6\ navigation my own category,navigation my nodes by my own category
7\ more

In Extremo’s picture

I am also very interested in that user can create her own categorys for their blogs.

Is there a solution at the moment?

mfredrickson’s picture

There is some talk of extending the organic groups so that each group can have it's own vocabulary.

Frankly, I think the best solution right now is free tagging. users can type in terms, if they don't exist, they are automatically added. That does 90% of what you want.

-M

--
http://www.ppmaf.org

bxy’s picture

I am interested in the proposed module, too. And my company is willing to pay. Because we don't want to choose other cms simply because drupal lacks categoreis-per-user function.