Extension:UserPageViewTracker

Category:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
UserPageViewTracker
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions
Description Tracks user page hits from Special:UserPageViewTracker
Author(s) Kimon Andreou (Kimontalk)
Maintainer(s) Sophivorus
Latest version 1.0
MediaWiki >= 1.39
Database changes Yes
License GNU General Public License 3.0 only
Download Category:Extensions in Wikimedia version control
Quarterly downloads 13 (Ranked 94th)
Translate the UserPageViewTracker extension if it is available at translatewiki.net
Category:All extensions

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.

Installation

  • Download and move the extracted UserPageViewTracker folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UserPageViewTracker
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'UserPageViewTracker' );
    
  • Run the update script which will automatically create the necessary database tables that this extension needs.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Bug reports and feature requests

Use the talk page. Do not use Wikimedia Phabricator.

See also

Category:All extensions Category:BeforePageDisplay extensions Category:Extensions in Wikimedia version control Category:Extensions included in Canasta Category:Extensions included in MyWikis Category:Extensions without a compatibility policy Category:GPL licensed extensions Category:LoadExtensionSchemaUpdates extensions Category:Special page extensions Category:Stable extensions