I`m creating news string on my site.
1) I decide use Blog module for this purpose.
2) Create hierarchical taxonomy (only for blog):
-News
-- Site News
-- News from regions
-- Other News
3) Now try to make menu for this. I create 2 level menu:
=News (link to blog)
==Site News (link to taxonomy/term/2)
==News from regions (link to taxonomy/term/3)
==Other News (link to taxonomy/term/4)

What I need: when I click on upper level menu item it must open page linked to it and expand its child elements.
But if I make it unexpanded in settings and click on it - no sub-menu is visible.
It became visible only if I choose somewhere in the blog link to this taxonomy term.

How to make it expanded by click?
May be there is more right method of creating news string on the site?
May be in future it will needed that several users will write to news string.

Comments

-Anti-’s picture

I'd use the excellent DHTML module for this:
http://drupal.org/project/dhtml_menu

chmelvv’s picture

Thanks, I install this module, but it doesn`t solve the problem.
Furthermore, DHTML menu module adds "+1 click" to user path to some node. This is not user friendly. When I user click on some upper level menu element linked to some node - this node is not open. To access node I need either click to special sub links or double click on menu item which is not usual in WWW.
Animation is good things but I need functionality at first.

chmelvv’s picture

Ok, I found this functionality in http://drupal.org/project/jquerymenu module.