The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
IbproArcade 2.5.7- Top 25 player Details »» | |||||||||||||||||||||||||
This edit will add the Top 24 Players to your IbproArcade System and remove the " king of arcade " and "leader of leader board".
(top 25 playes V1.10.zip) Work perfectly whit ibproarcade 2.5.4+ / 2.5.5+ / 2.5.6+ / 2.5.7+ / 2.5.8+ /2.5.9+/2.6.0+/2.6.1+/ In your "forum root" arcade.php Find: Code:
$DB->query("SELECT g.gid, g.active, count(*) nb, g.bestscore, g.bestmid AS champ_mid, u.username AS champ_name FROM ibf_games_list AS g INNER JOIN ibf_user AS u ON u.userid=g.bestmid WHERE active=1 GROUP BY bestmid ORDER BY 3 DESC LIMIT 1"); Code:
$DB->query("SELECT g.gid, g.active, count(*) nb, g.bestscore, g.bestmid AS champ_mid, u.username AS champ_name FROM ibf_games_list AS g INNER JOIN ibf_user AS u ON u.userid=g.bestmid WHERE active=1 GROUP BY bestmid ORDER BY 3 DESC LIMIT 25"); In your arcade/skin/skin_v3Arcade.php and arcade/skin/skin_arcade.php Find: Code:
<div class='tborder'> <table width='100%' border='0' cellspacing='0' cellpadding='2'> <tr> <th width='50%' align='center' nowrap='nowrap' class='tcat' colspan='1'><img src="./arcade/images/crown.gif" border="0" alt=""> {$ibforums->lang['grand_champions']} <img src="./arcade/images/crown.gif" border="0" alt=""></th> <th width='50%' align='center' nowrap='nowrap' class='tcat' colspan='1'>{$ibforums->lang['leagueleader']}</th> </tr> <tr> <td width='50%' align='center' nowrap='nowrap' class='alt2' valign='middle'> {$Champion['ArcadeChampionAvatarCode1']} </td> <td width='50%' align='center' nowrap='nowrap' class='alt2' valign='middle'> {$tourneyinfo['champavatar']} </td> </tr> <tr> <td width='50%' align='center' nowrap='nowrap' class='alt2' valign='middle'> {$Champion['ArcadeChampion1']} </td> <td width='50%' align='center' nowrap='nowrap' class='alt2' valign='middle'> {$tourneyinfo['champ']} </td> </tr> </table> </div> Code:
<div class='tborder'> <table width='100%' border='0' cellspacing='1' cellpadding='4'> <tr> <th width='100%' align='center' nowrap='nowrap' class='tcat'> Top 24 Players:</th> </tr> <tr> <td width='50%' align='center' nowrap='nowrap' class="alt2" valign='top' ><table width='100%' border='0' cellspacing='1' cellpadding='4'><tr> <td width='33%' align='left' nowrap='nowrap' class='alt2' valign='middle'>04. {$Champion ['ArcadeChampion4']}<br>05. {$Champion['ArcadeChampion5']}<br>06. {$Champion['ArcadeChampion6']}<br>07. {$Champion['ArcadeChampion7']}<br>08. {$Champion['ArcadeChampion8']}<br>09. {$Champion['ArcadeChampion9']}<br>10. {$Champion['ArcadeChampion10']}</td> <td width='33%' align='left' nowrap='nowrap' class='alt2' valign='middle'>11. {$Champion['ArcadeChampion11']}<br>12. {$Champion['ArcadeChampion12']}<br>13. {$Champion['ArcadeChampion13']}<br>14. {$Champion ['ArcadeChampion14']}<br>15. {$Champion['ArcadeChampion15']}<br>16. {$Champion['ArcadeChampion16']}<br>17. {$Champion['ArcadeChampion17']}</td> <td width='33%' align='left' nowrap='nowrap' class='alt2' valign='middle'>18. {$Champion['ArcadeChampion18']}<br>19. {$Champion['ArcadeChampion19']}<br>20. {$Champion['ArcadeChampion20']}<br>21. {$Champion['ArcadeChampion21']}<br>22. {$Champion['ArcadeChampion22']}<br>23. {$Champion['ArcadeChampion23']}<br>24 {$Champion ['ArcadeChampion24']}</td></tr></table></td> </tr> </table> </div> Now in your arcade/lang/lang_Arcade_en.php ( or your language) Find: Code:
arcadeking_txt1 => "got ", arcadeking_txt2 => " times<br />the High Score of all time", Code:
arcadeking_txt1 => " has ", arcadeking_txt2 => " Wins!", Live demo: http://www.moddingfx.com/forum/arcade.php? * The .zip file contain full modification and included this https://vborg.vbsupport.ru/showthrea...93#post1106693 Show Your Support
|
Comments |
#12
|
|||
|
|||
Quote:
In your arcade/skin/skin_v3Arcade.php and arcade/skin/skin_arcade.php Find: Code:
<div class='tborder'> <table width='100%' border='0' cellspacing='0' cellpadding='2'> <tr> <th width='50%' align='center' nowrap='nowrap' class='tcat' colspan='1'><img src="./arcade/images/crown.gif" border="0" alt=""> {$ibforums->lang['grand_champions']} <img src="./arcade/images/crown.gif" border="0" alt=""></th> <th width='50%' align='center' nowrap='nowrap' class='tcat' colspan='1'>{$ibforums->lang['leagueleader']}</th> </tr> <tr> <td width='50%' align='center' nowrap='nowrap' class='alt2' valign='middle'> {$Champion['ArcadeChampionAvatarCode1']} </td> <td width='50%' align='center' nowrap='nowrap' class='alt2' valign='middle'> {$tourneyinfo['champavatar']} </td> </tr> <tr> <td width='50%' align='center' nowrap='nowrap' class='alt2' valign='middle'> {$Champion['ArcadeChampion1']} </td> <td width='50%' align='center' nowrap='nowrap' class='alt2' valign='middle'> {$tourneyinfo['champ']} </td> </tr> </table> </div> Add Below: Code:
<div class='tborder'> <table width='100%' border='0' cellspacing='1' cellpadding='4'> <tr> <th width='100%' align='center' nowrap='nowrap' class='tcat'> Top 24 Players:</th> </tr> <tr> <td width='50%' align='center' nowrap='nowrap' class="alt2" valign='top' ><table width='100%' border='0' cellspacing='1' cellpadding='4'><tr> <td width='33%' align='left' nowrap='nowrap' class='alt2' valign='middle'>04. {$Champion ['ArcadeChampion4']}<br>05. {$Champion['ArcadeChampion5']}<br>06. {$Champion['ArcadeChampion6']}<br>07. {$Champion['ArcadeChampion7']}<br>08. {$Champion['ArcadeChampion8']}<br>09. {$Champion['ArcadeChampion9']}<br>10. {$Champion['ArcadeChampion10']}</td> <td width='33%' align='left' nowrap='nowrap' class='alt2' valign='middle'>11. {$Champion['ArcadeChampion11']}<br>12. {$Champion['ArcadeChampion12']}<br>13. {$Champion['ArcadeChampion13']}<br>14. {$Champion ['ArcadeChampion14']}<br>15. {$Champion['ArcadeChampion15']}<br>16. {$Champion['ArcadeChampion16']}<br>17. {$Champion['ArcadeChampion17']}</td> <td width='33%' align='left' nowrap='nowrap' class='alt2' valign='middle'>18. {$Champion['ArcadeChampion18']}<br>19. {$Champion['ArcadeChampion19']}<br>20. {$Champion['ArcadeChampion20']}<br>21. {$Champion['ArcadeChampion21']}<br>22. {$Champion['ArcadeChampion22']}<br>23. {$Champion['ArcadeChampion23']}<br>24 {$Champion ['ArcadeChampion24']}</td></tr></table></td> </tr> </table> </div> <fieldset class="fieldset" style="margin: 0px 0px 0px 0px;"> <legend>{$ibforums->lang['newest_champs']}</legend> <div style="padding: 0px;"> <table cellpadding="0" cellspacing="0" border="0" align="center" width="100%"> <tr> <td width="100%"> <table cellpadding="2" cellspacing="1" border="0" width="100%"> {$newtext} </table> </td> </tr> </table> </div> </fieldset> |
#13
|
||||
|
||||
Quote:
Stangger on your site you have your games listed as "All" "0-9" "A" "B" etc, how do you do that? Thanks in advance, Renada |
#14
|
||||
|
||||
That comes in the newest version of ibProArcade 2.5.7+...
|
#15
|
||||
|
||||
Thank you Stangger
|
#16
|
|||
|
|||
Excellent post Stangger5 for keeping the King of the arcade etc, however on my board it shows arcade champ as winning 54 games and he is King of the arcade with 52 wins?
He clearly has 54 wins any ideas why this is happening? I have noticed also on your board you have it set for highscores, is it possible for you to share that coding? Cheers |
#17
|
|||
|
|||
Quote:
54 is the number of best record (in full time) |
#18
|
|||
|
|||
This mod is compatinbler whit 2.5.8+
|
#19
|
||||
|
||||
Thanks
|
#20
|
||||
|
||||
thank you for this hack... i have some score hoggs... and game bullies (all girls!).... and they will be pissed come monday.... but this is good for the greater community....
again.. thanks!! |
#21
|
|||
|
|||
Quote:
I found if I changed this: Code:
<td width='33%' align='center' nowrap='nowrap' class='alt2' valign='middle'>{$Highscorechamp['ArcadeChampion1']}</td> <td width='33%' align='center' nowrap='nowrap' class='alt2' valign='middle'>{$Highscorechamp['ArcadeChampion2']}</td> <td width='33%' align='center' nowrap='nowrap' class='alt2' valign='middle'>{$Highscorechamp['ArcadeChampion3']}</td> Code:
<td width='33%' align='center' nowrap='nowrap' class='alt2' valign='middle'>{$Champion['ArcadeChampion1']}</td> <td width='33%' align='center' nowrap='nowrap' class='alt2' valign='middle'>{$Champion['ArcadeChampion2']}</td> <td width='33%' align='center' nowrap='nowrap' class='alt2' valign='middle'>{$Champion['ArcadeChampion3']}</td> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|