Restrict taxonomy terms
Thirtysixway - December 13, 2008 - 15:24
I'm looking for a solution that will allow me to restrict which taxonomy terms either a user or roll can use.
I've already found the Taxonomy Roles module, this limits the categories but I need it to limit all the way down to individual terms within a category.
Anybody have any solutions or suggestions? Basically we're building RSS feeds from these terms and want to limit which term each user can use so they don't post content into other RSS feeds.

Subscribing. You could use
Subscribing.
You could use hook_form_alter to remove some of the terms from the taxonomy widget.
I'm looking for a module to
I'm looking for a module to do it. We will have some people admining the site who don't do php or code so a module with admin settings is what we need.
edit:
Alltal in the IRC pointed out this module
http://drupal.org/project/tac_lite
seems to do the job incase anyone else is looking.