Hi,

Is there a *simple* way to enable a menu block to change its menus, dependent upon which primary link is selected?

In effect, the menu block will be a submenu of the primary link menu.

I imagine this would require enabling blocks on the fly dependent upon what node is selected. Is that possible without using a custom block? I can see a custom block that would check the primary link-loaded node and then load the appropriate submenu. But it would be nice if it were more cleanly integrated into Drupal than a hack job.

Any ideas?

Thanks,

Kilolima

Comments

Steve Dondley’s picture

I believe you want: http://drupal.org/node/57823
Example site: http://www.massaflcio.org

--
Get better help from Drupal's forums and read this.

kilolima’s picture

Thanks for the link!

I played around with secondary menus a bit but don't like the way most themes display them... so either have to write my own or give it up.