I have a taxonomy hierarchy, and the proper tag from the hierarchy is already chosen when the user creates the page. How do I prevent the user from altering it?

Comments

dddave’s picture

http://drupal.org/project/taxonomy_role

It is a lightweight taxonomy access module with which you can deny user certain taxonomy fields. Easy.

There are a couple of other modules with a much broader field of use but I never needed them.

Trunkhorn’s picture

Thank you! Exactly what I needed. I was a little hesitant to consider it since it was labeled "beta" and hasn't been updated since mid-2008, but it works as advertised. Thanks again!