The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ibProArcade Fixes Details »» | ||||||||||||||||||||||||||||||
Quote:
or Full width Forum logo mod the above ARCADE template will work alone this template should be changed anyway.. the arcade is so out of date. it's calling the old template ARCADE instead of ARCADEVB4 I just copied the ARCADEVB4 template and added it to the ARCADE template with a couple small changes If you are still using the stock ARCADE template soon or later it's going to stop working.
Quote:
if adding this code to your index.php don't work below as stated in your arcade zip file you downloaded Code:
open index.php At the very beginning of the File, right after: ---------------------------------------------------------- <?php ---------------------------------------------------------- you have to insert: ---------------------------------------------------------- // ibProArcade if($_POST['module'] == "pnFlashGames") { require_once('./global.php'); switch($_POST['func']) { case "storeScore": $_GET['act'] = "Arcade"; $_GET['module'] = "arcade"; $_GET['do'] = "pnFStoreScore"; break; case "saveGame": $_GET['do'] = "pnFSaveGame"; break; case "loadGame": $_GET['do'] = "pnFLoadGame"; break; case "loadGameScores": $gid = $vbulletin->input->clean_gpc('p', 'gid', TYPE_INT); $uid= $vbulletin->userinfo['userid']; $game = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1"); $scores = $game[score]; if($scores != false) { //Return true print "&opSuccess=true&gameScores=$scores&endvar=1"; //send endvar to keep opSuccess separate from all other output from PostNuke } else { print "&opSuccess=false&error=Error&endvar=1"; } break; } } $act = $_GET[act]; $autocom = $_GET[autocom]; $showuser= $_GET[showuser]; if($act == "Arcade" || $autocom=="arcade") { include "arcade.php"; exit(); } if(!empty($showuser) && $showuser >= 1) { $u = $showuser; $_GET[u] = $showuser; include "member.php"; exit(); } // end of ibProArcade ---------------------------------------------------------- Otherwise your scores won't be recorded :) If the Above edit does not work Pitman posted a rewrite that does the same things with out editing the index.php or of you don't have one https://vborg.vbsupport.ru/showpost....6&postcount=83 I also have a version of this from stangger5 Posted in the new updated Ibproarcade fixes Fatal error: Allowed memory / uploading in bulk Quote:
I tried to add all the bug fixes in one thread to make it easy for people to find them.. If I forgot any feel free to post them here.. Hope this helps out enjoy Download Now
Show Your Support
|
Comments |
#142
|
||||
|
||||
replace your skin_arcade.php with the one from here
https://vborg.vbsupport.ru/showpost....&postcount=123 or direct skinarcade-fix.zip --------------- Added 29 Mar 2011 at 10:40 --------------- Quote:
I see your using the v3-arcade_skin.. I will apply the fixes to that skin file and post it back for you when I get home from work,, for now tho add that file and see how that style looks ... ok here's the v3 style file.. let me know how you make out |
#143
|
|||
|
|||
Hi ,
I have this errors in top of the page : Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 4055 Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: footer in [path]/includes/functions.php on line 4055 Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: ARCADE in [path]/includes/functions.php on line 4055 How can i fix it? |
#144
|
||||
|
||||
first off what version of vb are you using ..?
what did you do right before this error started ? in this post https://vborg.vbsupport.ru/showpost....&postcount=139 replace your ARCADE template with the one posted then report back |
#145
|
|||
|
|||
I change it and get this error . Games and blocks ( all of the boards ) were gone ! Using (vBulletin 4.1.0 Patch Level 2) ! |
#146
|
||||
|
||||
send me a link to your board..
what I said to do should of fixed it.. |
#147
|
|||
|
|||
i have a white page in arcade.php
|
#148
|
||||
|
||||
screen shot..??
but you probably have save css as a file.. so you'll need to move your ARCADE.css to additional.css and change your ARCADE template to this Code:
{vb:stylevar htmldoctype} <html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"> <head> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <title>{vb:raw ibprotitle}</title> {vb:raw headinclude} {vb:raw headinclude_bottom} </head> <body> {vb:raw header} {vb:raw navbar} {vb:raw arcadeheader} {vb:raw maincontent} {vb:raw footer} </div> </body> |
#149
|
|||
|
|||
here is the screenshot
|
#150
|
|||
|
|||
tried the above still the blank page
|
#151
|
||||
|
||||
was this a fresh install ?
If not what did you do before this happened? what version of vb are you running ? did you MAKE sure you uploaded the files to the correct directory ?> did you re-import the xml file and allow overwrite ? Open the zip file up and grab everything in the upload folder in that zip file and drop it all in your forum root dir to make sure they files are placed in the correct place.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|