I assume he means that on the admin dashboard he wants to display the last 30 days of payments instead of 7. Have not tested this myself, but open amember\admin\index.php and look for this line: Code: $report_days = get_first($GLOBALS['config']['payment_report_num_days'], 7); and change the various elements below it for the time frame you wish.