Tag: 2017 source edit |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:Custom menu}} | ||
+ | |||
In BlueSpice 4, an additional custom menu is integrated as a mega menu. This menu can be created and edited by users with admin rights. The link-icon (1) is only displayed once the corresponding page has been created. | In BlueSpice 4, an additional custom menu is integrated as a mega menu. This menu can be created and edited by users with admin rights. The link-icon (1) is only displayed once the corresponding page has been created. | ||
==Create the custom menu== | ==Create the custom menu== | ||
Line 7: | Line 9: | ||
'''To create the menu :''' | '''To create the menu :''' | ||
#'''Open''' the page <code>MediaWiki:CustomMenu/Header</code>. | #'''Open''' the page <code>MediaWiki:CustomMenu/Header</code>. | ||
− | #''' | + | #'''Create''' the first menu header. Menu headers are marked with a single asterisk (*);<syntaxhighlight lang="text"> |
− | + | * Important pages | |
− | + | </syntaxhighlight> | |
+ | #'''Add''' the links for this menu header. Links are marked with two asterisks (**) and have the following syntax:<syntaxhighlight lang="text"> | ||
+ | ** target page|label | ||
+ | </syntaxhighlight> | ||
'''Example:'''<pre>* Important pages | '''Example:'''<pre>* Important pages | ||
− | ** Blog| | + | ** Special:Blog|Blog |
− | ** Policies| | + | ** IMS:Policies|Policies |
* BlueSpice | * BlueSpice | ||
− | ** | + | ** https://bluespice.com|BlueSpice Homepage |
− | ** | + | ** https://bluespice.com/category/news-know-how|News</pre> |
− | + | After the custom menu has been created, it can now be modified directly via the ''Edit menu'' link (see screenshot above). | |
− | |||
==Delete the custom menu== | ==Delete the custom menu== | ||
To remove the custom menu link-icon from the wiki, the <code>MediaWiki:CustomMenu/Header</code> page must be deleted. The page can be restored via the deletion log. | To remove the custom menu link-icon from the wiki, the <code>MediaWiki:CustomMenu/Header</code> page must be deleted. The page can be restored via the deletion log. | ||
{{Box Links-en|Topic1=[[Manual:Extension/BlueSpiceDiscovery/Main_navigation|Customize the main navigation]]|Topic2=[[Manual:Extension/BlueSpiceUserSidebar|Customize the user menu]]|Topic3=[[Reference:BlueSpiceCustomMenu]]}} | {{Box Links-en|Topic1=[[Manual:Extension/BlueSpiceDiscovery/Main_navigation|Customize the main navigation]]|Topic2=[[Manual:Extension/BlueSpiceUserSidebar|Customize the user menu]]|Topic3=[[Reference:BlueSpiceCustomMenu]]}} | ||
{{Translation}} | {{Translation}} | ||
− | [[ | + | [[Category:Customization]] |
Revision as of 14:55, 18 May 2022
In BlueSpice 4, an additional custom menu is integrated as a mega menu. This menu can be created and edited by users with admin rights. The link-icon (1) is only displayed once the corresponding page has been created.
[edit | edit source]
To create the menu :
- Open the page
MediaWiki:CustomMenu/Header
. - Create the first menu header. Menu headers are marked with a single asterisk (*);
* Important pages
- Add the links for this menu header. Links are marked with two asterisks (**) and have the following syntax:
** target page|label
Example:
* Important pages ** Special:Blog|Blog ** IMS:Policies|Policies * BlueSpice ** https://bluespice.com|BlueSpice Homepage ** https://bluespice.com/category/news-know-how|News
After the custom menu has been created, it can now be modified directly via the Edit menu link (see screenshot above).
[edit | edit source]
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.