Extension:UsersOnline
UsersOnline Release status: unknown |
|
---|---|
Author(s) | Loren Maxwell (Lorenmaxwelltalk) |
MediaWiki | |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
The UsersOnline extension shows the user's current session, previous session, and current page and returns the data for a Mustache template.
Installation
edit- Download and place the file(s) in a directory called
UsersOnline
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
require_once "$IP/extensions/UsersOnline/UsersOnline.php";
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.