This module is a major time saver if you need an on-demand sync of taxonomy terms from a specific vocabulary into a Drupal menu. It contains similar functionality as Taxonomy Menu, but with a simplified approach and a few distinguishing new features.
- Provides a sync form for each vocabulary, at:
/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/overview/menu - Uses MenuLinkContent entity.
- Provides #weight support to maintain hierarchy and sort order from Vocabulary into Menu structure.
- Allows for custom path patterns, so instead of links to /taxonomy/term/%tid, you could use /category/%tid, /vocabulary/%tid/all, etc.
USAGE
Assuming you've created a Drupal taxonomy vocabulary, eg "Category", and have several terms added in the vocabulary...
- Navigate to /admin/structure/taxonomy/manage/category/overview/menu
- Choose the Drupal menu, for example "Main navigation", into which the terms from your vocabulary should be synced.
- Set the path pattern. Bu default this is
/taxonomy/term/%tid. It could be changed to/category/%, for example. - Click the "Sync" button.
Supporting organizations:
Drupal 9 release shepherding
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Site structure
33 sites report using this module
- Created by g089h515r806 on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Releases
8.x-1.2
released 26 April 2023
Works with Drupal: ^9 || ^10
Install:
Development version: 8.x-1.x-dev updated 26 Apr 2023 at 15:34 UTC

