Hi all!
I would like to make authors rating per week.
I use
<?php
global $LOC;
$current_time = $LOC->decode_date('%Y-%m-%d %g:%i %A', $LOC->now - 604800);
?>
in the top of the page and tag
{exp:favorites:author_rank limit="15" start_on="<?php echo $current_time; ?>"}
but it doesn’t work.
I wish to show top week authors. Is it possible to do, may be exist another ways?
