Extension:UserOptionStats
From MediaWiki.org
|
UserOptionStatus Release status: stable |
|
|---|---|
| Implementation | Special page |
| Description | |
| Author(s) | Niklas Laxström, Siebrand Mazeland |
| Last version | 1.1 |
| License | GPL 2.0 or later |
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes Change log |
| Example | translatewiki:Special:UserOptionStats |
|
Check usage (experimental) |
|
This extension is for reporting on User preference choices.
[edit] Installation
After the code is put into known place, all that is needed is a line similar to this in the LocalSettings.php that lies in MediaWiki's root directory:
require_once( "$IP/extensions/UserOptionStats/UserOptionStats.php" );
You need PHPlot to be able to use this extension. PHPlot needs to be in $wgAutoloadClasses:
$wgAutoloadClasses['PHPlot'] = '/path/to/phplot/phplot.php';
