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 |
#72
|
|||
|
|||
Hello Guys,
Can anyone tell me how to edit the font colour of these options best Score of all Time actual Highscore Champion personal best Score Statistics Game-Rating Code:
<td class="alt1"> <fieldset class="fieldset"> <legend><b>{$ibforums->lang['gamebox_options']}</b></legend> Also thanks Hippy your posts helped me alot today getting this mod working again Thank You |
#73
|
||||
|
||||
you got me stumped
that should change globally with the forum.. I believe .legend controls size color etc I have 2 styles when I did the styles I focused on the forum and the arcade changed as well. image attached did you do the alt1 and alt2 edits in your ARCADE.css, posted here or in on of the threads in this arcade help forum.. do you have a screen shot of it .. or a link ? |
#74
|
|||
|
|||
Oh sorry i forgot to add our link here you go
http://thebritishguards.co.uk/main/arcade.php Also i notice you have a good list of games how do i get thoise games? |
#75
|
||||
|
||||
atm i am on my cell phone so i cant see well did you make the changes to the arcade.css ? The alt1 and alt2 . Did you do the fieldset fix? I will be able to get a better look when i get home.
|
#76
|
|||
|
|||
Code:
.alt1, .alt1Active { background:{vb:stylevar formrow_background.backgroundColor}; color: {vb:stylevar blocksubhead_color}; //-moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius}; //-moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius}; //-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius}; //-webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius}; //-moz-box-shadow: -1px 1px 1px {vb:stylevar forumbits_shadow_color}; //-webkit-box-shadow: -1px 1px 1px {vb:stylevar forumbits_shadow_color}; //margin-bottom: {vb:stylevar padding}; } .alt2, .alt2Active { background-color:{vb:stylevar content3_background.backgroundColor}; color: {vb:stylevar blocksubhead_color}; //-moz-box-shadow: -1px 1px 1px 1px {vb:stylevar forumbits_shadow_color}; //-webkit-box-shadow: -1px 1px 1px 1px{vb:stylevar forumbits_shadow_color}; //margin-bottom: {vb:stylevar padding}; } Yes both have been done added the .css section just to make sure i have the correct one |
#77
|
||||
|
||||
looks correct im not sure off hand but in the usercp and general settings @ the bottom check the font color. Thats also .legend see if that font is legible
|
#78
|
|||
|
|||
Hippy, Ive looked at that but its a gray color font not black.
Ive even tested using the normal default theme and thoise sections are still soild black fonts Where can i find the .legend section? (Attached Thumbnails is also using legend and is also black) --------------- Added [DATE]1286458441[/DATE] at [TIME]1286458441[/TIME] --------------- Hippy, Ive fixed it now thank you i just edited the reset-fonts.css and changed the legend{color:#000;} So next problem on the Tournament Ladder View how do i change the white box's :-( Thanks for your help Hippy |
#79
|
||||
|
||||
tournament ? I am not sure what you mean ..
the ladder it black graphic if thats what your talking about .. you would have to make new ones.. if you can post a screenshot Did you mean the white box around the crown.gif ? if so find this code in your skin_arcade.php Code:
<td align="center" style="background-color:#ffffff;"> <img src="./arcade/images/crown2.gif" alt="" /><br /> <big><b>{$champion}</b></big> |
#80
|
||||
|
||||
Quote:
|
#81
|
|||
|
|||
Hippy,
Yes got that for crown but for users who sign up im unable to locate where to change that background Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|