MyBB Community Forums
[For 1.6] Post Statistics - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.6] Post Statistics (/thread-101243.html)

Pages: 1 2


Post Statistics - Nishimi - 2011-08-09

Hey everyone,

I have finally released my first plugin and it has been approved on the mods site.

The plugin is called Post Statistics. This plugin will show the number of posts made today, this week, and this month by a certain user, on their own profile.

In the admin control panel, you can disable any of those from showing at the settings page. That means that you can only have "Posts Today" showing on their profile if you want. I have attached a screenshot of the profile, and the settings page.

Download: http://mods.mybb.com/view/post-statistics/

This has been my first plugin, so any suggestions in the code or bug reports are great!


RE: Post Statistics - Everett777 - 2011-08-12

Nice Plug-In! Going on my site now.......


RE: Post Statistics - faviouz - 2011-08-12

Nice work NaXuh! Smile


RE: Post Statistics - Nishimi - 2011-08-12

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. Smile.

More plugins to come!


RE: Post Statistics - www.jbi.in - 2011-09-25

(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. Smile.

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.


RE: Post Statistics - x-Treme - 2011-09-25

Just wondering why this plugin isn't displaying in the latest submission section on the mods site?


RE: Post Statistics - streetkilln - 2012-05-17

this isnt showing on one of my themes


RE: Post Statistics - Leefish - 2012-05-17

It looks really cool, thank you, nice work.


RE: Post Statistics - doodoo1370 - 2012-05-17

nice work.Wink


RE: Post Statistics - jshort - 2014-04-11

I know this thread and plugin are old, but just in case it is still being updated, there is a bug.

This plugin will add to the user's daily, weekly, & monthly post counts even if it the post was saved as a draft. Meaning if I save a post as a draft and then publish it, all of those stats will be off.