Redaktion (talk | contribs)
No edit summary
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 5: Line 5:
[[File:Manual:layout-footer.png|center|thumb|550x550px|Standard footer links|link=Special:FilePath/Manual:layout-footer.png]]  
[[File:Manual:layout-footer.png|center|thumb|550x550px|Standard footer links|link=Special:FilePath/Manual:layout-footer.png]]  


In a newly installed wiki, the content for the links in the footer must first be created. By default, all users with editing rights can click on a link in the footer to create the corresponding page. The associated page is automatically created in the ''Project'' namespace. If editing should be restricted to a certain user group, the [[permissions]] for the ''Project'' namespace can be set accordingly.
In a newly installed wiki, the content for the links in the footer must first be created. By default, all users with editing rights can click on a link in the footer to create the corresponding page. The associated page is automatically created in the ''Project'' namespace. If editing should be restricted to a certain user group, the [[Manual:Extension/BlueSpicePermissionManager|permissions]] for the ''Project'' namespace can be set accordingly.
==Changing the standard links==
The wiki has 3 standard links that are managed in the user interface.: ''Privacy policy, About (sitename)''  und ''Disclaimers.''


'''Example: ''About (sitename)'''''
If the ''privacy policy'' or ''terms of service'' pages are missing, it will be displayed in a page banner. The pages should then be created by an administrator.
[[File:Footer banner.png|alt=Banner indicating that the Terms of services page is still missing|center|thumb|550x550px|Alert banner for missing footer pages]]


In the following example, we change the link text ''About (sitename)'' to ''Legal information''. In addition, we link to the new target page ''Legal:Terms''.  
== Editing the footer links with the menu editor ==
When an administrator hovers over one of the footer links, the ''Edit footerlinks'' link appears. Existing links can then be edited or removed (1) and new links added (1) by using the menu editor.
[[File:Footer editlinks.png|alt=Open menu editor with highlighted edit options.|center|thumb|550x550px|Fußleisten-Links mit dem Menü-Editor bearbeiten]]


#Change the link text from  ''About (sitename)'' to ''Legal information'':
[[:en:Manual:Extension/MenuEditor|View instructions on the menu editor help page.]]
#Open the page ''MediaWiki:Aboutsite''.
##Add the text ''Legal information'' to the empty page.  If you later want to switch back to the standard label, you can remove the custom text at that time.
#To link the ''Legal information'' to a page that is different from the standard page ''MediaWiki:Privacypage'':
##Open the page ''Project:Impressum''.
##Redirect the page ''Project:Impressum'' to your custom page, e.g. ''Legal:Terms''.


==Standard configurations==
==Standard links ==
The following table shows the default pages that are used to create the footer links and their associated target content.
The following table shows the default pages that are used to create the footer links and their associated target content.
'''Example: Privacy  policy'''
*'''Standard link text:''' If the page ''MediaWiki:Privacy'' does not exist, the link shows the standard link text "Privacy policy" and points to the standard target page ''Project:Privacy policy''.
*'''Custom link text:''' If the page ''MediaWiki:Privacy'' does exist and has as its content the term ''Privacy'', the footer link displays ''Privacy''.
*'''Removed link:''' If the page MediaWiki:Privacy exists but has no content, the link is removed from the footer.


