Hello,
I was wondering if there's a module similar to the Menu Trails module but uses Pathauto to set the select Parent and Child menus. The module must not require any custom code to be put into the template.php file (Bealestreet theme doesn't seem to play nice with that code)
I think this is only logical. Here's an example:
MENU SYSTEM:
--------------------
-Home
-Article Library
-Video Library
-News & Events
---News
---Events
---Press
PATH SYSTEM:
--------------------
/: Home
/articles: Main Article Library page
/articles/some-article-content-here: An Article node (Article Library should still be selected)
/video: Main Video Library page
/video/some-video-content-here: A Video node (Video Library should still be selected)
/newsevents: Main News & Events page
/newsevents/press: Press submenu/subpage
/newsevents/press/some-press-content-here: A Press node (News & Events should be the selected Parent, and Press should be the selected Child)
...
etc., etc., etc....
...
Based on a Pathauto path, certain Parent and Child menus can be selected.
I've been looking around on Drupal.org, and this seems to be a very common problem with Drupal 5.x. Has this been fixed in 6.x?
Any suggestions? Also, if anyone has gotten the Menu Trails code working with Bealestreet, please let me know.