Closed (fixed)
Project:
Drupal voor Gemeenten
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2016 at 11:21 UTC
Updated:
6 Dec 2016 at 12:24 UTC
Jump to comment: Most recent
Comments
Comment #2
BarisW commentedComment #3
BarisW commentedMinor typo corrected
Comment #4
heine commentedSuppose one has the following menu tree with levels 0 to 4 and * being the current page, having the menu_block starting level set to follow the current page.
Since menu_block 2.5, depth 2 and current level 3 would result in no links in the menu block, because the current level '3' is below the maximum depth used to prune the menu tree in a previous step. A workaround is to set depth to whatever maximum depth you'll need (via dvg_global_active_menu_depth).
menu_block 2.7 reintroduced the intuitive follow+depth functionality using the depth_relative setting. Having 3 as the starting level and depth_relative 1 would correctly show level 4.
This allows nesting of menu pages to the maximum level based on the editor's requirements.
Comment #5
mvwensen commentedPatch seems to apply correct and works as advertised.
Comment #7
mvwensen commentedI manually removed:
projects[menu_block][patch][] = "https://www.drupal.org/files/issues/menu_block-system_settings_form-2497..."
It's commited since version 2.6:
http://cgit.drupalcode.org/menu_block/log/?h=7.x-2.x
Comment #8
mvwensen commented