If you have a set of taxonomy terms for, say, project types and one of the projects shuts down (but there are still nodes associated with the project), is it possible to disable or "turn off" its taxonomy term, so in the future people can't use it? How would one do this?

Thanks in advance.

Comments

vm’s picture

no, but you could create an abandoned taxonomy or whatever and move the term to it.

chicagomom’s picture

Thanks.

So one would then need some way to prevent the display of the abandoned term(s) to users so when they create new content they don't select it.

vm’s picture

I see, if this is the case, why not delete the term?

or you will have to investigate a taxonomy access module like TAC or TAClite.

sokrplare’s picture

Unless I'm missing it in Drupal 7 at least I'm not seeing a way to move a term into a different vocabulary.

lomo’s picture

Your issue has basically nothing to do with the original topic, but the Taxonomy manager module does support this functionality, among others. Hope that helps. :-)

See you at the Drupalcon!

user654’s picture

How can I use taxonomy manager to move the term to another vocabulary?I only see that its possible to move the term to the same vocabulary.
thanks

ADrupalUser’s picture

I also need to turn off taxonomy terms. Is there a way to do this in Drupal 7? In my case, the taxonomy term only applies to articles written in specific months of the year and I'd like to turn off the term during the months that the term does not apply and turn the term back on when they do apply. For examples, I'd only want Christmas related articles to be available during the months of November and December each year.

vm’s picture

http://drupal.org/node/543048#comment-5925124

Although I think I might have investigated generating multiple vocabularies

ADrupalUser’s picture

Thanks for your response. Is that the link you meant to post? It's coming back here.

vm’s picture

did you read the first few comments of this thread?

user654’s picture

With this module you can turn off -disable taxonomy terms (In drupal 7)
https://www.drupal.org/project/termstatus

srikanth.g’s picture

my requirement is similar but i need some of the taxonomy terms visible in "disabled state" in the tree view.User should select the SubMost term always,so all the parent terms should be disabled.
That means in the tree view some terms are enabled(can be selected by users) and some terms should NOT be selectable(but visible as disabled like "input type='text' disabled")
Is there any module for this requirement?