Log in

View Full Version : Hall Of Fame Coding


BucShot
07-23-2010, 03:16 AM
ibProArcade for Invision Power Board displays each game's all time high score info along side the current high scores as a Hall Of Fame. It displays this in the View High Scores section for each individual game. Obviously you would need to have score pruning turned on in your arcade for this option to be effective and some code changes/template edits would be necessary. So here's my snag...

The all time high game score info is already being saved and displayed when you first enter the arcade. Those 2 variables are defined as {$top['score']} and {$top['name']} but that routine is not defined for the template that displays each game's top scores so those variables are ignored in that section.

It's not a biggie but it would be a pretty cool mod for the vB version of the Arcade. I'll include a snapshot of what I'm talking about.