taxonomy_menu_sync
Security covered
Transform taxonomy term into menu
Enables the creation of menu items directly from taxonomy terms of any taxonomy vocabulary. It supports the use of Drupal's default fields, along with the flexibility to add custom fields through contributed modules.
Features
- Allows creating menu items from taxonomy terms of any vocabulary.
- Allows using Drupal's default fields along with additional fields via contributed modules.
- Uses default taxonomy term paths or custom node URLs based on settings.
- Prevents updates to title and parent link directly from the UI.
- Functions independently without conflicting with other menu-related modules.
- Additionally, it provides the
drush taxonomy_menu_sync:sync [IDS]command to sync taxonomy terms into the menu via Drush easily.
Post-Installation
- After installing the module, navigate to the
/admin/structure/taxonomy_menu_item_extraspage. - Click the "Add New" button to create a new configuration based on your specific requirements.
- Save the configuration.
- To synchronize taxonomy terms with menu items, use the "Synchronize" button available from the drop button on the listing page or from the edit page.
Recommended modules
Menu Item Extras: It provides extra fields for the Menu Items without using additional entities.
Similar projects
Taxonomy Menu: It offers basic functionality to sync taxonomy terms with menu items but lacks flexibility for adding additional fields or editing menu item titles, limiting customization options for enhanced content management.