Since drupal menu system not used in module's block it should be callsed "taxonomy links" but not "menu". Same thing for submodules.

Or maybe you wil integrate it into drupal menu system?

Comments

solotandem’s picture

Please clarify.
Where are you referring to the term "menu" as opposed to "links?" In the code where it refers to menu or something else?

fasdalf@fasdalf.ru’s picture

Drupal's "menu" term means records in {menu_links} table made with menu_save() function or hook_menu() hook, so user can see them in admin/build/menu section.
This module's blocks are just blocks with links but not drupal menus.

styro’s picture

What would the benefits be?

As for the downsides...

Would you really want a menu item for every single combination of taxonomy terms (and depths?) in your website? On a site with hundreds of terms, you would be adding tens of thousands of unnecessary menu items that hardly ever get used and possibly slow the rest of the site down.

Also, how would the menu system handle multiple parent hierarchies, +/- links, item counts, context menus, tag clouds etc etc?

solotandem’s picture

Assigned: Unassigned » solotandem
Status: Active » Closed (works as designed)