Modifying sys_sub menu

Hi!

I've been stuck on this issue for a number of hours, and new to the Dolphin framework so I figured I'll make a support thread.

I am trying to move the sys_sub menu out of the header, for all pages. I managed to do it using the browser inspector but I am unable to find where to make the changes in the back-end.

I attached two screenshots, one what it looks like now, and the other what it should look like.

Any help would be appreciated, Cheers!

what_it_looks_like_now.png · 13.5K · 239 views
what_it_should_look_like.png · 13.9K · 217 views
Quote · 5 Sep 2017

For now main menu and submenu are generated together. If you want to split them then you need to make some modifications in your template, particularly copy BxBaseMenu::getCode() to your custom BxTemplMenu template class and make changes there.

Rules → http://www.boonex.com/terms
Quote · 9 Sep 2017

You may also want to check the template file that drives where the submenu placement is controlled. For example:

templates/tmpl_xxx/navigation_menu_sub_header_submenu.html

In that is a key or token called "__submenu__"

You can wrap that in another div or apply a different css class to it.

There are other html templates such as templates/base/navigation_menu_mm_item.html that also controls the layout.

Updating my BoonexNerd.net site.
Quote · 10 Sep 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.