Extension:Mibbit
From MediaWiki.org
|
Mibbit Release status: stable |
|
|---|---|
| Implementation | Special page |
| Description | Adds a special page used to chat in real time with other wiki users. |
| Author(s) | MinuteElectronTalk |
| Last Version | 1.1 |
| MediaWiki | 1.12 or higher |
| License | GNU General Public License 2.0 or later |
| Download | Download snapshot |
| Example | Betawiki |
The Mibbit extension adds a special page used to chat in real time with other wiki users using the Mibbit web IRC client.
Bugs and feature requests should be added to MediaZilla under the 'MediaWiki extensions' product.
Once installed, it will create Special:Mibbit.
[edit] Installation
- Download the extension files and install them as advised.
- Add
require_once( "extensions/Mibbit/Mibbit.php" );toLocalSettings.php. - Enjoy!
[edit] Usage
There are several variables to be set in LocalSettings.php, to be added after the require_once.
// IRC Server to connect to. $wgMibbitServer = ''; // Channel to connect to. $wgMibbitChannel = ''; // Extra parameters for the chat client, see (http://wiki.mibbit.com/index.php/Widget for reference) $wgMibbitExtraParameters = array( 'noServerMotd' => 'true' ); // Whether or not to allow anonymous users to use it. $wgMibbitAllowAnonymous = true;
[edit] Releases
| Version | Release date | Comments |
|---|---|---|
| 1.0 | 2008-04-01 | Original version. |
| 1.1 | 2008-04-01 | Reduce iframe height. |

