Extension:UsersOnline

MediaWiki extensions manual
UsersOnline
Release status: unknown
Author(s) Loren Maxwell (Lorenmaxwelltalk)
MediaWiki
License GNU General Public License 2.0 or later
Download

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 your extensions/ 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.

Configuration parameters

edit

User rights

edit

See also

edit