Extension:UserOptionStats

Category:Unmaintained extensions#UserOptionStats Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
UserOptionStats
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Special page Category:Special page extensions
Description Allows for reporting on MediaWiki user option usage
Author(s) Niklas Laxström, Siebrand Mazeland
Latest version 3.0.1
MediaWiki >= 1.40.0
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
Example translatewiki:Special:UserOptionStats
Quarterly downloads 0
Translate the UserOptionStats extension if it is available at translatewiki.net
Category:All extensions

The UserOptionStats extension is for reporting on User preference choices.

Installation

  • Download and move the extracted UserOptionStats folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UserOptionStats
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'UserOptionStats' );
    
  • Install PHPlot which is required by this extension.
  • Add PHPlot to the $wgAutoloadClasses setting:
$wgAutoloadClasses['PHPlot'] = '/path/to/phplot/phplot.php';
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Special page extensions Category:Statistics extensions Category:Unmaintained extensions