^FalcoN_65^
12-11-2007, 10:00 PM
This is not really a mod per se, so admins or mods please feel free to reclass and move to where appropriate.
I have the ibProArcade v2.5.7+arcade installed and myself and many others wanted a way to quickly find games with no highscore after they reset (so we can pad our rankings ;)
Anyway, my ideal eventual goal is to add a sorting paramater for the games in the arcade admin cp to add the option of sorting by whether there is no score or not.
But since I am no coder and just want to make these games highly visible, I just edited the code in aracde.php as follows:
Find the following text in arcade.php:
else
{
$actualtop['name'] = "<i>{$ibforums->lang['noscorestored']}</i>";
$actualtop['score'] = " ";
}
And replace it with
else
{
$actualtop['name'] = "<i><b><font color=yellow><font size=5>{$ibforums->lang['noscorestored']}</font></font></b></i>";
$actualtop['score'] = " ";
}
Which will simply make it big and yellow, as shown here in this screenshot:
http://www.extremeownage.com/ahl.JPG
Obviously the color and size could be adjusted to suit your site styles. Anyhow this is probably the lamest thing ever done, but I post it on the off chance someone else wanted a way to make the "no high score" games stand out.
I have the ibProArcade v2.5.7+arcade installed and myself and many others wanted a way to quickly find games with no highscore after they reset (so we can pad our rankings ;)
Anyway, my ideal eventual goal is to add a sorting paramater for the games in the arcade admin cp to add the option of sorting by whether there is no score or not.
But since I am no coder and just want to make these games highly visible, I just edited the code in aracde.php as follows:
Find the following text in arcade.php:
else
{
$actualtop['name'] = "<i>{$ibforums->lang['noscorestored']}</i>";
$actualtop['score'] = " ";
}
And replace it with
else
{
$actualtop['name'] = "<i><b><font color=yellow><font size=5>{$ibforums->lang['noscorestored']}</font></font></b></i>";
$actualtop['score'] = " ";
}
Which will simply make it big and yellow, as shown here in this screenshot:
http://www.extremeownage.com/ahl.JPG
Obviously the color and size could be adjusted to suit your site styles. Anyhow this is probably the lamest thing ever done, but I post it on the off chance someone else wanted a way to make the "no high score" games stand out.