Consider merging with menu_breadcrumb
grendzy - August 26, 2009 - 21:38
| Project: | Menu Trails |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Though menutrails and menu_breadcrumb are similar, both of these modules have some unique strengths. I've found myself trying to combine the benefits of each; unfortunately I haven't found a way to use both modules together. (The menutrails breadcrumbs take precedence if enabled.)
Advantages of menutrails:
Sets crumbs for nodes that aren't in the menu, by content type and taxonomy.
Advantages of menu_breadcrumb:
Several useful display options(append title to crumbs, append as link, hide when only "home" is in the trail).
Seems to have a more efficient method of actually setting the active trail; unlike menutrails it doesn't require a phptemplate_...() override function.
Thanks!
