Thank you for this module; for a long time I have been using a brew of menu_set_location(), php snippets, custom blocks, funny business in node templates, and custom views argument handling code to get the right menus to display next to my content. This module nicely takes a lot of work out of the equation for individual nodes.
What about non-node pages, like lists of nodes? (E.g., views, taxonomy pages, etc.) Is it feasible to add functionality for those pages, such that terms, views, etc. that aren't necessarily directly linked in the menu system can have active menus through the same UI? Seems like that could be a useful extension of this module.
Comments
Comment #1
Alice Heaton commented@xjm : I don't know about Drupal 5 ; but the Drupal 6 version has non-node page support for OG groups. It's actually fairly simple to edit the code to have non-node page support for all non-node pages.
In menutrails.module ; in the function menutrails_init, add this code :
This works well for the Drupal 6 version - maybe it will work for the Drupal 5 version...
Comment #2
sunMarking as duplicate of #375626: Non-node page support (D6). You can follow up on that issue to track its status instead. If any information from this issue is missing in the other issue, please make sure you provide it over there.
However, thanks for taking the time to report this issue.