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 3 (Ranked 167th)
Translate the UserOptionStats extension if it is available at translatewiki.net

The UserOptionStats extension is for reporting on User preference choices.

Installation

  • 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 file:
    wfLoadExtension( 'UserOptionStats' );
    
  • Install PHPlot which is required by this extension.
  • Add PHPlot to the $wgAutoloadClasses setting:
$wgAutoloadClasses['PHPlot'] = '/path/to/phplot/phplot.php';
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.