Page 1 of 1

Navigator with start_level doesn't work anymore

Posted: Tue Sep 26, 2017 1:20 pm
by webform
I have som footer links as subpages to a "Section Header' and i used to call it in previous home pages i built (CMSMS 1.x series) with:

Code: Select all

{menu start_page='footer-links' start_level=2 number_of_levels=1}
But the same parameters using Navigator in CMSMS 2.x doesn't work:

Code: Select all

{Navigator start_page='footer-links' start_level=2 number_of_levels=1}
If i omit "start_level" i get an output (all thought including the start page). Isn't it longer possible to use these combinations of parameters, to display a specific set of menu items?

Code: Select all

Cms Version: 2.2.3.1
Navigator: 1.0.8
It also seems the help text for "show_all" parameters is wrong both in the Navigator module help text and the CMS Made Simple Docs;
show_all="0" - This option will cause the menu to show all nodes even if they are set to not show in the menu.
But show_all=1 is actually the parameter setting that cause the menu to show all nodes.

Re: Navigator with start_level doesn't work anymore

Posted: Wed Sep 27, 2017 2:41 pm
by calguy1000
Navigator is not the same as MenuManager.
It does not support using start_page or start_element in conjunction with start_level.

You can use 'children_of' though.

Re: Navigator with start_level doesn't work anymore

Posted: Thu Sep 28, 2017 8:43 am
by webform
Doh! It was starring me in the face all the time and i succeeded to miss it completely :-[
I was so focused on how i used to do it.

Thanks!