PDA

View Full Version : BT - Module: Top posters in last x days


BlackThorn
08-23-2010, 05:50 AM
BT - vBadvanced CMPS Module: TOP POSTERS
BlackThorn Coding...

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. Special thanks to Hasann for code permission. Hasann's originally module for vB3.x.x at here (http://www.vbulletin.org/forum/showthread.php?t=199406). If you use vB3.x.x, then you can go to there or if you use vB4.0.x, then please read this my the main post before download and use. Please do not pm me for support, please do not via e-mail me for support. Please do not request me for module replaces. I'm very busy with my the main vB job so please be patient when asking support but please do not ask me the same questions all the time.

-Oldest version and now new version features:
Username link to profile.
Post count link to show all posts by the member.
Top Posters Count
Hide Posts Count
Top Poster Avatars
Top Poster Avatar width
Top Poster Avatar height


Ignore Users to show in top posters list
Ignore UserGroups to show in top posters list
Username HTML Markup (fetch_musername)
only 1 query
Top Posters in the Last X Days



-Fixed Bugs new version
General DB errors
Mod Phrase errors
Post counts errors
Usernames erros
HTML Mark up errors
Avatars errors
noavatar errors
Usergroups errors
Ignoreusers errors
No file edit
No file upload
No avatar link
Table class errors
TD class errors

-Module options
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:

vBulletin 4.0.x
vBulletin 4.0.5 Tested
vBadvanced (http://www.vbadvanced.com/) CMPS v4.0.0
vBadvanced (http://www.vbadvanced.com/) CMPS v4.0.1




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.

Support:
Please click install (http://www.vbulletin.org/forum/showthread.php?t=249173), if you like this module.

Best Regards,

southeastsxs
11-11-2010, 01:04 AM
Hi, I am using this module and wondered how I change the color of the line that displays the users and their info. I need to do this to make this module look like all the others.

I am a noob so you need to be very clear, many thanks

Our Sponsors
 

BlackThorn
11-11-2010, 05:35 AM
Well, if you want style BG for TABLE CLASS, then go to your forums -> Admincp -> Styles & themes -> open your adv_portal.css and all this codes add below;

.tborder
{
background: #F0F2FA;
color: #000000;
border: 1px solid #989898;
}
.tcat
{
background: #F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
color: #333333;
font: bold 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding:8px 6px 7px 6px;
}
.tcat a:link, .tcat_alink
{
color: #333333;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #333333;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #FF4400;
text-decoration: underline;
}
.thead
{
background: #F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
color: #333333;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border-bottom:1px solid #8f95bf;
}
.thead a:link, .thead_alink
{
color: #333333;
}
.thead a:visited, .thead_avisited
{
color: #333333;
}
.thead a:hover, .thead a:active, .thead_ahover
{
color: #FF4400;
}
.alt1, .alt1Active
{
background: #FBFBFD;
color: #000000;

}
.alt2, .alt2Active
{
background: #F0F2FA;
color: #000000;

}


Please note you would use alt1, alt2 and Active for <td class="X"> in module template. And you can replace with an another color code that color codes #xxxxxx.

AcidSpark
01-15-2011, 01:14 PM
BlackThorn
it will be great, if u will make blog module like this (top bloggers in last x days) with avatars. Your other blog modules are great, but if you can... Thanks.

Our Sponsors
 

BlackThorn
01-19-2011, 01:29 AM
Here you go ; http://www.vbadvanced.com/forum/showthread.php?t=42306

P.S You're welcome, I've posted a comment to other my thread so you would read my latest posting :)

DDos Attack
03-27-2011, 01:32 AM
Well, if you want style BG for TABLE CLASS, then go to your forums -> Admincp -> Styles & themes -> open your adv_portal.css and all this codes add below;

.tborder
{
background: #F0F2FA;
color: #000000;
border: 1px solid #989898;
}
.tcat
{
background: #F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
color: #333333;
font: bold 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding:8px 6px 7px 6px;
}
.tcat a:link, .tcat_alink
{
color: #333333;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #333333;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #FF4400;
text-decoration: underline;
}
.thead
{
background: #F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
color: #333333;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border-bottom:1px solid #8f95bf;
}
.thead a:link, .thead_alink
{
color: #333333;
}
.thead a:visited, .thead_avisited
{
color: #333333;
}
.thead a:hover, .thead a:active, .thead_ahover
{
color: #FF4400;
}
.alt1, .alt1Active
{
background: #FBFBFD;
color: #000000;

}
.alt2, .alt2Active
{
background: #F0F2FA;
color: #000000;

}


Please note you would use alt1, alt2 and Active for <td class="X"> in module template. And you can replace with an another color code that color codes #xxxxxx.

how do i change the white colour? for username and counter

tq

http://img710.imageshack.us/img710/8706/screenshot261f.jpg

AudioForBooks
04-28-2011, 05:00 AM
Many thanks....love it :)

av8or1
06-19-2011, 03:40 PM
BT - Thank you for this, I installed it last night - but I modified it slightly to not use the blocksubhead class. This avoids the problem that southeastsxs originally complained about and retains the look of the other modules. Also changed the text to vary with the # of days setting - like "Today's Top Posters" for days=1, "This Week's Top Posters" for days=7, etc.

Marked as installed - thanks again!

Jerry

MelH
07-26-2011, 01:42 AM
I am using vBadvanced Links directory as well as vBadvanced CMPS and have problems with this module and one of your other modules (Latest or random album pictures) on the links directory pages only – they work fine on vBa CPMS pages.

The avatar images do not show but have a square with a red cross. Also the username links go to a page not found error.
The url looks like this:

http://xxxxxxx.com/links/member.php?u=3306
http://xxxxxxx.com/links/album.php?albumid=16&attachmentid=5129

I know the 'links' folder should not be in the url.

In admincp -> vBadvanced Global Options -> header replacements I put album.php, coveralbums.php and top_posters.php but it makes no difference.

All other vBa modules work fine on all pages. What can I do to fix this?

Thanks for your help...

juankalsa
10-07-2011, 02:08 AM
just great!
Thanks

goycarden
04-21-2012, 07:13 PM
Dear BlackThorn,

wonderful module, but it doesn't work for me with vbulletin 4.1.11 version.
It doesn't show up after selecting it for a page.