Log in

View Full Version : How To Find Out Top 10 Trophy Holders


edytwinky
03-04-2009, 08:32 PM
Two Questions:

Is there a way to find out who the Top 10 Trophy Holders are?

Any way its possible to display this on the Front Page of the Arcade Section?

--------------- Added 1236207881 at 1236207881 ---------------

OK I've created a code that shows

04. {$Highscorechamp['ArcadeChampion4']}


Now i'm trying to figure out how to make my forums retrieve that data. When I put in {$Highscorechamp['ArcadeChampion3']}, it'll show the third place person but when I add 4 in there, it comes in blank.

stangger5
03-05-2009, 09:39 AM
Look and see if your query limit is 3..

LIMIT 3


Just change the 3 to how many you want it to show..