Closed (duplicate)
Project:
Taxonomy Menu
Version:
6.x-2.3
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2009 at 13:03 UTC
Updated:
13 Jan 2010 at 09:23 UTC
We are building interesting new site for Open University and have navigation based on primary taxonomy. Taxonomy menu is used to provide main site navigation menu. Everything works perfect, except that when in the node body, the menu collapses.
Thanks
Darko
Comments
Comment #1
dark-o commentedComment #2
dark-o commentedComment #3
indytechcook commentedThis is because the the menu system sets the active menu for when the page you are one matches the url of the menu.
Until this feature is implemented, you could use the context module (http://drupal.org/project/context) and this patch: http://drupal.org/node/343110. I haven't used it yet but it sounds like it might work for you.
Comment #4
indytechcook commented@dkantic did you try the context module yet? If this feature were to be implemented, then it would be part of this feature: #407490: Default Page Callback for Taxonomy Menu
Comment #5
cels commentedA workaround for this feature is the taxonomy_menu_trails, a modification of menu_trails:
http://drupal.org/node/664102
http://drupal.org/node/672014#comment-2425006