You are here

INSTALL.txt in Taxonomy Defaults 6

Same filename and directory in other branches
  1. 5 INSTALL.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';

File

INSTALL.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';