vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   post and thread stat for member per month (https://vborg.vbsupport.ru/showthread.php?t=309234)

ezak 03-06-2014 10:01 AM

post and thread stat for member per month
 
Hi all,

Is there any modification can give me stat for one member to see how many post he did in that month , and how many thread he did in that month

or see whole year with info how many post and thread in every month

ozzy47 03-06-2014 10:03 AM

This mod should do what you need, https://vborg.vbsupport.ru/showthread.php?t=236822

ezak 03-06-2014 10:18 AM

Thanks, But I think I can't choose spacific member to test his post

its give me top members at all,

ozzy47 03-06-2014 10:23 AM

Right, it gives you a list of all members, so there is no need to do specific members, you can scroll through the list to see them all. :)

ezak 03-06-2014 10:43 AM

Quote:

Originally Posted by ozzy47 (Post 2485415)
Right, it gives you a list of all members, so there is no need to do specific members, you can scroll through the list to see them all. :)

And If I have 188,729 members
I will lost on it :)

ozzy47 03-06-2014 10:50 AM

I will see what I can come up with, as there is no current mod for that. Perhaps a link in the Member Action Dropdown menu, or in the users profile, I will update this thread when I can.

ezak 03-06-2014 11:43 AM

Many thanks ozzy, waiting for your doing

Simon Lloyd 03-06-2014 06:44 PM

Maybe just run a query in phpmyadmin
PHP Code:

SELECT count(*) 
FROM`post
WHERE`username`="Simon Lloyd"
AND`dateline`>="1356998400"
AND`dateline`<="1367452800" 

That query counts all my posts from 1st of jan 2013 to 2nd of may 2013

ozzy47 03-06-2014 10:30 PM

That's not quite what I have in mind. What I am going to do is have links, that work with the search, so by clicking on lets say, 30 days, it will list all that users posts in the last 30 days. Which also gives you a result count at the bottom of the page. Same for yearly too. :)


All times are GMT. The time now is 09:57 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01503 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete