Extension:UserOptionStats/en
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Extension }} infobox. |
UserOptionStats Release status: unmaintained |
|
---|---|
Implementation | Special page |
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 | |
Example | translatewiki:Special:UserOptionStats |
Quarterly downloads | 0 |
Translate the UserOptionStats extension if it is available at translatewiki.net | |
The UserOptionStats extension is for reporting on User preference choices.
Installation
- Download and move the extracted
UserOptionStats
folder to yourextensions/
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';
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.