{| class="contenttable-blue"
{| class="contenttable-blue"
|+
! style="" |Footer link
!Footer link
! style="" |Standard target page
!Link text defined in
|-
!Link target defined in
| style="" |'''Disclaimer'''
!Standard target page
| style="" |Site:General_disclaimer
|-
| style="" |'''Imprint'''
| style="" |Site:Imprint
|-
|-
|'''Privacy policy'''
| style="" |'''About'''
|MediaWiki:Privacy
| style="" |Site:About
(Standardtext: Datenschutz)
|MediaWiki:Privacypage
|Project:Privacy policy
|-
|-
|'''About (site''name)''''')
| style="" |'''Privacy policy'''
|MediaWiki:Aboutsite
| style="" |Site:Privacy_policy
|MediaWiki:Aboutpage
|Project:About
|-
|-
|'''Disclaimers'''
| style="" |'''Terms of service'''
|MediaWiki:Disclaimers
| style="" |Site:Terms_of_service
|MediaWiki:Disclaimerpage
|}{{Box Links-en
|Project:General disclaimer
|Topic1=[[Manual:Extension/MenuEditor|Menu Editor]]
|}
|Topic2=[[https://www.mediawiki.org/wiki/Manual:Footer|MediaWiki Footer]]
{{Messagebox|boxtype=Important|Note text=Both the page for the link text as well as the page for the link target cannot be empty. If one of them is empty,  no footer link is generated. If one of the two pages doesn't exist, the respective standard behavior text for that page is used.
|Topic3=[[Manual:Extension/BlueSpiceDiscovery|BlueSpice Layout]]}}
 
 
To suppress a footer link, you can, therefore, leave one of the two pages empty.}}
 
==Linking external target pages==
To link one of these footer links to an external web page, you first have to define an interwikilink for the external website.
 
'''Example:''' Linking the Privacy policy to the external page  <code>https://bluespice.com/privacy/</code>.
 
#Define the interwikilink for the domain ''bluespice.com'' on the page ''Special:InterWikiLinks'' (interwiki prefix: bls).  <br />[[File:Manual:interwikilink.png|center|thumb|450x450px|Creating an interwikilink|link=Special:FilePath/Manual:interwikilink.png]]<br />
#Insert the interwikilink on the link target page ''MediaWiki:Privacypage'' and save the page.    Syntax: <code>interwiki-prefix:target-page</code>.  <br />[[File:Manual:interwikilink-datenschutz.png|center|thumb|450x450px|Creating an external footer link|link=Special:FilePath/Manual:interwikilink-datenschutz.png]]<br />
 
==Adding more links==
Additional links such as ''Change cookie consent'' or ''Analysis service a''re automatically created by the corresponding extensions. To add custom links, a server administrator has to change the [[mediawikiwiki:Manual:Footer|related server settings]].
 
{{Box Links-en|Topic1=https://www.mediawiki.org/wiki/Manual:Footer|Topic2=[[Manual:Extension/BlueSpiceDiscovery|BlueSpice Layout]]}}


[[en:{{PAGENAME}}]]
[[en:{{PAGENAME}}]]
[[de:Aufbau von BlueSpice/Fußleiste]]
[[de:Aufbau von BlueSpice/Fußleiste]]
[[Category:Administration]]
[[Category:Administration]]

Latest revision as of 11:22, 20 June 2025


The footer contains the links to important info pages in the wiki. Since these pages provide legal information to users, they are accessible from any wiki page.

Creating the linked target pages

Standard footer links

In a newly installed wiki, the content for the links in the footer must first be created. By default, all users with editing rights can click on a link in the footer to create the corresponding page. The associated page is automatically created in the Project namespace. If editing should be restricted to a certain user group, the permissions for the Project namespace can be set accordingly.

If the privacy policy or terms of service pages are missing, it will be displayed in a page banner. The pages should then be created by an administrator.

Banner indicating that the Terms of services page is still missing
Alert banner for missing footer pages

Editing the footer links with the menu editor

When an administrator hovers over one of the footer links, the Edit footerlinks link appears. Existing links can then be edited or removed (1) and new links added (1) by using the menu editor.

Open menu editor with highlighted edit options.
Fußleisten-Links mit dem Menü-Editor bearbeiten

View instructions on the menu editor help page.

Standard links

The following table shows the default pages that are used to create the footer links and their associated target content.

Footer link Standard target page
Disclaimer Site:General_disclaimer
Imprint Site:Imprint
About Site:About
Privacy policy Site:Privacy_policy
Terms of service Site:Terms_of_service

Related info



PDF exclude - start

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

PDF exclude - end