Tag´s for in and out

thomaslhh

New Member
Hi there!

I'm looking for the tags vote in and vote out.
For vote in I've used $ this_period. But what is the tag for vote out?
We are sorry for something slanted English.
Thank you.

Regards
Thomas
 

thomaslhh

New Member
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?

Thomas
 

thomaslhh

New Member
A small question I have. How can I change format of date from YYYY-MM-DD to DD.MM.YYYY. In what file it needs to be changed.
 

Basti

Administrator
Staff member
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
 

Attachments

Top