No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
{{DISPLAYTITLE:Custom menu}}
{{DISPLAYTITLE:Custom menu}}
==Overview==
==Overview==
In BlueSpice 4, an additional custom menu is integrated as a mega menu.  
For further navigation support, a custom menu is integrated as a mega menu and can be customized by administrators. The menu item (1) is only displayed once the corresponding page has been created.


If the menu doesn't exist yet, you first have to create the following page: <span style="color: rgb(37, 37, 37); font-family: monospace, Courier; font-size: 13.125px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(233, 233, 238); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">MediaWiki:CustomMenu/Header</span>
==Creating a custom menu with the menu editor==
If the custom menu icon is not yet displayed, first create the <code>MediaWiki:CustomMenu/Header</code> page.


If the menu exists, the link-icon is displayed. You can click on the ''Edit menu'' link to edit the links in this menu.
'''From BlueSpice 5.1.2'''{{Bsvs|bsvFrom=5.1.2}}: The display of the custom menu button can be controlled via the configuration management (''Global Actions > Configuration >'' Skinning. There, activate or deactivate the checkbox for ''BlueSpiceCustomMenu'').
 
If the menu already exists: Click ''Edit Menu'' to switch to edit mode.


[[File:Manual:customMenu-view-EN.png|alt=Custom menu: open menu, edit link and menu items|center|thumb|750x750px|Custom menu: open menu, edit link and menu items]]This menu can be created and edited by users with admin rights.  
[[File:Manual:customMenu-view-EN.png|alt=Custom menu: open menu, edit link and menu items|center|thumb|750x750px|Custom menu: open menu, edit link and menu items]]This menu can be created and edited by users with admin rights.  

Revision as of 10:58, 22 October 2025


Overview

For further navigation support, a custom menu is integrated as a mega menu and can be customized by administrators. The menu item (1) is only displayed once the corresponding page has been created.

Creating a custom menu with the menu editor

If the custom menu icon is not yet displayed, first create the MediaWiki:CustomMenu/Header page.

From BlueSpice 5.1.2  v5.1.2+: The display of the custom menu button can be controlled via the configuration management (Global Actions > Configuration > Skinning. There, activate or deactivate the checkbox for BlueSpiceCustomMenu).

If the menu already exists: Click Edit Menu to switch to edit mode.

Custom menu: open menu, edit link and menu items
Custom menu: open menu, edit link and menu items

This menu can be created and edited by users with admin rights.

Menu editor

View instructions on the menu editor help page.

Delete the custom menu

To remove the custom menu link-icon from the wiki, the MediaWiki:CustomMenu/Header page must be deleted. The page can be restored via the deletion log.

Layout for many columns

If you're building a menu with many columns, the following CSS adjustment may be helpful. On the Flexiskin special page, enter the following CSS declarations in the "Free CSS" text area:

.navbar-nav .dropdown-menu {text-align:center;}
.mega-menu-wrapper.d-flex {padding-bottom:3rem; justify-content:start; gap:0 30px; max-width:1600px; margin:auto}
.card.card-mn {min-height:unset; padding:0; margin-top:1em}

Related info



PDF exclude - start

To submit feedback about this documentation, visit our community forum.

PDF exclude - end