Log in

View Full Version : Remove Actual High Score Champion?


vern17
02-09-2007, 12:14 AM
How would I go about doing this? I just want to keep the 'Best Score of All Time' section and get rid of the other one. Thanks for any help with this.

stangger5
02-09-2007, 12:41 AM
How would I go about doing this? I just want to keep the 'Best Score of All Time' section and get rid of the other one. Thanks for any help with this.


To remove actual Highscore Champion..

For the ibparcade skin..
Look in arcade/skins/skin_Arcade.php

Find and Delete this :

<fieldset>
<legend><b>{$ibforums->lang['gamebox_actchamp']}</b></legend>
<center>
<span class="smallfont">
{$actualtop['name']}
<br />
{$actualtop['score']}</span>
</center>
</fieldset>

vern17
02-09-2007, 03:15 AM
Thanks. It's much appreciated.

stangger5
02-09-2007, 03:25 AM
n/p :)