PDA

View Full Version : [1.3][FREE] Scoreboard



miro912
06-25-2010, 09:39 PM
The Scoreboard list the last 50 Records like the Arcade-News.
Livedemo: http://www.gamingplazza.de/scoreboard.php

1. Download the Attachement 39

2. Upload the scoreboard.php from the ZIP in your SAA Folder.

3. Upload the scoreboard.tpl from the ZIP in your templates Folder

4. Open your templates/header.tpl and search the line:

<li><a href="./arcadechallenge.php">{language text="header.arcade_challenges"}</a></li>
add after this line:

<li class="sep"><img src="./themes/{$pathToTheme}/images/icons/sep.png" alt="|" /></li>
<li><a href="./scoreboard.php">Scoreboard</a></li>

5. Open your header.php and search the line:

$sTitle = $App->settings['seouser'];
add after this line:

elseif($sPage == "scoreboard.php")
$sTitle = 'Scoreboard';

6. Good Luck and have Fun :)

Citizen
06-25-2010, 09:58 PM
Awesome! Thanks for contributing!