You are here

README.txt in Taxonomy Defaults 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
Taxonomy Defaults allows you to assign default terms from any vocabulary to any node-type.

INSTALLATION
------------

Copy all files to /sites/all/modules/taxonomy_defaults/, visit Admin >> Site building >> Modules (admin/build/modules) and enable Taxonomy Defaults. 


UPGRADING FROM 6.x-1.0 to 6.x-2.0
---------------------------------
In order to upgrade your "hidden" vocabularies from 6.x-1.0 or earlier, you'll need to 
1) enable the vocabulary for the content_type at admin/content/taxonomy
2) turn off the associated "Visible" checkbox at admin/content/taxonomy/taxonomy_defaults

More info: 
http://drupal.org/node/559828#comment-2162950

CONFIGURATION
-------------

Configure Taxonomy Defaults via Administer >> Content management >> Taxonomy, tab Defaults (admin/content/taxonomy/taxonomy_defaults).

Each vocabulary is shown in a table for every content type. If you enable the checkbox for a vocabulary, Taxonomy Defaults will add terms from the vocabulary to the content type's submissions. If a vocabulary is activated for a content type (shown by 'active' on the Taxonomy Defaults page), the terms will simply be pre-selected on the add/node page. If not, then the terms will be added to the node without any user interaction.

TROUBLESHOOTING
For most configurations, the installation should work automatically, but if you are using other taxonomy related modules, including Taxonomy Access Control, you may need to alter the weight of the taxonomy_defaults module, using a query similar to the following:

UPDATE system SET weight = 1 WHERE name = 'taxonomy_defaults';

The actual weight you need to assign will depend on your configuration.

File

README.txt
View source
  1. Taxonomy Defaults allows you to assign default terms from any vocabulary to any node-type.
  2. INSTALLATION
  3. ------------
  4. Copy all files to /sites/all/modules/taxonomy_defaults/, visit Admin >> Site building >> Modules (admin/build/modules) and enable Taxonomy Defaults.
  5. UPGRADING FROM 6.x-1.0 to 6.x-2.0
  6. ---------------------------------
  7. In order to upgrade your "hidden" vocabularies from 6.x-1.0 or earlier, you'll need to
  8. 1) enable the vocabulary for the content_type at admin/content/taxonomy
  9. 2) turn off the associated "Visible" checkbox at admin/content/taxonomy/taxonomy_defaults
  10. More info:
  11. http://drupal.org/node/559828#comment-2162950
  12. CONFIGURATION
  13. -------------
  14. Configure Taxonomy Defaults via Administer >> Content management >> Taxonomy, tab Defaults (admin/content/taxonomy/taxonomy_defaults).
  15. Each vocabulary is shown in a table for every content type. If you enable the checkbox for a vocabulary, Taxonomy Defaults will add terms from the vocabulary to the content type's submissions. If a vocabulary is activated for a content type (shown by 'active' on the Taxonomy Defaults page), the terms will simply be pre-selected on the add/node page. If not, then the terms will be added to the node without any user interaction.
  16. TROUBLESHOOTING
  17. For most configurations, the installation should work automatically, but if you are using other taxonomy related modules, including Taxonomy Access Control, you may need to alter the weight of the taxonomy_defaults module, using a query similar to the following:
  18. UPDATE system SET weight = 1 WHERE name = 'taxonomy_defaults';
  19. The actual weight you need to assign will depend on your configuration.