The Arcive of vBulletin Modifications Site. |
|
Remove Actual High Score Champion? Details »»
|
|||||||||||||||||||||||||
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.
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Quote:
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>
|
|
#3
|
|||
|
|||
|
Thanks. It's much appreciated.
|
|
#4
|
||||
|
||||
|
n/p
|
![]() |
|
|