i have a content type for which it should possible to assign all available terms and not only the terms specified for a role.

is it possible to disable tac lite for a specific content type or what else could i do?

thx

Comments

Dave Cohen’s picture

Status: Active » Closed (won't fix)

I recommend re-thinking your permission and term scheme so you don't have to do this.

If that's not an option, consider using hook_form_alter to change the node edit form.

This does not sound like something tac_lite can easily support.