Manual:Extension/BlueSpiceExtendedFilelist and Reference:CreateUserPage: Difference between pages

(Difference between pages)
No edit summary
 
No edit summary
 
Line 1: Line 1:
{{DISPLAYTITLE:extended Filelist}}
{{BSExtensionInfobox
 
|desc=Create user page for a user if it does not exist when the user logs in
__TOC__
|status=stable
 
|developer=Cindy Cicalese
==What is BlueSpiceExtendedFilelist?==
|type=MediaWiki
'''BlueSpiceExtendedFilelist''' is special page listing all the files in the Wiki. It provides advanced user interface and other advantages over default MediaWiki filelist.
|edition=BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
 
|compatible=MediaWiki
==Where to find BlueSpiceExtendedFilelist?==
|category=Administration
[[File:Manual:filelist.png|link=link=Special:FilePath/BlueSpiceExtendedFileList.JPG|alt=|thumb]]
|license=MIT
This extension can be accessed from the left navigation, in tab "Global actions".
|docu=https://www.mediawiki.org/wiki/Extension:Create_User_Page
 
}}
In addition to filterable overview of all files uploaded to the wiki, new files can be uploaded directly from the user interface.
<span style="color: rgb(32, 33, 34)">The</span> '''Create User Page''' <span style="color: rgb(32, 33, 34)">extension checks whether the user has a user page and, if not, creates it with the content as specified in</span> <code>$wgCreateUserPage_PageContent</code><span style="color: rgb(32, 33, 34)">. The check is done when the user logs in if</span> <code>$wgCreateUserPage_OnLogin</code> <span style="color: rgb(32, 33, 34)">is set to</span> <code><span class="k" style="color: rgb(0, 128, 0)">true</span></code> <span style="color: rgb(32, 33, 34)">(the default), otherwise the check is done on every page load. The user account to be used for user page creation can be set with</span> <code>$wgCreateUserPage_AutoCreateUser</code> <span style="color: rgb(32, 33, 34)">which is by default the user itself for whom the page is being created.</span>
 
==possible actions==
'''For this site are following functions available'''
*''' filter list:''' Click on the ''X-''symbol to delete the filter field.
*''' Upload new files:''' Click on the upload-symbol next to the filter field to add files to the wiki (Multi-upload is possible). Alternative click on the magnifying glass on the filter field.
*''' filter namespace:''' Select a namespace from the dropdown menu to see files from a certain namespace.
*''' search result:''' Navigate through diffrent pages of the filelist.
*'''Change result per page:''' Determine how many files you want per page.
*'''Sort filelist:''' Click on a column heading to change the sort order (ascending / descending). Hover over a column heading and click the arrow to open the sort menu.
*'''Show / hide columns:''' Hover over any heading and click on teh arrow  to open the column filter. Select the columns you want to display.
*'''Column filter:'''Hover over any heading and click the arrow to open the column filter. Move the mouse pointer over filter and enter a filter term.
*'''View file:'''Click the thumbnail to open the file.
*'''Display file:'''Click the file name to open the file description page.
 
==See also==
 
[[ExtendedFilelist|Reference page]] for this extension.
 
{{Translation}}

Revision as of 19:01, 13 January 2022

Extension: CreateUserPage

all extensions

Overview
Description: Create user page for a user if it does not exist when the user logs in
State: stable Dependency: MediaWiki
Developer: Cindy Cicalese License: MIT
Type: MediaWiki Category: Administration
Edition: BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud Version: 4.1+
For more info, visit Mediawiki.


The Create User Page extension checks whether the user has a user page and, if not, creates it with the content as specified in $wgCreateUserPage_PageContent. The check is done when the user logs in if $wgCreateUserPage_OnLogin is set to true (the default), otherwise the check is done on every page load. The user account to be used for user page creation can be set with $wgCreateUserPage_AutoCreateUser which is by default the user itself for whom the page is being created.



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

Discussions