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

Reply
 
Thread Tools
Today's Top Poster(s) on Forum Home Details »»
Today's Top Poster(s) on Forum Home
Version: 2.0, by Hasann Hasann is offline
Developer Last Online: Jun 2021 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.8.x Rating:
Released: 10-28-2008 Last Update: 07-29-2009 Installs: 425
Uses Plugins Auto-Templates
Translations  
No support by the author.

Today's Top Poster(s) on Forum Home by

This Product brought to you by
Www.vBulletin-TR.Com

Description:

This will add a mini statistic to your Forum Home under Whats Going On.
It will display the "Today's Top Poster(s) on Forum Home" in your vBulletin forums.

Features:
  1. Enable or Disable Todays top poster(s) modification
  2. Today's top poster(s) limit to how many today's top poster showing
  3. Today's top poster(s) exclude certain users
  4. Today's top poster(s) exclude certain usergroups
  5. Today's top poster(s) exclude certain forums
  6. Added an option to include a list of allowed usergroups so we'll be able to configure it in order to make visible only for selected usergroups
  7. Today's top poster(s) - Rolling 24 Hours
  8. Today's top poster(s) Location
  9. Today's top poster(s) Dispay Pictures
  10. Today's top poster(s) Size Thumbnails
  11. Changed Today's top poster(s) layout to new better look
  12. Add 1 query to forumhome

Installation:

just import the todays_top_poster.xml product file via admincp -> product manager -> import/export products

Tested on:
  • vBulletin 3.7.x
  • vBulletin 3.8.x

FAQ

Question: What are the new features in Version 2.0?
Answer: See Screenshot Below



Live Demo: www.vbulletin-tr.com/forum

Download Now

File Type: zip Todays_Top_Poster(s).zip (342.6 KB, 1334 views)
File Type: zip Todays_Top_Poster(s)_v2.0.zip (316.1 KB, 2062 views)

Screenshots

File Type: jpg Todays_Top_Posters.jpg (35.9 KB, 0 views)
File Type: jpg Todays_Top_Posters_Settings.jpg (121.0 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #112  
Old 07-08-2009, 03:33 PM
Hasann's Avatar
Hasann Hasann is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 897
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

edit product.xml file and search for this code

PHP Code:
$template_hook[forumhome_wgo_pos2
and replace it with this code

PHP Code:
$template_hook[forumhome_wgo_pos3
Reply With Quote
  #113  
Old 07-09-2009, 12:47 AM
Bob_R Bob_R is offline
 
Join Date: Jun 2009
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I guess I have to use

PHP Code:
$template_hook[forumhome_wgo_pos1
because now it's at the bottom under

Forum Statistics
Threads: 56, Posts: 101, Members: 36, Active Members: 36
Welcome to our newest member, dvac941

I'd like this order:

What's Going On?

1st - Currently Active Users: 12 (5 members and 7 guests)
View Who's Online
Most users ever online was 38, 05-10-2008 at 04:24 PM.


2nd - The most members online in one day was 58, 07-07-2008.


3rd - Today's Top Poster(s)


4th - Statistics
Reply With Quote
  #114  
Old 07-11-2009, 04:48 AM
Mahar Mahar is offline
 
Join Date: Aug 2004
Location: Wisconsin
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should create an option to move the stats to below the Forum Statistics.
Reply With Quote
  #115  
Old 07-13-2009, 07:13 PM
Bob_R Bob_R is offline
 
Join Date: Jun 2009
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can't I just put

Code:
$template_hook[forumhome_wgo_pos2]
Code:
$template_hook[forumhome_wgo_pos3]
directly back to back, on 2nd consecutive lines of code?

Thanks!
Reply With Quote
  #116  
Old 07-17-2009, 03:31 AM
devace devace is offline
 
Join Date: Jun 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks +Installed+
Reply With Quote
  #117  
Old 07-21-2009, 09:32 PM
Hasann's Avatar
Hasann Hasann is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 897
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you like that one

Reply With Quote
  #118  
Old 07-21-2009, 10:32 PM
dvbusuario's Avatar
dvbusuario dvbusuario is offline
 
Join Date: Oct 2007
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hasann View Post
Do you like that one
Excellent Modification!
Reply With Quote
  #119  
Old 07-22-2009, 12:51 AM
The4um's Avatar
The4um The4um is offline
 
Join Date: Nov 2008
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is is possible that posts are not find when user click over the number of user's posts today??
Reply With Quote
  #120  
Old 07-22-2009, 12:52 AM
Bob_R Bob_R is offline
 
Join Date: Jun 2009
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bob_R View Post
Can't I just put

Code:
$template_hook[forumhome_wgo_pos2]
Code:
$template_hook[forumhome_wgo_pos3]
directly back to back, on 2nd consecutive lines of code?

Thanks!
Well can I?
Reply With Quote
  #121  
Old 07-25-2009, 12:00 AM
OsideRida06 OsideRida06 is offline
 
Join Date: Apr 2008
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, installed.
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 04:38 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06104 seconds
  • Memory Usage 2,343KB
  • Queries Executed 27 (?)
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
  • (4)bbcode_code
  • (3)bbcode_php
  • (2)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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