Modification to show most active users this month
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.