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
Today's Top Poster(s) 4.2.2 Details »»
Today's Top Poster(s) 4.2.2
Version: 4.2.x, by Hasann Hasann is offline
Developer Last Online: Jun 2021 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.2.x Rating:
Released: 11-28-2009 Last Update: 03-10-2014 Installs: 345
Uses Plugins Auto-Templates
Re-useable Code Translations  
No support by the author.

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

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) Dispay Pictures
  9. Changed Today's top poster(s) layout to new better look
  10. 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 4.0.x
  • vBulletin 4.2.2 Beta 3

Quote:
Originally Posted by albibak View Post
Hasann,

Thanks for the mod
Please, find in attachment the french translation
You can find the french topic for this mod here: http://forum.vbulletin-fr.org/modifi...mod&modid=1083

Download Now

File Type: zip Todays_Top_Posters_4.0.zip (318.8 KB, 2411 views)
File Type: zip Todays_Top_Posters_4.2.2.zip (249.8 KB, 349 views)
File Type: xml product-todays_top_posters_fr.xml (4.2 KB, 57 views)

Screenshots

File Type: jpg Todays_Top_Posters_Settings.jpg (246.9 KB, 0 views)
File Type: png Todays_Top_Posters.png (26.5 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #92  
Old 10-05-2011, 12:11 AM
MyPeSePe's Avatar
MyPeSePe MyPeSePe is offline
 
Join Date: Sep 2011
Location: Phonesfera
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed thanks
Reply With Quote
  #93  
Old 10-05-2011, 04:14 AM
chrisngrod's Avatar
chrisngrod chrisngrod is offline
 
Join Date: Oct 2010
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BozzaJos View Post
I have the same problem, but on 4.1.6
Just change some of the code up. This is what I'm using...

It's found in todays_top_poster

Quote:
<div id="wgo_stats" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:raw top_posters_title}"/>{vb:raw top_posters_title}</h3>
<div id="top_posters_list">
<table class="block" cellpadding="6" cellspacing="6" border="0" width="100%" align="center">
<tr>
<vb:if condition="$todays_top_posters">
{vb:raw todays_top_posters}
<vb:else />
{vb:rawphrase todays_top_poster_no_posters}
</vb:if>
</tr>
</table>
</div>
</div>
This changes where it gets placed:

Code:
{vb:raw template_hook.forumhome_wgo_pos2}
Demo:

Scroll to bottom (www.cricketusers.com/forum.php).
Reply With Quote
Благодарность от:
Sage Knight
  #94  
Old 10-05-2011, 04:15 AM
chrisngrod's Avatar
chrisngrod chrisngrod is offline
 
Join Date: Oct 2010
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BozzaJos View Post
I have the same problem, but on 4.1.6
Just change some of the code up. This is what I'm using...

It's found in todays_top_poster

Code:
<div id="wgo_stats" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:raw top_posters_title}"/>{vb:raw top_posters_title}</h3>
<div id="top_posters_list">
<table class="block" cellpadding="6" cellspacing="6" border="0" width="100%" align="center">
<tr>
<vb:if condition="$todays_top_posters">
{vb:raw todays_top_posters}
<vb:else />
{vb:rawphrase todays_top_poster_no_posters}
</vb:if>
</tr>
</table>
</div>
</div>
This changes where it gets placed:

Code:
{vb:raw template_hook.forumhome_wgo_pos2}
I also placed a space between the avatar and the username so it wouldn't be so close... (&nbsp)

Placed in todays_top_poster_bit...

Code:
<vb:if condition="$show['comma_leader']">, </vb:if>{vb:stylevar dirmark} 
<vb:if condition="$show['photo']"><a href="{vb:link member, {vb:raw top_poster}}" class="avatarlink"><img class="inlineimg" src="{vb:raw top_poster.avatarurl}" width="20" height="20" class="userlist_avatar_{vb:raw top_poster.userid}" alt="{vb:rawphrase xs_avatar, {vb:raw top_poster.username}}" border="0" /></a>&nbsp;</vb:if> <a class="username" rel="nofollow" href="{vb:link member, {vb:raw top_poster}}">{vb:raw top_poster.musername}</a> (<a rel="nofollow" href="{vb:raw vboptions.bburl}/search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw top_poster.userid}&amp;contenttype=vBForum_Post&amp;showposts=1" title="{vb:raw top_poster.postdate}">{vb:raw top_poster.postcount}</a>)
Demo:

Scroll to bottom (www.cricketusers.com/forum.php).


Currently using 4.1.5 with CompleteVB theme.
Reply With Quote
3 благодарности(ей) от:
EasyEazy, mcyates, troykp
  #95  
Old 10-15-2011, 09:39 PM
SpaceStar SpaceStar is offline
 
Join Date: Apr 2005
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Removed. Database error.
Reply With Quote
  #96  
Old 10-15-2011, 09:52 PM
chrisngrod's Avatar
chrisngrod chrisngrod is offline
 
Join Date: Oct 2010
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm on 4.1.7 now and it still works here.
Reply With Quote
  #97  
Old 10-15-2011, 11:27 PM
dvL-den dvL-den is offline
 
Join Date: Sep 2011
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

4.1.7 problems... not in the line with other things.
And have an option for hide/show :-/
Reply With Quote
  #98  
Old 10-15-2011, 11:45 PM
chrisngrod's Avatar
chrisngrod chrisngrod is offline
 
Join Date: Oct 2010
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe it's just having problems in some locations.

Made minor mods which I documented ABOVE --> http://www.cricketusers.com/forum.php
Reply With Quote
  #99  
Old 10-24-2011, 08:40 AM
steve1966 steve1966 is offline
 
Join Date: Dec 2007
Posts: 504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi after the forum update i encountered two comas showing i have fixed this issue by editing todays_top_poster_bit template
and removing the , from this code

<vb:if condition="$show['comma_leader']">, </vb:if>

<vb:if condition="$show['comma_leader']"> </vb:if>
Reply With Quote
  #100  
Old 10-28-2011, 01:55 PM
Bob_R Bob_R is offline
 
Join Date: Jun 2009
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working fine but its showing this message "Today's Top Posters" twice. Like this:

"Today's Top Posters Today's Top Posters"

Also would like it under "Users active in the past 24 hours".

For the record I'm using the code from post #73
Reply With Quote
  #101  
Old 10-28-2011, 02:43 PM
Bob_R Bob_R is offline
 
Join Date: Jun 2009
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Forget it guys. I figured it out and fixed it all by myself.

Thanks anyway!
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 07:44 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.05877 seconds
  • Memory Usage 2,358KB
  • Queries Executed 29 (?)
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
  • (4)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
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)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_postinfo_query
  • fetch_postinfo
  • 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