country_state_city_taxonomy
No security coverage
Description
This module automatically creates three taxonomies in Drupal:
- Countries
- States/Departments
- Cities
It allows easy management of geographic hierarchies through a configuration interface.
Features
- Automatic creation of Country, State, and City taxonomies.
- Configuration page at
/admin/config/csc-taxonomy/settingsto load or update taxonomy content. - Compatible with content that requires geographic classification.
Installation
- Enable the module via the admin interface (
/admin/modules) or with Drush:
drush en csc_taxonomy -y
Configuration
Access the configuration page at: /admin/config/csc-taxonomy/settings
From this page you can:
- Load terms for the taxonomies.
- Update the hierarchy Country > State > City.
Notes
- This module does not include default terms; they must be loaded from the configuration page.
- Ensure existing taxonomies do not conflict with Country, State, or City.
Contributions
To contribute, fork the repository and submit a Pull Request with improvements or fixes.