2011-09-25, 06:03 PM
(This post was last modified: 2011-09-25, 06:16 PM by www.jbi.in.)
(2011-08-12, 07:18 PM)NaXuh Wrote: Thank you, Everett & Faviouz!
It is my first plugin, and I am pretty proud, hehe. I don't think it has any problems - at least I didn't find any while testing. .
More plugins to come!
Hi,
I think there is a small bug in 'Daily Post Reset' task.
$task = array(
'title' => 'Post Statistics Day Reset',
'file' => 'poststats_day',
'description' => 'Resets the Post Statistics stays for today.',
'minute' => "0",
'hour' => "0",
'day' => "31",
'weekday' => "*",
'month' => "*",
'nextrun' => $time,
'lastrun' => 0,
'enabled' => 1,
'logging' => 1,
'locked' => 0,
);
in this 'day' => "31" should be 'day' => "*" .
Update :
Also does this plugin counts posts marked as spam or not spam properly. I don't think so.