Re: [development] node-specific main-menu

2011-03-21 Thread Ken Rickard
There are ways to do this in code, but I don't think anyone released a module for it. Menu Block comes close, but requires an alter hook to hit your target. The key is starting the menu tree at the position returned by calling menu_get_item(). If anyone is interested, I have starter code th

Re: [development] node-specific main-menu

2011-03-21 Thread Bob Hutchinson
On Monday 21 March 2011, i...@informatik-halle.de wrote: > sorry for crossposting. > > Hi guys, > > is it possible (with drupal 7 or drupal 6) to implement an node-specific > menu? the point is: i would like to display an node-specific main-menu > which changes according to the pages. Example:

[development] node-specific main-menu

2011-03-21 Thread i...@informatik-halle.de
sorry for crossposting.   Hi guys,   is it possible (with drupal 7 or drupal 6) to implement an node-specific menu? the point is: i would like to display an node-specific main-menu which changes according to the pages. Example: Menu 1 shows A/B/C and menu 2 shows ONLY D/E/F.   Thank you! Florian