I want each user to be associated with a taxonomy term . Are there any modules for it ?

If not ,
I will create a new table named users_taxonomy having uid and tid . Then , we can edit the user's profile page to contain a textbox where the taxonomy term could be written .
Any suggestions ?

Comments

dheeraj.dagliya’s picture

you will find a patch in the issue queue of profiles module, that will allow you to add taxonomy type of field in user profiles.

kar2905’s picture

Where is it ?
Can you give me a link to it ?

tinem’s picture

Maybe this module http://drupal.org/project/user_force_term can help you. I have used it myself and it's great.

kar2905’s picture

This module forces taxonomy terms to be associated with the content created by a user, whereas I want to associate users with a taxonomy term .Is there a module for that ?