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 |
#182
|
||||
|
||||
you must of uploaded your file..
I just tested the files again --------------- Added [DATE]1312936510[/DATE] at [TIME]1312936510[/TIME] --------------- this is the postbit edit you mentioned before code should be changed to Code:
<dd>{vb:raw post.crowns}{vb:raw post.champtext}</dd> this code needs to be manually added in your arcade.css ( in your style templates change the ALT1 color from color: #ffffff to color: #000000 |
#183
|
||||
|
||||
Sorry I've confused....I mean only skin_arcade.....
|
#184
|
||||
|
||||
the post (attachment) above shows you the 2 files I upload to my post here
https://vborg.vbsupport.ru/showpost....&postcount=177 unzip them and upload to your server ...over writing yours your page is showing your edites like you posted before... not the files I did for you my zip files I added work like you want.. look at the attachment just above your post to see.. also in the post above yours are the fix for the tournament font fix and the postbit fix |
#185
|
||||
|
||||
OOOkkkk now it works greatly!
Last question and i disappear for ever........ : Where I have to add Quote:
|
#186
|
||||
|
||||
postbit template
and or if you use postbit_legacy template add it just above Code:
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> |
#187
|
||||
|
||||
Now everything it's ok
Is it also possible to center phrases like this post?https://vborg.vbsupport.ru/showpost....3&postcount=14 I don't find the second part to change......... |
#188
|
||||
|
||||
what happened to forever just joking..
I am not sure of what you mean please post a screen shot of what you need centered and I will do my best to make it happen for you that code posted there will make everything thats pointed out here centered https://vborg.vbsupport.ru/showpost....2&postcount=13 if you mean something else let me know.. if you want that and can't figure it out I will post them here for you |
#189
|
||||
|
||||
It's exactly what I want,centered high score champion-king of arcade-leader of leaderbord
Excuse me for the promise eheh but you're a wizard of this mod! |
#190
|
||||
|
||||
I have to take my daughter to cheer leading and my other 2 out to eat.. I will post them asap
|
#191
|
||||
|
||||
ok bud
save the files from the first edit.. (just in case) since I deleted them in that post .. here are the new ones.. enjoy |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|