Quote:
Originally Posted by vern17
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 :
Code:
<fieldset>
<legend><b>{$ibforums->lang['gamebox_actchamp']}</b></legend>
<center>
<span class="smallfont">
{$actualtop['name']}
<br />
{$actualtop['score']}</span>
</center>
</fieldset>