Extension:CategoryHits
From MediaWiki.org
|
CategoryHits 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 and version matrix; stats | |
Contents |
Summary[edit]
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.
Installation[edit]
- 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.
