You are here

README.txt in Taxonomy unique 8.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------
* Description
* Installation

DESCRIPTION
-----------

By default, Drupal allows creation of identical terms in the same vocabulary
Taxonomy unique prohibits saving a taxonomy term when a term with the same name exists in the same vocabulary.
You can configure it individually for each vocabulary, and you can set custom error messages if a duplicate is found

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

There are no special requirements for this module; installation uses the
standard Drupal process. If you're reading this, you've likely already
correctly installed this module.

1. Download the module from drupal.org.
2. Untar the archive into your modules directory.
3. Go to Admin > Modules and enable the Taxonomy unique module.
4. Configure settings at Admin > Structure > Taxonomy > Vocabulary settings page

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Description
  4. * Installation
  5. DESCRIPTION
  6. -----------
  7. By default, Drupal allows creation of identical terms in the same vocabulary
  8. Taxonomy unique prohibits saving a taxonomy term when a term with the same name exists in the same vocabulary.
  9. You can configure it individually for each vocabulary, and you can set custom error messages if a duplicate is found
  10. INSTALLATION
  11. ------------
  12. There are no special requirements for this module; installation uses the
  13. standard Drupal process. If you're reading this, you've likely already
  14. correctly installed this module.
  15. 1. Download the module from drupal.org.
  16. 2. Untar the archive into your modules directory.
  17. 3. Go to Admin > Modules and enable the Taxonomy unique module.
  18. 4. Configure settings at Admin > Structure > Taxonomy > Vocabulary settings page