The Arcive of vBulletin Modifications Site. |
|
Arcade Page Mod Details »»
|
|||||||||||||||||||||||||
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. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
this is like nothing but just add color code in...
|
|
#3
|
||||
|
||||
|
Yes, which is why I said that it is the lamest thing ever done. If anyone wants to discuss actually modding the code for sorting the order of the games displayed, I am all for actually doing something like that.
Like I said above, this isn't really a mod of operational code, but it served a purpose for my users. |
|
#4
|
||||
|
||||
|
using v2.5.7+ you are recommended to update to v2.6.5+ IMMEDIATLY as ll versions prior to v2.6.1+ have a security-issue ...
|
![]() |
|
|