https://next-level-arcade.com


Results 1 to 10 of 10

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator stangger5's Avatar

    Join Date
    Nov 2005
    Posts
    1,634
    Thanks
    666
    Thanked 621 Times in 321 Posts

    Arcade pagination below Game Information

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

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

  2. The Following 3 Users Say Thank You to stangger5 For This Useful Post:

    blind-eddie (11-14-2014), junkyman (11-14-2014), Spock (08-18-2016)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Link Exchange - Affiliates/Friends