The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBadvanced Module: Top Posters in Last X Days Details »» | |||||||||||||||||||||||||||||||||||
vBadvanced Module: Top Posters in Last X Days
Developer Last Online: Jun 2021
Top Posters vBAdvanced CMPS Module by Hasann This Product brought to you by www.vbulletin-turkey.com Description: This will add a CMPS block to your vBadvanced CMPS portal page. It will display the "Top Posters" based on post count in your vBulletin forums. Features:
NOTE: vB Optimise: vBAdvanced Integration Cache vBAdvanced Module: Top Posters if you turned this option to yes than this module generates 0 query Top Posters in the Last X Days Examples: 1 (day) = Today's Top Posters 7 (days) = Top Posters of the Week 30 (days) = Top Posters of the Month 365 (days) = Top Posters of the Year 0 (no limit) = Overall Top Posters Tested on:
Demo: www.vbulletin-turkey.com INSTALL INSTRUCTIONS Go to your Forums -> Admincp -> vBa CMPS / Download -> Upload Module -> Module to Upload -> Select topposters file as .xml or .module format from your pc -> than Submit. http://img525.imageshack.us/img525/9...benanntpm7.jpg Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
||||
|
||||
Quote:
|
#53
|
||||
|
||||
Thanks Hasann, appreciate it!
|
#54
|
|||
|
|||
top_posters.php
after changin line 59 from "$avatarurl = forums/images/misc/unknown.gif" to $avatarurl = 'forums/image.php?' . $vbulletin->session->vars['sessionurl'] . "u=$top_poster[userid]&dateline=$top_poster[avatardateline]"; that is same as line 49....reason is to display avatars .... where to change code to call "unknown.gif" for users who dont have avatar!? part of code in my "top_posters.php" (part in blue is line 59) Code:
$avwidth = ''; $avheight = ''; if ($top_poster['avatarid']) { $avatarurl = $top_poster['avatarpath']; } else { if ($top_poster['hascustomavatar'] AND $vbulletin->options['avatarenabled'] AND ($vbulletin->userinfo['permissions']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canuseavatar'])) { if ($vbulletin->options['usefileavatar']) { $avatarurl = $vbulletin->options['avatarurl'] . "/avatar$top_poster[userid]_$top_poster[avatarrevision].gif"; } else { $avatarurl = 'forums/image.php?' . $vbulletin->session->vars['sessionurl'] . "u=$top_poster[userid]&dateline=$top_poster[avatardateline]"; } if ($top_poster['avheight'] AND $top_poster['avwidth']) { $avheight = "height=\"$top_poster[avheight]\""; $avwidth = "width=\"$top_poster[avwidth]\""; } } else { $avatarurl = 'forums/image.php?' . $vbulletin->session->vars['sessionurl'] . "u=$top_poster[userid]&dateline=$top_poster[avatardateline]"; } } if (!$avatarurl) { $mod_options['adv_portal_top_posters_avatar'] = false; } else { $mod_options['adv_portal_top_posters_avatar'] = true; } } |
#55
|
||||
|
||||
<i>31. July 2009 new update is released.</i>
All known bugs are fixed now. |
#56
|
|||
|
|||
thanks for the new update
|
#57
|
|||
|
|||
I have only one issue now
Height of Top Posters List is not working for me, whatever I change it doesnt create scrollbar can it be cause I installed module specyfing only one page (page which works for my VBA) any suggestions? and yeah, it may be of use to a noobs like me if your VBA is not installed in a same directory as forums you should place forums/ (or whatewer neme is) in top_posters.php here: Code:
$avatarurl = 'forums/image.php?' . $vbulletin->session->vars['sessionurl'] . "u=$top_poster[userid]&dateline=$top_poster[avatardateline]"; $avatarurl = 'forums/images/misc/unknown.gif'; |
#58
|
||||
|
||||
Quote:
All known bugs aint fixed at all! First I just upgraded and your scroll bar doesnt show no matter what height I select. Second Your mod is not showing some avatars but others.... So whats the deal with the scroll bar? EDIT: I fixed the problem with no avatars showing. How I fixed this on my site was I had to change just one users avatar and somehow this mod recalculated the avatars and now they all show! Interesting BUG! Now, please help me to fix the no scrollbar bug. THANKS! |
#59
|
|||
|
|||
Hi Dude, I really like your mod, but I'd like to make just a little change.
I'd like to know if it's possible (changing the query or whatever) to show TOP THREAD STARTERS instead of top posters. Thanks in advance, |
#60
|
|||
|
|||
You already have a module with an identifier of 'top_posters'. Please select a different identifier.
I cant upgrade |
#61
|
|||
|
|||
Not show scroll bar
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|