Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
ibProArcade pagination below Game Information Details »»
ibProArcade pagination below Game Information
Version: 1, by stangger5 stangger5 is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.x.x Rating:
Released: 11-13-2014 Last Update: Never Installs: 9
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..

Demo: www.next-level-arcade.com

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

Screenshots

File Type: jpg pagination1.jpg (29.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
blind-eddie, goxy63

Comments
  #12  
Old 03-14-2015, 05:23 PM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Give this a try:

Change yours 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>
<
div style="padding:5px;margin-top:-12px;">
{
$pages}
</
div
<
div class="tborder">
<
table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
<
tr>

EOF

Reply With Quote
  #13  
Old 03-16-2015, 10:05 PM
J19784B5A39B J19784B5A39B is offline
 
Join Date: Jun 2009
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have not
Reply With Quote
  #14  
Old 03-17-2015, 04:03 PM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you need me to have a look and install it ?
You can pm me your info at my site..
Reply With Quote
  #15  
Old 03-17-2015, 11:41 PM
J19784B5A39B J19784B5A39B is offline
 
Join Date: Jun 2009
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok done
Reply With Quote
  #16  
Old 03-19-2015, 08:56 PM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by J19784B5A39B View Post
ok done
I just installed the code from the post above #11 to your next_level_arcade skin and it worked fine on your site..

:up:
Reply With Quote
Благодарность от:
J19784B5A39B
  #17  
Old 03-19-2015, 10:31 PM
J19784B5A39B J19784B5A39B is offline
 
Join Date: Jun 2009
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you are very kind stangger5, thanks thanks thanks
Reply With Quote
  #18  
Old 03-26-2019, 10:54 PM
darr3n darr3n is offline
 
Join Date: Mar 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
This should work with all vb and ibproarcade versions..
Am I doing something wrong or does this not work with the current ibproarcade 2.7.6+?

The line that needs to be replaced in the first edit doesn't seem to be in arcade.php?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:18 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04407 seconds
  • Memory Usage 2,347KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (8)post_thanks_box
  • (3)post_thanks_box_bit
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (1)postbit_attachment
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete