Extension:UserPageViewTracker
![]() Release status: beta |
|
---|---|
![]() |
|
Implementation | Special page |
Description | Tracks user page hits from Special:UserPageViewTracker |
Author(s) | Kimon Andreou (Kimontalk) |
Maintainer(s) | Sophivorus |
Latest version | 0.7 (2022-12-06) |
MediaWiki | 1.25+ |
PHP | 5.3+ |
Database changes | Yes |
License | GNU General Public License 3.0 |
Download | |
Quarterly downloads | 31 (Ranked 139th) |
Translate the UserPageViewTracker extension if it is available at translatewiki.net | |
The UserPageViewTracker extension allows users to track the usage of the wiki from Special:UserPageViewTracker. It will display the pages visited per users, number of visits, and date of the last visit.
Every time a user visits a page, a table in the database gets updated with the hit count for the user on that page. In other words, for every page-user combination, there is a hit count.
The special page displays this information and allows the filtering of users to either include only or exclude. A list of users can be provided by using the pipe symbol (|) as a delimiter.
InstallationEdit
- Download and place the file(s) in a directory called
UserPageViewTracker
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'UserPageViewTracker' );
- Run the update script which will automatically create the necessary database tables that this extension needs.
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
See alsoEdit
- Extension:Wiretap - Based on this extension
This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |