I made a little hack to re-enable this to show hottest threads and most viewed threads for this year --
"-Removed options from 4.6 which requires complex queries and makes forums run slow ("show stats for a custom time period" and "show number of members who gaved positive reputation points to user"). Sorry, I know this was useful but it's more important to keep this product fast/stable."
See
www.mapforums.com/forum.php
My hack is really simple so I don't think it would slow anything down.
$fromtime = gmmktime(0,0,0,1,1,2007);
and added this to the query
and dateline > $fromtime
best,
Eric