vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Statistics Modifications - VSa - Top Posters of the Month/Year (https://vborg.vbsupport.ru/showthread.php?t=236822)

voter 08-20-2012 03:19 PM

I don't see the link in Quck Links.
Adding IDs of into "USERGROUPS can see Stats (comma separated ID list)" dosn't help.

lilow 09-02-2012 08:22 PM

Thanks

TheSupportForum 09-09-2012 07:00 PM

Forum Block would be nice for this, this is what i need for my forum but as forum block

is this possible developer ?

tinhlt 10-08-2012 01:13 PM

Quote:

Originally Posted by ArchAngelz (Post 2040340)
A Top Thread of the Month/Year would be cool.

+1 :up:

usefee 11-09-2012 07:58 PM

i have find a issue!
deleted post not remove from user post count in rating...
plz fix it...

M.C. 05-13-2013 08:51 AM

great hack but can be modifyed to TOP Thread Starter of Month or new hack?

I believe this is where we need to do changes:
PHP Code:

SELECT COUNT(post.dateline) AS vsapcountpost.useridpost.visiblepost.datelinethread.forumiduser.usergroupidthread.forumid
                FROM 
" . TABLE_PREFIX . "post AS post
                LEFT JOIN 
" . TABLE_PREFIX . "user AS user ON (post.userid user.userid)
                
LEFT JOIN " . TABLE_PREFIX . "thread AS thread ON (post.threadid thread.threadid)
                
WHERE user.username != '' AND post.visible '1' AND post.userid AND post.dateline $fromtime AND post.dateline $totime $vsattsomy_exclgroups $vsattsomy_exclusers $vsattsomy_exclforums
                GROUP BY userid 

and this
PHP Code:

SELECT COUNT(post.dateline) AS vsapcountpost.useriduser.usernameuser.usergroupidpost.visibleuser.postsuser.joindatethread.forumid
                FROM 
" . TABLE_PREFIX . "post AS post
                LEFT JOIN 
" . TABLE_PREFIX . "user AS user ON (post.userid user.userid)
                
LEFT JOIN " . TABLE_PREFIX . "thread AS thread ON (post.threadid thread.threadid)
                
WHERE user.username != '' AND post.visible '1' AND post.userid AND post.dateline $fromtime AND post.dateline $totime $vsattsomy_exclgroups $vsattsomy_exclusers $vsattsomy_exclforums 
                GROUP BY userid
                ORDER BY vsapcount DESC
                LIMIT 
" . ($limitlower - 1) . "$perpage 


BGObsession 06-16-2013 06:43 PM

I like this mod - only thing I'd like to see is an option under the year for 'All' - so I get top poster list since site opened. It does show total posts for members, but doesn't sort them. It would also be nice to be able to set it to default either to current year or 'All'.

john7911 06-28-2013 09:57 AM

Thank you ;)

BGObsession 08-21-2013 11:35 PM

I don't understand why the mod creator coded the option to filter for 'Top Posters' by 'all months' but not 'all years'.

Isn't being able to show all-time top posters likely one of the most desired pieces of information?

Any ideas on how to add the drop-down option for 'All' for years???

BGObsession 09-21-2013 03:04 PM

Bumping this question - any chance this mod will be updated to include 'Top Poster' for 'all years'?


All times are GMT. The time now is 11: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.01429 seconds
  • Memory Usage 1,756KB
  • 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
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete