I need a little help as I am stuck with a problem, I don't seem to be able to solve.
I have a site where the menu block is used to have a left side menu from level 2.
When I enter a main menu node (level 1) the menu block shows correct.
Under each menu items I have a set of pages that is not added to the menu.

Maine menu
- Level 1
-- Sub page not added the menu
-- sub page not added the menu
- Level 1
-- Level 2
-- Level 2
- Level 1

When ever I go to a sub page that is not added the menu, the menu block do not show.
The url is /level 1/sub page

I want the menu to show on every page from Level 2 and down - also on those sub pages.

The only limitation I have set is to not show the menu on the front page.
I hope my explanation make sense.

Can any one help?

Comments

clbuggs’s picture

Hello,

I am also experiencing this issue. I would like the events menu block to be displayed in the left sidebar beginning with level 2 and for all sub-pages even if they are not on the menu.

For example, the menu block does appear on the .../events and .../events/school pages which are contained in the menu. However, the menu block does not appear on event node pages which have URL aliases like .../events/school/registration-and-pictures.

I have tried setting the menu block to appear on all pages and also tried displaying it on specific pages with the path similar to "events/*" and "events/school/*" but no luck.

Volker23’s picture

I'd like to know as well, if it's a bug, concept or just a misconfiguration that when the menu tree reaches the deepest level, the menu block disappears. Is there any workaround on this?

alimc29’s picture

Have any of you gotten this working yet?

alimc29’s picture

FYI: This can be accomplished using the Menu Position contrib module - https://www.drupal.org/project/menu_position

JohnAlbin’s picture

Status: Active » Fixed

Yep, it's not a limitation of the menu_block module. It is how core's menu system works.

And that's why I built the menu_position module to fix the problem of nodes not being in the menu.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.