TaxiSelect http://drupal.org/project/taxiselect ================ DESCRIPTION ------------ A widget to assist users entering hierarchical data using a single line autocomplete textfield on node add/edit forms. Only useful for taxonomies that use a single select drop-down. Module sponsored by the Internet Bird Collection - http://ibc.lynxeds.com REQUIREMENTS ------------ Drupal 5.x INSTALLING ------------ Copy the 'taxiselect' folder to your sites/all/modules directory. Go to Administer > Site building > Modules. Enable the module. Read more about installing modules at http://drupal.org/node/70151 CONFIGURING AND USING --------------------- Navigate to Administer > Content management > Taxonomy Click on 'edit vocabulary' link for the appropriate vocabulary. Under 'Content types' section check a content type. Under 'Settings' section make sure that 'Multiple select' is NOT selected. Otherwise it won't work at all. Under 'Settings' section make sure that 'Tags' is NOT selected. Otherwise it won't work properly. Click on SAVE button. Navigate to Administer > Site configuration > Taxiselect settings Under 'Content types to associate this widget with:' section check a content type. Under 'Vocabularies to associate this widget with:' section check a vocabulary. Click on SAVE CONFIGURATION button. Nagigate to Create content Click on your content type link. Taxiselect can be found on the page. UPGRADING --------- 1. One of the most IMPORTANT things to do BEFORE you upgrade, is to backup your site's files and database. More info: http://drupal.org/node/22281 2. Disable actual module. To do so go to Administer > Site building > Modules. Disable the module. 3. Just overwrite (or replace) the older module folder with the newer version. 4. Enable the new module. To do so go to Administer > Site building > Modules. Enable the module. 5. Run the update script. To do so go to the following address: www.yourwebsite.com/update.php Follow instructions on screen. You must be log in as an administrator (user #1) to do this step. Read more about upgrading modules: http://drupal.org/node/250790 CONTRIBUTORS ------------ Thanks to the following users: lelizondob for the initial Drupal 6 port Onopoc for the README.txt