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
![]() 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 |
#22
|
||||
|
||||
![]()
Mythor,
I took your idea and in order to get mine to work, I had to do more. Though instead of messing with the XML file, I just did it on the top_posters.php file. After applying your changes in blue, I had to apply what is in red too, see below (note, "forums" is my forum directory, for all users, make sure it's your directory name, not mine) : Code:
// User custom avatar if ($vbulletin->options['usefileavatar']) { if ($thumb AND @file_exists($vbulletin->options['avatarpath'] . "/thumbs/avatar$userinfo[userid]_$userinfo[avatarrevision].gif")) { $avatarurl = "/forums/" . $vbulletin->options['avatarurl'] . "/avatar$userinfo[userid]_$userinfo[avatarrevision].gif"; } else { $avatarurl = "/forums/" . $vbulletin->options['avatarurl'] . "/avatar$userinfo[userid]_$userinfo[avatarrevision].gif"; } } else { if ($thumb AND $userinfo['filedata_thumb']) { $avatarurl = '/forums/image.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $userinfo['userid'] . "&dateline=$userinfo[avatardateline]&type=thumb"; } else { $avatarurl = '/forums/image.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $userinfo['userid'] . "&dateline=$userinfo[avatardateline]"; |
#23
|
|||
|
|||
![]()
Sorry, I suggested doing it on the XML file but forgot to point out you should do so before uploading it. That was why I did it that way.
![]() Glad you got there with a nudge in the right direction. Hopefully Hasann can sort this out in the next version! ![]() |
#24
|
|||
|
|||
![]()
I import vbb error:
PHP Code:
|
#25
|
|||
|
|||
![]()
I managed to get it working thanks to rolandogomez edits
|
#26
|
|||
|
|||
![]()
Please install as intrusions
![]() |
#27
|
||||
|
||||
![]()
Hi there
Go to your Forums -> Admincp -> vBa CMPS / Download -> Upload Module -> Module to Upload -> Select topposters file as .xml or .module format from your pc -> then Submit. |
#28
|
|||
|
|||
![]()
thanks
|
#29
|
|||
|
|||
![]()
Hi Hasann,
I don't have "vBa CMPS / Download" in my admincp ![]() what shall I do? |
#30
|
|||
|
|||
![]()
have the same issues with custom avatar not showing and I am not familiar with editing php files.
Guess I will wait for an eventual fix in the xml file. Like this mod though! www.texaseliteforces.com |
#31
|
|||
|
|||
![]()
To all you guys getting "Invalid File Specified":
Make sure you aren't trying to add this via the Product Manager. You must go to: Admin CP-> vBa CMPS-> Download/Upload Module |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|