You are here

README.txt in Taxonomy Defaults 6

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

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

Copy all files to modules/taxonomy_defaults/, visit Admin >> Site building >>
Modules (admin/build/modules) and enable Taxonomy Defaults. The provided
install file should correctly set the weight of the module. If not execute the
following query manually:

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


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.

File

README.txt
View source
  1. Taxonomy Defaults allows you to assign default terms from any vocabulary to any
  2. node-type.
  3. INSTALLATION
  4. ------------
  5. Copy all files to modules/taxonomy_defaults/, visit Admin >> Site building >>
  6. Modules (admin/build/modules) and enable Taxonomy Defaults. The provided
  7. install file should correctly set the weight of the module. If not execute the
  8. following query manually:
  9. UPDATE system SET weight = -1 WHERE name = 'taxonomy_defaults';
  10. CONFIGURATION
  11. -------------
  12. Configure Taxonomy Defaults via Administer >> Content management >> Taxonomy,
  13. tab Defaults (admin/content/taxonomy/taxonomy_defaults).
  14. Each vocabulary is shown in a table for every content type. If you enable the
  15. checkbox for a vocabulary, Taxonomy Defaults will add terms from the vocabulary
  16. to the content type's submissions. If a vocabulary is activated for a content
  17. type (shown by 'active' on the Taxonomy Defaults page), the terms will simply
  18. be pre-selected on the add/node page. If not, then the terms will be added to
  19. the node without any user interaction.