Extension:UserOptionStats

MediaWiki extensions manual
UserOptionStats
Release status: stable
Implementation Special page
Description Allows for reporting on MediaWiki user option usage
Author(s) Niklas Laxström, Siebrand Mazeland
Latest version 3.0.1 (2017-04-15)
MediaWiki 1.25+
Database changes No
License GNU General Public License 2.0 or later
Download
Example translatewiki:Special:UserOptionStats
Quarterly downloads 2 (Ranked 176th)
Translate the UserOptionStats extension if it is available at translatewiki.net

The UserOptionStats extension is for reporting on User preference choices.

InstallationEdit

  • Download and place the file(s) in a directory called UserOptionStats in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php :
    wfLoadExtension( 'UserOptionStats' );
    
  • Install PHPlot which is required by this extension.
  • Add PHPlot to the $wgAutoloadClasses setting:
$wgAutoloadClasses['PHPlot'] = '/path/to/phplot/phplot.php';
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.