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
  #62  
Old 11-06-2010, 02:12 AM
preemz10314 preemz10314 is offline
 
Join Date: Oct 2010
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks...i like this alot...nice work. Installed on 4.0.7 works fine.
Reply With Quote
  #63  
Old 11-12-2010, 12:26 AM
PiroX's Avatar
PiroX PiroX is offline
 
Join Date: Jun 2009
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is the fix for 4.0.8 - updated #1 (20.11.2010)

just replace the existing templates with those

todays_top_poster
Code:
<div id="wgo_top_posters" 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}
<a class="collapse" id="collapse_top_posters_list" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse.png" alt="" title="{vb:raw top_posters_title}" /></a>
</h3>
<div id="top_posters_list">
<ol class="commalist">
<vb:if condition="$todays_top_posters">
{vb:raw todays_top_posters}
<vb:else />
{vb:rawphrase todays_top_poster_no_posters}
</vb:if>
</ol>
</div>
</div>
todays_top_poster_bit
Code:
<li>{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></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>)</li>
Reply With Quote
  #64  
Old 11-12-2010, 01:27 AM
mmacrypt's Avatar
mmacrypt mmacrypt is offline
 
Join Date: Feb 2010
Location: Colorado
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got this, seems to work in 0.8 but offset a bit. Just saw code above mine, I'll try that and post the results.
Reply With Quote
  #65  
Old 11-12-2010, 01:32 AM
mmacrypt's Avatar
mmacrypt mmacrypt is offline
 
Join Date: Feb 2010
Location: Colorado
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, the code fix seems to do the job. I'm running 4.0.8, PiroX's code changes and I think it looks fine. Thank you PiroX and Hasann


Check it out if needed.
http://mmacrypt.com/forum/forum.php
Reply With Quote
  #66  
Old 11-14-2010, 02:11 PM
steve71 steve71 is offline
 
Join Date: Dec 2006
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bsalu View Post
Why people says its working great when it doesnt?

Its very nice mod, but Ignore userid and ignore usergroupid doesnt work.
Ditto.
Reply With Quote
  #67  
Old 11-15-2010, 05:33 PM
newsoftw newsoftw is offline
 
Join Date: Nov 2008
Location: Pakistan
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mmacrypt View Post
Ok, the code fix seems to do the job. I'm running 4.0.8, PiroX's code changes and I think it looks fine. Thank you PiroX and Hasann


Check it out if needed.
http://mmacrypt.com/forum/forum.php
hello mate and how u can to do it. plz can u explain it how to do and which file to need edit ?

thanks
Reply With Quote
  #68  
Old 11-20-2010, 09:57 AM
PiroX's Avatar
PiroX PiroX is offline
 
Join Date: Jun 2009
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i updated my code few posts above to fix the " ,, " error
Reply With Quote
  #69  
Old 11-21-2010, 05:07 PM
steve1966 steve1966 is offline
 
Join Date: Dec 2007
Posts: 504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PiroX View Post
i updated my code few posts above to fix the " ,, " error
thank you
Reply With Quote
  #70  
Old 11-25-2010, 08:14 AM
steve1966 steve1966 is offline
 
Join Date: Dec 2007
Posts: 504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

even with the new fix the mod still has errors the hide button is diplayed in the wrong place
Reply With Quote
  #71  
Old 12-19-2010, 04:18 AM
ndut ndut is offline
 
Join Date: Sep 2007
Location: Indonesia
Posts: 335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can't work on 4.1.0 PL2 ???
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 01:18 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.15230 seconds
  • Memory Usage 2,344KB
  • 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
  • (2)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
  • (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
  • (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_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