The Arcive of vBulletin Modifications Site. |
|
ibProArcade pagination below Game Information Details »»
|
||||||||||||||||||||||||
|
ibProArcade pagination below Game Information
Developer Last Online: Oct 2023
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:
PHP Code:
Now edit the skin_Arcade.php Find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
Thats it.. Enjoy !! ![]() Screenshots
Show Your Support
|
||||||||||||||||||||||||
| 2 благодарности(ей) от: | ||
| blind-eddie, goxy63 | ||
| Comments |
|
#2
|
||||
|
||||
|
You are awesome, Thank you for sharing!
Anyone with ibProArcade installed should add this to their site. |
|
#3
|
|||
|
|||
|
not good for version 3.8.5?
|
|
#4
|
||||
|
||||
|
Why not? I should work.
|
|
#5
|
||||
|
||||
|
Damn...made the 3 code snippet changes but now my Arcade page won't load - getting this error message:
Fatal error: Call to undefined method skin_Arcade::newest_champs_row() in /home/bgobses/public_html/arcade.php on line 2214 Maybe something conflicts with the scrolling 'newest champs' mod I added? Any idea how to correct the error anyone? I got lazy and didn't save the original arcade.php or Skin_arcade.php files.....You think you'd learn over time... |
|
#6
|
||||
|
||||
|
That sucks, sorry to hear that.
I use this on my 3.8.8 board without issue. Resave the arcade.php or Skin_arcade.php that you are using now, download the arcade again and only upload those two files to their proper locations. This should be working for you without issue. |
|
#7
|
||||
|
||||
|
I have the original Arcade files, but would prefer to repair code to preserve 'Lights on', scrolling game leaders, etc.. add-ons. Hopefully stangger5 can pull my chestnuts out of the fire and help me resolve the issue
|
|
#8
|
||||
|
||||
|
Your error was caused by an edit in the skin_Arcade file..
I`ve got you all fixed up now.. |
| Благодарность от: | ||
| blind-eddie | ||
|
#9
|
||||
|
||||
|
Thank you brother - you are the man!
|
|
#10
|
|||
|
|||
|
I have this code
![]() <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><br /><div class="tborder"> <table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns"> <tr> EOF; |
![]() |
|
|