The menu manager looks promising. I am trying to make a menu relative to the current page (show only children of current). In the CSSMenu this seems to be an option.
It would be nice to have this option in the menu manager as well.
Btw, I could not get the css relative parameter to work either.
Menu Manager relative parameter?
Re: Menu Manager relative parameter?
the help in modules
just insert the module into your template/page like: {cms_module module='cssmenu'}
On install, 2 stylesheets will be installed. Attach the horizontal and/or vertical one to your template. Copy it to make a new one without touching the original.
Note for Horizontal stylesheet, on line 14 adjust width: 600px; to suitable value for the width. (try '100%%;')
Parameters
* (optional) relative_show_parent="1" - 1/0, if set the menu will generate only the childs of the current page. This is very usefull if you want to add context sensitive menus.
* (optional) relative_show_current="1" - 1/0, if set the menu will generate only the childs of the current page. This is very usefull if you want to add context sensitive menus.
* (optional) relative="0" - 1/0, if set the menu will generate only the childs of the current page. This is very usefull if you want to add context sensitive menus.
* (optional) showadmin="1" - 1/0, whether you want to show or not the admin link.
* (optional) start_element="" - the hierarchy of your element (ie : 1.2 or 3.5.1 for example). This parameter sets the root of the menu.
* (optional) number_of_levels="" - an integer, the number of levels you want to show in your menu.
* (optional) lang="en_US" - Parameter is used to specify what language to use for display on the frontend. Not all modules support or need this.
all tho I dont know why the red stuff saya all the same thing
mark
just insert the module into your template/page like: {cms_module module='cssmenu'}
On install, 2 stylesheets will be installed. Attach the horizontal and/or vertical one to your template. Copy it to make a new one without touching the original.
Note for Horizontal stylesheet, on line 14 adjust width: 600px; to suitable value for the width. (try '100%%;')
Parameters
* (optional) relative_show_parent="1" - 1/0, if set the menu will generate only the childs of the current page. This is very usefull if you want to add context sensitive menus.
* (optional) relative_show_current="1" - 1/0, if set the menu will generate only the childs of the current page. This is very usefull if you want to add context sensitive menus.
* (optional) relative="0" - 1/0, if set the menu will generate only the childs of the current page. This is very usefull if you want to add context sensitive menus.
* (optional) showadmin="1" - 1/0, whether you want to show or not the admin link.
* (optional) start_element="" - the hierarchy of your element (ie : 1.2 or 3.5.1 for example). This parameter sets the root of the menu.
* (optional) number_of_levels="" - an integer, the number of levels you want to show in your menu.
* (optional) lang="en_US" - Parameter is used to specify what language to use for display on the frontend. Not all modules support or need this.
all tho I dont know why the red stuff saya all the same thing
mark