By kar2905 on
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
Add taxonomy field in User profiles
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.
Where is it ? Can you give me
Where is it ?
Can you give me a link to it ?
Maybe this module
Maybe this module http://drupal.org/project/user_force_term can help you. I have used it myself and it's great.
This module forces taxonomy
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 ?