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 |
#2
|
||||
|
||||
~snipped~ no longer worked
|
#3
|
||||
|
||||
couldn't find who posted this originally but this is the postbit & or
postbit_legacy fix change from this Code:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd> Code:
<dd>{vb:raw post.crowns} {vb:raw post.champtext}</dd> https://vborg.vbsupport.ru/showpost....postcount=6645 members getting logged out when submitting score? delete the contents of holdsession.php or comment it all out and save then upload.. there are 2 other other wways if you would like to try I have not tested them fixes are here in this quoted post but I am not 100% sure vb4 needs them this was originally for vb3 [s] Quote:
|
#4
|
|||
|
|||
Quote:
Where in the postbit legacy? Meaning can you show me before and/or after which piece of existing code |
#5
|
||||
|
||||
in your ibProArcade2.7.0+.zip file. you'll see a bunch of html files and text files..
Open up Installation - vBulletin 3.5.x-3.8.x + 4.x - english.html you'll see where it needs to go I posted above assuming everyone has read the instructions for installation.. this is why everything is not in detail --------------- Added [DATE]1283198473[/DATE] at [TIME]1283198473[/TIME] --------------- Start off by uploading all the files needed.
Make sure that there is no installer.php in your forum's root directory, if so -> delete them ! Open your AdminCP and do the following:
Now you have to change some templates: Stay in the AdminCP:
vBulletin 3.x <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> Below add: <td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td> vBulletin 4.x <li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li> Below add: <li><a href="arcade.php{vb:raw session.sessionurl_q}">Arcade</a></li> click SAVE. Now you should:
Finally click on INFORMATION and check if there is a notice about any .php-file to be adapted. |
#6
|
||||
|
||||
So many fixes when is the author gonna implement those into the default product?
|
#7
|
|||
|
|||
hi every one...
first i don't understand on ARCADE template. 1. how i can overwrite ARCADE template means is this upload to forum folder or other do ? 2. where i find out the " additional.css " for past the code. secondly i done the editing in arcade/functions/functions.php but still i have problem. thirdly set the group permission for all group as " can view and play " but still no any game play. http://www.newsoftworld.com/forum/arcade.html fourthly mistakenly i remove the product-ibproarcade.xml from Plugins & products and after that i re add the product-ibproarcade.xmlbut after that my all record is destroy and all game are not present on my ibproarcade board but all game with files are present in arcade folder in my forum so how i can make all these game again in use. plz help on these issues. thanks |
#8
|
||||
|
||||
over write means to go to your admincp.. on the left side you'll see Styles & Templates
after you open that you'll see Style Manager , here you''ll see your templates..on the right click the drop arrow and click edit templates.. in there click open the ARCADE template highlight it and delete it and paste the new one in and save.. down a little you'll see CSS template click that open the very top one is additional.css just a little bit down you'll find the ARCADE.css as well.. removing the arcade from Plugins & products un-installs it adding it back I am sure you noticed everything was gone.. you said you did the function fix for the navbit.. but I looked at your site and looks to me like you never did it or you didn't do it correctly.. |
#9
|
||||
|
||||
I've applied all the fixes listed... thank you.
But honestly, isn't there a simple method to edit/customize the template? 1. For example, I would like to have the "Highscore Champions" title centered. 2. And I would like the "King of Arcade" and the "Leader of Leaderboard" title to be center over the members avatar. 3. I would also like a break between the Game Rating and the Title... it all seems to flow together a bit busy in the current design. Any help with this, or maybe directing me to a different template would be appreciated. Attachment 121793 Attachment 121794 |
#10
|
||||
|
||||
no easy way I recoded my arcade...
I see your screen shots , It don't look like you did all the edits.. it sould look more or less like my screen shot |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|