![]() |
|
#1
|
|||
|
|||
|
2 templates
1 file Put the topten.php file in the Modules folder create 2 new templates : adv_portal_topposters and top_posters with the content included in the aproriate txt files. It give a module with the Top 10 users with more posts Is you want change the amount of users to show in this module, simpley change the LIMIT option in the php file: PHP Code:
Last edited by Acido; 05-22-2004 at 01:16 AM. |
|
#2
|
|||
|
|||
|
Hi!
I have vbadvanced homepage 1.1 How put your excellent module? Please helpme! Thanks! |
|
#3
|
||||
|
||||
|
The modules only work with vBadvanced CMPS
|
|
#4
|
|||
|
|||
|
Oh!, many thanks!
|
|
#5
|
|||
|
|||
|
See screenshot ---
Seems to function properly. Nice hack. But there is no border around it.... Also -- even though I took out the >> on the rest of the page, it came back on this block?
__________________
vBulletin-FAQ ~ A New Home for vBulletin Forum Owners! Lincoln vs Cadillac : Mopar Forum : Car Audio Talk |
|
#6
|
|||
|
|||
|
Quote:
In Template: adv_portal_topposters Find: Code:
<table cellpadding="4" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> Quote:
|
|
#7
|
|||
|
|||
|
Your module is great!
*installed* here expertforum.info/vbulletin Last edited by seidel; 05-19-2004 at 09:22 AM. |
|
#8
|
|||
|
|||
|
Simple, but good. Thanks!
*installed* |
|
#9
|
|||
|
|||
|
Cheers Acido just what I needed
|
|
#10
|
|||
|
|||
|
yea thx for that shame I only have 3 posters, and one of them is me lol
|
|
#11
|
|||
|
|||
|
Quote:
Thats what I like - service with a smile thanks alot
__________________
vBulletin-FAQ ~ A New Home for vBulletin Forum Owners! Lincoln vs Cadillac : Mopar Forum : Car Audio Talk |
|
#12
|
|||
|
|||
|
Thanks for this Acido, a useful little module - *installed*
|
|
#13
|
|||
|
|||
|
Thanks for a wery usefull add-on!
![]() Would it be possible to make it display "Most popular users", Top 10 reputation with points display?
|
|
#14
|
|||
|
|||
|
Quote:
|
|
#15
|
|||
|
|||
|
Quote:
|
|
#16
|
|||
|
|||
|
Quote:
Check the file topten.php Where you see: SELECT * FROM ".TABLE_PREFIX."user ORDER BY posts DESC LIMIT 10" you can change that field (posts) by reputation or joindate, lastactivity etc. Regards.
|
|
#17
|
||||
|
||||
|
I suggest for larger boards if its possible for you to store this number in the datastore or somthing else, so this doesnt have to be run every time a user browses the board, ^^ just a thought that might speed things up
|
|
#18
|
|||
|
|||
|
Quote:
![]() Can you help? |
|
#19
|
||||
|
||||
|
Sadly im not that good with php ^^ altho Brian should be
|
|
#20
|
|||
|
|||
|
Made a VERY minor change to this hack.
In adv_portal_topposters template, find PHP Code:
PHP Code:
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to add a new module | Zedd | Add-On Modules & Modifications | 6 | 12-13-2004 11:35 PM |