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?
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
Comment #1
solotandem commentedPlease clarify.
Where are you referring to the term "menu" as opposed to "links?" In the code where it refers to menu or something else?
Comment #2
fasdalf@fasdalf.ru commentedDrupal'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.
Comment #3
styro commentedWhat 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?
Comment #4
solotandem commented