Extension:RealTimeUsers

From mediawiki.org
MediaWiki extensions manual
RealTimeUsers
Release status: unknown
Author(s) Josef Martiňåk
Latest version 1.0
MediaWiki >= 1.29.0
License MIT License
Download
  • $wgrefreshInterval

The RealTimeUsers extension displays information about which users have accessed the wiki in the last five minutes, based on the server access log.

Installation[edit]

  • Download and place the file(s) in a directory called RealTimeUsers in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'RealTimeUsers' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.