Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VSa - Top Posters of the Month/Year Details »»
VSa - Top Posters of the Month/Year
Version: 2.1, by Valter Valter is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Statistics Modifications - Version: 4.x.x Rating:
Released: 02-24-2010 Last Update: 06-08-2012 Installs: 330
Uses Plugins Auto-Templates
 
No support by the author.

Info:
-Top posters of the month/year statistics

Installation:
-Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]

To set options:
-Go to: vBulletin Options > VSa - Top Posters of the Month/Year/Year

Versions:
v1.0 - Dec 09. 2006.
-Initial release
v1.6 - Apr 30. 2008.
-Latest vB 3.x version
v2.0 - Feb 25. 2010.
-Updated for vB 4
v2.1 - Jun 09. 2012.
-Fixed: QL Link in vB 4.2
-Fixed: User post search links
-Fixed: Style issues

Download Now

File Type: zip VSa - Top Posters of the Month-Year v2.1.zip (4.6 KB, 736 views)

Screenshots

File Type: jpg stats.jpg (116.9 KB, 0 views)
File Type: jpg ql.jpg (45.5 KB, 0 views)
File Type: jpg acp.jpg (174.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
RichieBoy67

Comments
  #42  
Old 08-20-2012, 03:19 PM
voter's Avatar
voter voter is offline
 
Join Date: Dec 2006
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't see the link in Quck Links.
Adding IDs of into "USERGROUPS can see Stats (comma separated ID list)" dosn't help.
Reply With Quote
  #43  
Old 09-02-2012, 08:22 PM
lilow lilow is offline
 
Join Date: Apr 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks
Reply With Quote
  #44  
Old 09-09-2012, 07:00 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

is this possible developer ?
Reply With Quote
  #45  
Old 10-08-2012, 01:13 PM
tinhlt tinhlt is offline
 
Join Date: Aug 2011
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ArchAngelz View Post
A Top Thread of the Month/Year would be cool.
+1 :up:
Reply With Quote
  #46  
Old 11-09-2012, 07:58 PM
usefee usefee is offline
 
Join Date: Mar 2010
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have find a issue!
deleted post not remove from user post count in rating...
plz fix it...
Reply With Quote
  #47  
Old 05-13-2013, 08:51 AM
M.C. M.C. is offline
 
Join Date: Jan 2002
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 
Reply With Quote
  #48  
Old 06-16-2013, 06:43 PM
BGObsession's Avatar
BGObsession BGObsession is offline
 
Join Date: Apr 2009
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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'.
Reply With Quote
  #49  
Old 06-28-2013, 09:57 AM
john7911 john7911 is offline
 
Join Date: Feb 2013
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you
Reply With Quote
  #50  
Old 08-21-2013, 11:35 PM
BGObsession's Avatar
BGObsession BGObsession is offline
 
Join Date: Apr 2009
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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???
Reply With Quote
  #51  
Old 09-21-2013, 03:04 PM
BGObsession's Avatar
BGObsession BGObsession is offline
 
Join Date: Apr 2009
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:32 AM.


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.07889 seconds
  • Memory Usage 2,352KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete