Hi Caykan,
thank you, it works.
I've Votes set on a monthly basis.
Go Votes this to "0" when starting new month with these tags?
The tags yes, but the tags not influence the ranking method.
In admin settings, under the "Ranking method" setting, you have "Rank by average or by just this month". If you want the list reset to zero on new month you must select the other option beside average
As for join date, you never ever change any files except html
Its done via plugins.
In this case we simply change the default output on the details page via the php's date() function
Please upload the attached plugin and its changed. In case you want to display join date also on the rankings, the proper file is included also.
If you want to remove the hour, minute, second also, pls open both files of the plugin and you see
Code:
$TMPL['join_date'] = date('d.m.Y H:i:s', strtotime($TMPL['join_date']));
Simply change it to your liking.
More formatting options can be found here:
http://php.net/manual/en/function.date.php