Modification to show most active users this month

Jump to: navigation, search

In file ContributionScores_body.php, line 182, after this:

if ( is_null( $days ) || $days < 0 ) $days = 7;

Add this:

if ( $days=='m' ) $days = date('j');

In this case, if you call with Special:ContributionScores/50/m, m will be replaced with the current day of the month, so you will get a table of most active users this month.

—The preceding unsigned comment was added by an unknown user on a unknown date.06:03, 5 January 2012
Personal tools

Variants
Actions
Navigation
Support
Download
Development
Communication
Toolbox