Manual:Extension/BlueSpiceUserSidebar: Difference between revisions

No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
{{DISPLAYTITLE:Personal navigation}}
{{DISPLAYTITLE:Personal navigation}}


The extension '''UserSideBar''' lets users create their personal sidebar navigation.
The bundled extension '''UserSideBar''' lets users create their personal sidebar navigation.


==Accessing the personal navigation==
==Accessing the personal navigation==
[[File:UserSidebar1a.png|thumb|center|650x650px|Personal navigation|link=Special:FilePath/UserSidebar1a.png]]
[[File:UserSidebar1a.png|thumb|center|650x650px|Personal navigation|link=Special:FilePath/UserSidebar1a.png]]
Every logged-in user has their own UserSidebar. It is located in the left navigation as the ''Personal navigation'' tab (clipboard icon).
Every logged-in user has their own user menu. It is separated in two sections:


==Default content==
(1) Customizable menu items
 
(2) Personal tools (these links cannot be edited)
 
==Customizing the sidebar==
Initially, for users who haven't customized their personal sidebar, the navigation shows the following widgets:
Initially, for users who haven't customized their personal sidebar, the navigation shows the following widgets:
*Pages visited (widget PAGESVISITED)
*Pages visited (widget PAGESVISITED)
*My edits (widget YOUREDITS)
*My edits (widget YOUREDITS)
These widgets can be removed individually.


These widgets can be removed individually when a user customizes the sidebar.
'''To customize the content of this sidebar:'''


==Customizing the sidebar==
# '''Click''' on  your profile image in the top bar. This opens the user menu.
To customize the content of this sidebar, This opens the page ''User:<username>/Sidebar''.  
# '''Click''' Edit user menu.  


==Menu editor==
[[File:UserSidebar screenshot.png|alt=elements of the user sidebar|center|thumb|850x850px|(1) profile image, (2) user menu edit link, (3) customizable links, (4) Personal Tools]]
{{BSVersion|bsvFrom=4.2|bsvTo=|bsvFeature=Visual menu editor}}


{{#dpl: title=Manual:Extension/BlueSpiceDiscovery/Main_navigation|include=menulinks}}
===Menu editor===
{{#dpl: title=Manual:Extension/BlueSpiceDiscovery/Main_navigation|include=#Visual_edit_mode_.28menu_editor.29}}


==Source editing mode==
==Source editing mode==
 
{{#dpl: title=Manual:Extension/BlueSpiceDiscovery/Main_navigation|include=#Source edit mode}}
The syntax used to define the menu items corresponds to the main MediaWiki sidebar (<nowiki>MediaWiki:Sidebar</nowiki>). Entries starting with a single star ("*") are considered menu headings or sections while entries with two stars ("**") are considered menu items.
<pre>
* My favourite pages
** Wiki_Page1|Label
** External_Page2 Label
</pre>


{{Translation}}
{{Translation}}
__FORCETOC__
__FORCETOC__
[[Category:Personalization]]
[[Category:Personalization]]

Revision as of 14:24, 7 March 2023


The bundled extension UserSideBar lets users create their personal sidebar navigation.

1. Accessing the personal navigation

File:UserSidebar1a.png
Personal navigation

Every logged-in user has their own user menu. It is separated in two sections:

(1) Customizable menu items

(2) Personal tools (these links cannot be edited)

2. Customizing the sidebar

Initially, for users who haven't customized their personal sidebar, the navigation shows the following widgets:

  • Pages visited (widget PAGESVISITED)
  • My edits (widget YOUREDITS)

These widgets can be removed individually.

To customize the content of this sidebar:

  1. Click on your profile image in the top bar. This opens the user menu.
  2. Click Edit user menu.
elements of the user sidebar
(1) profile image, (2) user menu edit link, (3) customizable links, (4) Personal Tools

2.1. Menu editor

3. Source editing mode

To add new links:

  1. Change to source editing mode.
  2. Create one or more navigation links (with or without section heading). The following example shows a link to the page "Company" with the label "Our company" and an external link to the BlueSpice website with the label "Website". The links are grouped together under the section heading "Quicklinks":
    *Quicklinks
    **Company|Our company
    **https//www.bluespice.com/de|Website
    
  3. Save the page. The links are now shown in the main navigation.


Link labels may collide with system messages. If this is the case, simply append the HTML-code for an empty space to the description:

**Portal|Portal&#160;



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

Discussions