Good morning to all,

I have created a vocaulary for my own content type called news. But i dont want to show this vocabulary in my content type.....How can i hide this vocabulary ?

any body knows?

Comments

ToshoFreny’s picture

harimohan’s picture

sorry......
this module do only hiding tags or terms from the nodes or contents
I need to hide the vocabulary from the particular content type.
but i need to post the contents to the terms of that vocabulary also.....

this is what i exactly wants...

Thanks in advance

linl’s picture

To hide the vocabulary from the input form, the Taxonomy Defaults module http://drupal.org/project/taxonomy_defaults allows you to add a default tag to your content type.

Once installed, the module adds a "Default Terms" tab to admin/content/taxonomy.

From there you can specify your vocabulary as "not active" for the content type and select the "news" term. This will then be added to your content automatically without the users seeing the taxonomy selector on their add/edit pages.

To get rid of the term from your output, then you'd need to look at your theming (node.tpl.php file).