Back to vBulletin 4.x Add-ons

ibProArcade pagination below Game Information
Mod Version: 1, by stangger5

vB Version: 4.x.x Rating: (1 vote - 5.00 average) Installs: 9
Released: 14 Nov 2014 Last Update: Never Downloads: 0
Supported  

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..

http://www.next-level-arcade.com/ibproarcade.php

Two files to edit..

arcade.php find:
PHP Code:
$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:

PHP Code:
$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:
PHP Code:
function start($newtext,$latestinfo,$new_games,$pop_games,$ran_games,$tot_games,$usecats,$tot_cats,$clicktoplay,$plays_left,$tourneyinfo,$cats,$attente,$termine,$actifs,$mtinfo,$Champion,$Highscorechamp,$stylecolumns,$selected){ 
change it to this:

PHP Code:
function start($newtext,$latestinfo,$new_games,$pop_games,$ran_games,$tot_games,$usecats,$tot_cats,$clicktoplay,$plays_left,$tourneyinfo,$cats,$attente,$termine,$actifs,$mtinfo,$Champion,$Highscorechamp,$stylecolumns,$selected,$pages){ 
Now scroll down to find this:
PHP Code:
        <div class="tborder">
    <
table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
        <
tr>
            <
td width="100%" align="center" colspan="$stylecolumnsclass="tcat">{$ibforums->lang['game_info']}{$plays_left}</td>
        </
tr>
        {
$cats}
    {
$tourneyinfo['desc']}
EOF;

change it to this:

PHP Code:
    <div class="tborder">
    <
table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
        <
tr>
            <
td width="100%" align="center" colspan="$stylecolumnsclass="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="$stylecolumnsclass="pformstrip">
                <
div class="tborder">
                <
table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
                <
tr class="alt1">
EOF;

save and close..

Thats it..
Enjoy !!

Download

No files for download.

Screenshots

Click image for larger version
Name:	pagination1.jpg
Views:	238
Size:	29.1 KB
ID:	150948  

Similar Mods

Add-On Releases ibProArcade Shows Game Count + Newest Game and Random Game in your Forum Statistics vBulletin 3.6 Add-ons

vblts.ru supports vBulletin®, 2022-2024