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 |
#22
|
||||
|
||||
also replace the contents of the ARCADE template.(not css this time )
with this one https://vborg.vbsupport.ru/showpost....07&postcount=2 I just looked at your site .. you need to do these edits to all the style.. the default style looks correct.. if doing these edits to your other styles.. and it's still not good you will need to look into the styles to see what it affection this.. I you should also do the navbit edit I posted in the arcade fixes thread .. one of your styles (the blue) that should fix that issue.. |
#23
|
|||
|
|||
other themes error
|
#24
|
||||
|
||||
Like I said above try this
open /arcade/functions/functions.php search for // we are on vB 4 or later WHOHOOO Just under it on line 1380 you'll see Code:
$navbits = $output_array['NAV']; Code:
$navbits = construct_navbits(array('' => $ibforums->lang['page_title'])); |
#25
|
||||
|
||||
this style I took the screen shot of..
it don't look like you changed the template you must change all the styles templates..as well |
#26
|
|||
|
|||
Quote:
blue style (FunkyFresh) additional.css |
#27
|
|||
|
|||
Hmm
Im confused. If i have it set to only display in one style why would i have to change em all? |
#28
|
||||
|
||||
you got to be kidden' me (no benefit)
the edit above It don't look like it was done but the others you did fixed the headers etc .. the problem with freakyfresh lies with that style.. I will look at the source to see what could be causing that. you should compare your styles before you started adding these fixes .. before you say no benefit... I see a huge change........ I also see a change in the funkyfresh style.. look at the screen shot here https://vborg.vbsupport.ru/showpost....3&postcount=24 compared to the one attached here Just looked at your additional.css the conflict is with .tcat.. ..I would open up your skin_v3Arcade.php and your skin_Arcade.php with your editer do a search for tcat.... and replace them all with blockhead have a back up file to revert back if necessary |
#29
|
||||
|
||||
Quote:
different set of templates .. so this is why you must do each style |
#30
|
|||
|
|||
Quote:
thank you... You're so cool |
#31
|
|||
|
|||
So just out of curiosity...
Can i delete all the other styles including the VB default one it comes with without a problem? I only use one and would that then fix the issue? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|