open up your skin folder with in your aracde folder
remove this code from skin_Arcade.php and skin_v3Arcade.php files
Code:
<tr>
<td width='33%' align='center' nowrap='nowrap' class='alt1' valign='middle'>{$Highscorechamp['ArcadeChampionAvatarCode1']}</td>
<td width='33%' align='center' nowrap='nowrap' class='alt1' valign='middle'>{$Highscorechamp['ArcadeChampionAvatarCode2']}</td>
<td width='33%' align='center' nowrap='nowrap' class='alt1' valign='middle'>{$Highscorechamp['ArcadeChampionAvatarCode3']}</td>
</tr>
and this code
Code:
<tr>
<td width='50%' align='center' nowrap='nowrap' class='alt1' valign='middle'>
{$Champion['ArcadeChampionAvatarCode1']}
</td>
<td width='50%' align='center' nowrap='nowrap' class='alt1' valign='middle'>
{$tourneyinfo['champavatar']}
</td>
</tr>
if you have trouble attach your files (if you have edites in them allready) other wise I can edit 2 stock skin files and attach them for you..
you need to do this to both skin_Arcade.php and skin_v3Arcade.php