Extension:WebChat/de-formal
![]() Release status: stable |
|
---|---|
![]() |
|
Implementation | Special page |
Description | Adds a special page used to chat in real time with other wiki users. |
Author(s) |
|
Latest version | 2021-06-15 (Continuous updates) |
MediaWiki | 1.34+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | |
Example | translatewiki |
|
|
webchat |
|
Quarterly downloads | 14 (Ranked 146th) |
Translate the WebChat extension if it is available at translatewiki.net | |
The WebChat extension adds a special page used to chat in real time with other wiki users using a web-based IRC client. Once installed, it will be available via "Special:WebChat".
Installation
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
WebChat
im Ordnerextensions/
ablegen. - Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
wfLoadExtension( 'WebChat' );
- Configure as necessary
- Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.
Configuration
There are several variables to be set in LocalSettings.php
, to be added after the line of code containing require_once(...)
described above.
// IRC Server to connect to, not required when using the Libera.Chat web client.
$wgWebChatServer = '';
// Channel to connect to.
$wgWebChatChannel = '';
// Which web chat client to use, 'liberaChat' is required when connecting to Libera.Chat,
// but 'Mibbit' can be used for other networks.
$wgWebChatClient = '';
- Example for LiberaChat
wfLoadExtension( 'WebChat' );
$wgWebChatChannel = '#libera';
$wgWebChatClient = 'LiberaChat';
The "webchat
" permission can be used to specify what user groups can access it, by default only logged in users have access.
Usage
Go to "Special:WebChat", type a username if one is not already chosen, then press the connect button.
Siehe auch
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |