The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Would be nice to have a Top 10 Points add-on for the points hack.
|
|
#2
|
||||
|
||||
|
^^ Bumps ^^... How tough would this be?
|
|
#3
|
|||
|
|||
|
wouldn't be that tough,..i'll give it a shot for you. i'll let you know later of the progress.
|
|
#4
|
||||
|
||||
|
Ok. Thanks. Sounds like it would be similar to the other Top 10 hacks.
|
|
#5
|
||||
|
||||
|
I've done this before many months ago for my forum, but took it out. But you are free to use it.
In index.php, assuming you have installed the Statistic hack - Find (approximately code that looks like this): PHP Code:
PHP Code:
Then, in your Top10 statistics template (whatever it is called), add this to the template: Find: Code:
<TD width="25%" valign="top"> <smallfont> <b>Top 10 Thread Starters:</b> <table> <tr> <td width=100%><smallfont>User Names:</smallfont></td> <td align="right"><smallfont>Threads:</smallfont></td> </tr> <tr> <td width=100%><smallfont><b>$topt5name</b></smallfont></td> <td align="right"><smallfont><b>$topt5post</b></smallfont></td> </tr> </table> </smallfont></td> Code:
<TD width="25%" valign="top"> <smallfont> <b>Top 10 Most Points:</b> <table> <tr> <td width=100%><smallfont>User Names:</smallfont></td> <td align="right"><smallfont>Points:</smallfont></td> </tr> <tr> <td width=100%><smallfont><b>$topbname</b></smallfont></td> <td align="right"><smallfont><b>$topbpost</b></smallfont></td> </tr> </table> </smallfont></td> It worked on my site when I used it.
|
|
#6
|
||||
|
||||
|
Thanks Erwin.
$topbname $topbpost variables doesn't work since I installed Top 10 Thread Stats v1.0 (less templates to worry about). I'll change the variables to the ones I used. |
|
#7
|
||||
|
||||
|
It works now, had to remove the spaces between the , and the words. Thanks
|
|
#8
|
||||
|
||||
|
No problems.
Glad it works for you.
|
|
#9
|
||||
|
||||
|
hehe another question
![]() How difficult would this be to have them appear on a non-vB page (looking at last 10 posts hack on non-VB page). |
|
#10
|
||||
|
||||
|
Quote:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|