By sparkguitar05 on
There are many taxonomy terms on my site. Is there a way to set it up so that each user can only post to CERTAIN terms? Ideally, the user would only be able to post to terms that the user created.
There are many taxonomy terms on my site. Is there a way to set it up so that each user can only post to CERTAIN terms? Ideally, the user would only be able to post to terms that the user created.
Comments
Taxonomy Access Control
http://drupal.org/project/taxonomy_access
Answers the first part of your question, but I'm not sure about restricting to only user created terms.
There's also: http://drupal.org/project/tac_lite which works in a slightly different way.
Doesn't seem to work
TAC seems to only be able to restrict access by role and not by individual user.
TAC_lite isn't working at all, following instructions in the readme file.
Basically, what I want to do is have teachers post nodes for their classes. Each class will be a taxonomy term. I want teachers to only be able to post to their own classes.
Did you find any solution?
Did you find any solution?