stangger5
11-13-2014, 10:00 PM
This should work with all vb and ibproarcade versions..
This will help you navigate through your arcade game pages without having to scroll to the bottom of the page..
Shows below Game Information and above the Games..
Demo: www.next-level-arcade.com (http://www.next-level-arcade.com/ibproarcade.php)
Two files to edit..
arcade.php find:
$this->output .= $this->html->start($newtext,$latestinfo,$new_games,$pop_games,$ ran_games,$tot_games,$usecats,$tot_cats,$this->arcade->links,$plays_left,$tourneyinfo,$cattable,$attente, $termine,$actifs,$mtinfo,$Champion,$Highscorechamp ,$stylecolumns,$selected);
change it to this:
$this->output .= $this->html->start($newtext,$latestinfo,$new_games,$pop_games,$ ran_games,$tot_games,$usecats,$tot_cats,$this->arcade->links,$plays_left,$tourneyinfo,$cattable,$attente, $termine,$actifs,$mtinfo,$Champion,$Highscorechamp ,$stylecolumns,$selected,$this->arcade->links['pages']);
save and close..
Now edit the skin_Arcade.php
Find:
function start($newtext,$latestinfo,$new_games,$pop_games,$ ran_games,$tot_games,$usecats,$tot_cats,$clicktopl ay,$plays_left,$tourneyinfo,$cats,$attente,$termin e,$actifs,$mtinfo,$Champion,$Highscorechamp,$style columns,$selected){
change it to this:
function start($newtext,$latestinfo,$new_games,$pop_games,$ ran_games,$tot_games,$usecats,$tot_cats,$clicktopl ay,$plays_left,$tourneyinfo,$cats,$attente,$termin e,$actifs,$mtinfo,$Champion,$Highscorechamp,$style columns,$selected,$pages){
Now scroll down to find this:
<div class="tborder">
<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
<tr>
<td width="100%" align="center" colspan="$stylecolumns" class="tcat">{$ibforums->lang['game_info']}{$plays_left}</td>
</tr>
{$cats}
{$tourneyinfo['desc']}
EOF;
}
change it to this:
<div class="tborder">
<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
<tr>
<td width="100%" align="center" colspan="$stylecolumns" class="tcat">{$ibforums->lang['game_info']}{$plays_left}</td>
</tr>
{$cats}
{$tourneyinfo['desc']}
</table>
<div style="padding:5px;margin-top:-12px;">
{$pages}
</div>
<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
<tr>
<td colspan="$stylecolumns" class="pformstrip">
<div class="tborder">
<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
<tr class="alt1">
EOF;
}
save and close..
Thats it..
Enjoy !!
:)
This will help you navigate through your arcade game pages without having to scroll to the bottom of the page..
Shows below Game Information and above the Games..
Demo: www.next-level-arcade.com (http://www.next-level-arcade.com/ibproarcade.php)
Two files to edit..
arcade.php find:
$this->output .= $this->html->start($newtext,$latestinfo,$new_games,$pop_games,$ ran_games,$tot_games,$usecats,$tot_cats,$this->arcade->links,$plays_left,$tourneyinfo,$cattable,$attente, $termine,$actifs,$mtinfo,$Champion,$Highscorechamp ,$stylecolumns,$selected);
change it to this:
$this->output .= $this->html->start($newtext,$latestinfo,$new_games,$pop_games,$ ran_games,$tot_games,$usecats,$tot_cats,$this->arcade->links,$plays_left,$tourneyinfo,$cattable,$attente, $termine,$actifs,$mtinfo,$Champion,$Highscorechamp ,$stylecolumns,$selected,$this->arcade->links['pages']);
save and close..
Now edit the skin_Arcade.php
Find:
function start($newtext,$latestinfo,$new_games,$pop_games,$ ran_games,$tot_games,$usecats,$tot_cats,$clicktopl ay,$plays_left,$tourneyinfo,$cats,$attente,$termin e,$actifs,$mtinfo,$Champion,$Highscorechamp,$style columns,$selected){
change it to this:
function start($newtext,$latestinfo,$new_games,$pop_games,$ ran_games,$tot_games,$usecats,$tot_cats,$clicktopl ay,$plays_left,$tourneyinfo,$cats,$attente,$termin e,$actifs,$mtinfo,$Champion,$Highscorechamp,$style columns,$selected,$pages){
Now scroll down to find this:
<div class="tborder">
<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
<tr>
<td width="100%" align="center" colspan="$stylecolumns" class="tcat">{$ibforums->lang['game_info']}{$plays_left}</td>
</tr>
{$cats}
{$tourneyinfo['desc']}
EOF;
}
change it to this:
<div class="tborder">
<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
<tr>
<td width="100%" align="center" colspan="$stylecolumns" class="tcat">{$ibforums->lang['game_info']}{$plays_left}</td>
</tr>
{$cats}
{$tourneyinfo['desc']}
</table>
<div style="padding:5px;margin-top:-12px;">
{$pages}
</div>
<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
<tr>
<td colspan="$stylecolumns" class="pformstrip">
<div class="tborder">
<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
<tr class="alt1">
EOF;
}
save and close..
Thats it..
Enjoy !!
:)