Extension:Mibbit

From MediaWiki.org

Jump to: navigation, search
Manual on MediaWiki Extensions
List of MediaWiki Extensions
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

Subversion [Help]
Browse source code
#Releases

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

  1. Download the extension files and install them as advised.
  2. Add require_once( "extensions/Mibbit/Mibbit.php" ); to LocalSettings.php.
  3. 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.
Personal tools