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 |
#262
|
||||
|
||||
add my template posted here https://vborg.vbsupport.ru/showthread.php?t=249120 first post has the template
and the 2 files I posted above add to your ftp in your arcade skin folder.. over write the oem ones or delete them first or what ever you need to do to replace them files.. if you need help send me details via pm and I will do it for you |
#263
|
||||
|
||||
Got it.!!
Thanks. |
#264
|
||||
|
||||
looking good 2 thumbs up glad I could be a of service
|
#265
|
|||
|
|||
Does one knows how can I achieve this:
Picture says most of it, but let me explain with my poor English I want those names of games in statistics to be clickable/linking to very same games Also as in second picture (not from my site) it would be great to set images just before those game names there as it looks nice Anyone know how to do this and where to do changes? Thanks |
#266
|
||||
|
||||
go to next level arcade and ask stangger5 https://vborg.vbsupport.ru/member.php?u=100434
small donation and I am sure he will do it |
#267
|
|||
|
|||
Quote:
|
#268
|
||||
|
||||
I've tried to fix this myself but I really need a hand here. After installing the arcade it's jacked up my site style as shown below:
Home CMS page shows fine. Arcade page... not so much. Also the text on the box fieldsets are black when it should be white. I'm hoping someone can help me with this. Thanks in advance! Jim EDIT: I decided to discontinue using the Arcade so this can be disregarded. Thanks anyway. |
#269
|
||||
|
||||
well went you decide to use it again these where easy fixes..
|
#270
|
||||
|
||||
Thank you. Actually I decided to reinstall it on my site and still having the same issues. Can someone help with this please?
Thank you again |
#271
|
||||
|
||||
sure .. I can come by and do it for you or try and walk you trough it
My first couple post fix 99.9% of things other wise pm me details and ILl pop in to fix it |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|