What I'm looking for is the ability to restrict certain user roles from being able to list certain taxonomy terms on common content type forms (not necessarily to restrict the ability to view that node). It appears the standard taxonomy access module allows for this. Does this version also allow for that feature to enable or disable certain users from choosing a particular taxonomy term on a node they create?

Comments

Dave Cohen’s picture

Title: Question about Tax Lite » Question about Tac Lite
Status: Active » Closed (works as designed)

If you want to do this with tac_lite, you would have to tag each node with at least two terms. So for example you could tag each node with your vocabulary, then also tag with a "public" term in a "privacy" vocabulary. If you give the user access to "public", then they will see the node, but not the terms that they do not have access to. Note the user would never see the private terms, on forms or other pages.

If you really want to hide the terms on forms only, consider writing your own form_alter hook.