vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > Add-On Modules & Modifications > vBa CMPS v4.x > Add-On Modules (version 4.x)

Reply
 
Thread Tools Display Modes
  #1  
Old 08-23-2010, 05:50 AM
BlackThorn BlackThorn is offline
Coder
 
Join Date: Feb 2010
Posts: 159
Cool BT - Module: Top posters in last x days

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. 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

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, if you like this module.

Best Regards,
Attached Images
File Type: png bt1.PNG (23.0 KB, 298 views)
File Type: png bt2.PNG (19.7 KB, 251 views)
File Type: png bt3.PNG (55.7 KB, 174 views)
Attached Files
File Type: zip bt_top_posters.zip (98.5 KB, 422 views)
Reply With Quote
  #2  
Old 11-11-2010, 01:04 AM
southeastsxs southeastsxs is offline
Junior Member
 
Join Date: Jul 2010
Posts: 6
Default

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
__________________
vBulletin - v4.0.4u1 (CMS), GoDaddy Hosting, Linux OS, MY SQL Database

Addons:- vBH Add New Tabs 1.2, Forum Category Icons Advanced 1.2.4, Mini Photo Edit 1.0.1, VBadvanced CMPS 4.0.1, VSa Advanced New Posts 3.0.2, VSa Advanced Registration 2.0.1,
Reply With Quote
  #3  
Old 11-11-2010, 05:35 AM
BlackThorn BlackThorn is offline
Coder
 
Join Date: Feb 2010
Posts: 159
Default

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;

PHP Code:
.tborder
{
    
background#F0F2FA;
    
color#000000;
    
border1px solid #989898;
}
.
tcat
{
    
background#F2F2F2  url(images/buttons/newbtn_middle.png) repeat-x top left;
    
color#333333;
    
fontbold 11px verdanagenevalucida'lucida grande'arialhelveticasans-serif;
    
padding:8px 6px 7px 6px;
}
.
tcat a:link, .tcat_alink
{
    
color#333333;
    
text-decorationnone;
}
.
tcat a:visited, .tcat_avisited
{
    
color#333333;
    
text-decorationnone;
}
.
tcat a:hover, .tcat a:active, .tcat_ahover
{
    
color#FF4400;
    
text-decorationunderline;
}
.
thead
{
    
background#F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
    
color#333333;
    
fontbold 11px tahomaverdanagenevalucida'lucida grande'arialhelveticasans-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.
Reply With Quote
  #4  
Old 01-15-2011, 01:14 PM
AcidSpark AcidSpark is offline
Junior Member
 
Join Date: Jan 2011
Posts: 7
Default

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.
Reply With Quote
  #5  
Old 01-19-2011, 01:29 AM
BlackThorn BlackThorn is offline
Coder
 
Join Date: Feb 2010
Posts: 159
Default

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
Reply With Quote
  #6  
Old 03-27-2011, 01:32 AM
DDos Attack DDos Attack is offline
Junior Member
 
Join Date: Mar 2008
Posts: 1
Default

Quote:
Originally Posted by BlackThorn View Post
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;

PHP Code:
.tborder
{
    
background#F0F2FA;
    
color#000000;
    
border1px solid #989898;
}
.
tcat
{
    
background#F2F2F2  url(images/buttons/newbtn_middle.png) repeat-x top left;
    
color#333333;
    
fontbold 11px verdanagenevalucida'lucida grande'arialhelveticasans-serif;
    
padding:8px 6px 7px 6px;
}
.
tcat a:link, .tcat_alink
{
    
color#333333;
    
text-decorationnone;
}
.
tcat a:visited, .tcat_avisited
{
    
color#333333;
    
text-decorationnone;
}
.
tcat a:hover, .tcat a:active, .tcat_ahover
{
    
color#FF4400;
    
text-decorationunderline;
}
.
thead
{
    
background#F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
    
color#333333;
    
fontbold 11px tahomaverdanagenevalucida'lucida grande'arialhelveticasans-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

Reply With Quote
  #7  
Old 04-28-2011, 05:00 AM
AudioForBooks AudioForBooks is offline
Junior Member
 
Join Date: Mar 2011
Posts: 5
Default

Many thanks....love it
Reply With Quote
  #8  
Old 06-19-2011, 03:40 PM
av8or1 av8or1 is offline
Member
 
Join Date: Apr 2011
Posts: 36
Default

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
Attached Images
File Type: jpg my top posters.jpg (166.9 KB, 25 views)
Reply With Quote
  #9  
Old 07-26-2011, 01:42 AM
MelH MelH is offline
Member
 
Join Date: Feb 2007
Posts: 83
Default Problems when using vBadvanced Links directory

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?a...achmentid=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...
Reply With Quote
  #10  
Old 10-07-2011, 02:08 AM
juankalsa juankalsa is offline
Junior Member
 
Join Date: Sep 2011
Posts: 3
Default

just great!
Thanks
Reply With Quote
  #11  
Old 04-21-2012, 07:13 PM
goycarden goycarden is offline
Junior Member
 
Join Date: Sep 2009
Posts: 22
Default

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.
Reply With Quote
  #12  
Old 09-15-2012, 07:25 PM
DFORMS DFORMS is offline
Member
 
Join Date: Jun 2011
Posts: 33
Default

Installed thank you!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Module displaying on certian days attroll "How Do I..." Questions 7 04-14-2007 12:41 AM
Top Posters module deb0 Module & Modification Discussion & Requests 2 05-17-2006 11:48 AM
REQ: Top 10 posters Module MotoUp Module & Modification Discussion & Requests 10 10-23-2005 04:56 AM
Top (10) Posters Module Acido Add-On Modules & Modifications 69 10-08-2005 09:20 AM


All times are GMT -4. The time now is 08:01 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.