Extension:AjaxWhosOnline
From MediaWiki.org
|
WhosOnlineAjax Release status: beta |
|
|---|---|
| Implementation | Tag, User activity |
| Description | An ajax addition to Extension:Whos online. This allows a more dynamic view into what is happening on a wiki site. It will come with mouseover options which will allow a variety of display and chat options. |
| Version | 0.9 |
| MediaWiki | 1.11+ |
| Download | http://www.gizmogarden.com/extensions/WhosOnlineAjax.zip |
| Example | http://www.gizmogarden.com/index.php/Whos_online_ajax |
| Hooks used | |
Contents |
[edit] What can this extension do?
Dynamically list users currently on the site without having to refresh the screen. Mouseover will show details of user and possibly offer chat options.
[edit] Usage
Use this extension when you are interested in building a dynamic list of users of your wiki, without having to refresh a page.
[edit] Download instructions
Here Please cut and paste the code found below and place it in $IP/extensions/ExtensionName/ExtensionName.php. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
#add configuration parameters here #setup user rights here require_once("$IP/extensions/ExtensionName/ExtensionName.php");

