Arcade Page Mod
This modification is in the archives.
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: Code:
else { $actualtop['name'] = "<i>{$ibforums->lang['noscorestored']}</i>"; $actualtop['score'] = " "; } And replace it with Code:
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: 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. Download No files for download. |
Similar Mods
v3 Arcade/Arcade Pass Hack - Usergroup Option - Can Free Arcade | vBulletin 3.0 Full Releases |
Addon: Custom Midi/Mp3 for each Arcade Page in Johns V3 Arcade Mod. | vBulletin 3.0 Full Releases |