Quote:
Originally Posted by Dream
their midnight? can I change it to the forum midnight?
|
yes, change the line
PHP Code:
$cutoff = mktime(0, 0, 0, date('m', $now), date('d', $now), date('Y', $now));
to read
PHP Code:
$cutoff = mktime(0, 0, 0, date('m'), date('d'), date('Y'));
in the plugin itself. This will set the cutoff time to your forums timeset.
If you do this then you can comment the $tz line and the $now line as they will not be used for this if you go and use the forums time.