Extension:CategoryHits
From MediaWiki.org
|
Release status: beta |
|
|---|---|
| Implementation | Special page |
| Description | Returns view statistics based on categories category |
| Author(s) | Dan Rinkes |
| Last Version | 1.13+ (may work on earlier versions, but not tested) |
| PHP | 5.1 |
| License | GPL |
| Download | http://dansmediawikiextensions.googlecode.com/svn/trunk/extensions/CategoryHits/ http://dansmediawikiextensions.googlecode.com/svn/trunk/extensions/CategoryHits/readme.txt |
| Example | http://tiexpressdsp.com/index.php/Special:CategoryHits |
|
check usage (experimental) |
|
Contents |
[edit] Summary
The CategoryHits extension will display Page hit statistics on a Category basis. The results page is sorted in descending order by number of hits per category.
[edit] Installation
- Download the latest snapshot of the extension and extract it to your extensions directory. [here]
- Add
require_once( "$IP/extensions/CategoryHits/CategoryHits.php" );toLocalSettings.php.