Could we have a setting to expand the immediate children of the active item? E.g. suppose you have a menu with these items (with the number of dashes before them representing their level):

-i1
--i2
--i3
---i4
---i5
----i6
--i7

If I set my menu block up with 'Starting level' = '1st level' and 'Maximum depth'=1 then it'll look like:

-i1
--i2
--i3
--i7

However, if my proposed 'expand the immediate children of the active item' setting were checked then if the active item were i3 or i4 you'd see:

-i1
--i2
--i3
---i4
---i5
--i7

And if it were i5 or i6 you'd see:

-i1
--i2
--i3
---i4
---i5
----i6
--i7

Please ask for any clarifications, or say if there's some code I can write to implement this manually for now as it'd be very useful.

Comments

Madis’s picture

Status: Active » Closed (works as designed)

This seems to have been just a misunderstanding of what the "Expand all children of this tree" option does (check http://drupal.stackexchange.com/questions/29887/menu-block-or-custom-men...).