The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
LAST UPDATED: 3.26.01 2:10 AM Eastern
I put together a little thing to show the top XX posters on your board. It can be used on a non-vB page. The username is a link to the member's profile. ![]() Hack version: 0.0.4 Changes from version 0.0.1: Fixed a small bug with the path. Changes from version 0.0.2: Added option to exclude admins from list of posters. Changes from version 0.0.3: Fixed alternating colors so they are horizontal, not vertical. Changed $path to $url and $path2 to $path to make variables easier. Added a seperate header row color. For version: 2.0.0 beta 3 (possibly also beta 1 and beta 2, but it is untested with those versions). Files needed: topposters.php (see attached zip file below). Files to edit: topposters.php (see instructions below). Possible file locations: Anywhere, so long as the $path is set correctly. Instructions
Instructions are included in the zip file (topposters.txt) and brief instructions are also in the topposters.php file itself. FEEDBACK WANTED! Likes/dislikes/modification requests, please. ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
thanks, looks good.
|
|
#3
|
|||
|
|||
|
I can't call it in?!?
I have done this sort of thing befor, and this isnt working? Hummmm . . . |
|
#4
|
|||
|
|||
|
You mean you can't include it? Did you double-check the path set towards the top? (Remember, not to /admin, just to the main forums directory.)
|
|
#5
|
|||
|
|||
|
kickass!
|
|
#6
|
|||
|
|||
|
Okay I have this setup but how do I include it into an .html file?
|
|
#7
|
|||
|
|||
|
You can't. You must either use an extension of .php or .shtml, as described in the instructions above.
|
|
#8
|
|||
|
|||
|
no man, somthings wonky!
my server supports SSI the file is SHTML I donno whats wrong! I checked everything! *pulls hairout* snyx |
|
#9
|
|||
|
|||
|
Have you gotten the topposters.php to work separately? (e.g. upload it somewhere and go directly to it - myserver.com/topposters.php)
|
|
#10
|
|||
|
|||
|
Im getting this:
Code:
Fatal error: Failed opening required '/forum/admin/config.php' (include_path='.:/usr/local/lib/php') in /home2/form-kaos/www/forum/topposters.php on line 12 |
![]() |
|
|