Extension: BlueSpiceWhoIsOnline
Overview | |||
---|---|---|---|
Description: |
Displays a list of users who are currently online | ||
State: | stable | Dependency: | BlueSpice |
Developer: | HalloWelt | License: | GPL-3.0-only |
Type: | BlueSpice | Category: | Rich Articles |
Edition: | BlueSpice free, BlueSpice pro, BlueSpice farm, BlueSpice Cloud"BlueSpice Cloud" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property. | Version: | 4.1+ |
Features
With the extension WhoIsOnline you can see which users have been logged-in in the last 10 minutes.
- displays a list of logged-in users
- displays the number of logged-in users
- tags can be integrated on content pages
<bs:whoisonline:popup anchortext='new label' />
shows currently logged-in users in a popup when hovering over a link<bs:whoisonline:count />
or<userscount />
shows the number of logged-in users
Technical Information
This information applies to BlueSpice 4. Technical details for BlueSpice cloud can differ in some cases.
Requirements
- MediaWiki: 1.39.0
- BlueSpiceFoundation: 4.3
Integrates into
- BlueSpiceExtendedStatistics
- BlueSpiceVisualEditorConnector
- ContentDroplets
Special pages
Configuration
Name | Value |
---|---|
WhoIsOnlineInterval | 10 |
WhoIsOnlineLimitCount | 7 |
WhoIsOnlineMaxIdleTime | 600 |
Hooks
Configuration
Name | Description | Type | Default value | Scope |
---|---|---|---|---|
LimitCount | Number of users to be shown | int | 7 | user |
OrderBy | Sort order | onlinetime, name | onlinetime | user |
MaxIdleTime | After this time in seconds of inactivity, the user is counted as offline. | int | 600 | public |
Interval | The display is updated this often in seconds | int | 10 | public |
MaxIdle Time and Interval can be set in the Config manager.
Popup arguments
Name | Description | Type | Default value |
---|---|---|---|
anchortext | Link label | str | Who is online? |