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 |
#62
|
||||
|
||||
what version of vb are you using ? If your using vb4 then blockhead could be missing some how from your vbulletin.css
you'll need to check and if it's missing add it back .. check the default css template for the code.. notice in your arcade.css the tcat is using blockhead.. .blockhead is in the vbulletin.css make sure it's there. just looked at your site... for some reason ( i don't know) blockhead is not being used looks like it's using blocksubhead in your arcade.css change blockhead to blocksubhead also noticed your other style. you'll need to move the arcade.css contents to the addition.css and change the template as you did with the other style |
#63
|
||||
|
||||
|
#64
|
||||
|
||||
like I send before over write the arcade template..with the one in the first post of this thread
in your case your using save css as a file via admincp so you Will need to also copy your ARCADE.css contents to your additional.css as stated in the first post of this thread.. we will see how it goes from there.. --------------- Added [DATE]1286310970[/DATE] at [TIME]1286310970[/TIME] --------------- getting there now do the Fieldset fix from the first post |
#65
|
||||
|
||||
thanks hippy!
i do this. it is very good Tips. but there is few problem. see again my forum, my language is persian (RTL) I think these problems for this. i dont know what is must change to correct it. Excuse me to was long time |
#66
|
||||
|
||||
as far as the corners go .. no fix unless you recode the mod.. it still uses tcat and tables the new vb4 doesn't ..
the language issue I'm sorrry I don't have a clue.. do the fiedset edit from the first post and the nav fix.. you can also do the atl1 and alt2 fix as well.. posted here https://vborg.vbsupport.ru/showthrea...66#post2106866 I sugest start a new thread about the language issue here ibProArcade |
#67
|
||||
|
||||
+
i want to games are separated by vertical line. AND OTHER THAT SHOW IN PIC. |
#68
|
||||
|
||||
I DO IT.
Ok I Am Looking For U. Thanks A Lot. |
#69
|
||||
|
||||
centering the games is not supposed to be ..if you like that youll have to recode it
do this fix and see how things look most of your problems seem like a language problem.. see what this does •Fieldset fix Go into your skin_Arcade.php Search for Code: Code:
<fieldset> Code: Code:
<fieldset class="fieldset"> |
#70
|
||||
|
||||
Dear Hippy!
Ur tips Very useful and was help me. I change some things in Arcade_skin.php to repaire my problem. but not complete yet. --------------- Added [DATE]1286363585[/DATE] at [TIME]1286363585[/TIME] --------------- Quote:
Thanks. --------------- Added [DATE]1286365544[/DATE] at [TIME]1286365544[/TIME] --------------- i do this but nothing change. |
#71
|
||||
|
||||
step by step for what fix ?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|