The Arcive of vBulletin Modifications Site. |
|
How do I increase the list of players on arcade.php? Details »»
|
|||||||||||||||||||||||||||||
|
How do I increase the list of players on arcade.php?
Developer Last Online: Nov 2009
I cannot figure out how to increase the number of newest champions to 12 from the default list of 5 or increasing the number of latest arcade scores to 12 from 1 on the arcade.php.
I am running the latest version of ibProArcade and vb 3.7.0 Gold. This is driving me nuts and any help in accomplishing this is greatly appreciated. Thanks in advance. Download Now
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
in arcade.php do this :
find line ~ 2177 PHP Code:
PHP Code:
as for the latest scores...well, that requires a major modification...i'm looking how to make it work --------------------------------------------------------------------- okey so here is how you edit the latests scores ! !first find all this in between lines ~2152 and ~2173 PHP Code:
PHP Code:
now open skin_v3Arcade.php find : HTML Code:
<table cellpadding="2" cellspacing="1" border="0" width="100%"> <tr> <td align="left"> {$latestinfo}<br /> </td> <td align="right"> {$clicktoplay['click']} </td> </tr> </table> HTML Code:
<table cellpadding="2" cellspacing="1" border="0" width="100%"> <tr> <td>{$latestinfo}</td> </tr> </table> and you should be done by now ![]() by the way, this is hardcoded inside arcade.php, and it shouldn't be that way, but i don't know how templating in ibproarcade works, so this is the fastest way.. |
|
#3
|
||||
|
||||
|
Thanks for this post
|
|
#4
|
|||
|
|||
|
Hi and thank you for the instructions. I am getting a db error - not being a coder for sure - but the error is that it cannot find the db table. Is this because the table prefix is missing? If so, where do I correct the code to include the table prefix.
Thanks in advance. |
|
#5
|
||||
|
||||
|
change this line
PHP Code:
PHP Code:
|
|
#6
|
|||
|
|||
|
Thank you much.... this fixed it!
--------------- Added [DATE]1210107757[/DATE] at [TIME]1210107757[/TIME] --------------- Darn....just when I was given the modification there is an update and now the lines are different. Can I bother you again to tell me how to modify the updated file? Thanks in advance. |
![]() |
|
|