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 |
#202
|
|||
|
|||
wie kann ich mein Problemm lössen ?
VB 4.1.5 Header und fooder was kann ich blos machen bitte um Hilfe........... how can I loesses my Problemm? VB 4.1.5 Header and food I can only make please help ........... |
#203
|
||||
|
||||
replace your ARCADE template with
ersetzen Sie die ARCADE-Vorlage mit dieser Code:
{vb:stylevar htmldoctype} <html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"> <head> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <title>{vb:raw ibprotitle}</title> {vb:raw headinclude} {vb:raw headinclude_bottom} </head> <body> {vb:raw header} {vb:raw navbar} {vb:raw arcadeheader} {vb:raw maincontent} {vb:raw footer} </div> </body> let me know |
#204
|
|||
|
|||
Header und fooder ist da
aber der rest ist nicht gut sorry für Mein englisch Header, and since food is But the rest is not good My English for thrush bitte hilfeeeeeeeeeeee |
#205
|
|||
|
|||
Hippy Du hast eine PN
bitte helfe mir ich bekomme es nicht hin bitteeeeeeeeeeeeeeee schau auf bild 2 |
#206
|
||||
|
||||
Fixed my friend...
let me know all is well.. |
#207
|
|||
|
|||
:up::up:P e r f e k t !:up::up::up:
DANKT SUPER Jaaaaaaaaaaaaaaa.................:up: Hapyyyyyyyyyyyyyyyyyy big Thx From Germany Hamburg :up: Hippy the Best :up: |
#208
|
||||
|
||||
your welcome from the US
your welcome mein Freund, wann immer Sie Hilfe brauchen einfach fragen --------------- Added [DATE]1314049180[/DATE] at [TIME]1314049180[/TIME] --------------- [QUOTE]:up:QUOTE] sorry bout those avatars I fixed them Leider Kampf den Avataren ich fest davon |
#209
|
|||
|
|||
I have a custom dark theme and in the additional.css it already has lots of code see below.
I think there's a conflict when i add the arcade.css to it as it does not keep in style with the rest of the site I have a few themes and they are all ok but there additional.css was already blank. The additional.css that is already there. Would i just copy the origanal Arcade.ccs and paste it on the top? Code:
.social-top { background: #000000; width: 250px; display: block; margin-left: auto; margin-right: auto; padding-bottom: 4px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; } .toplinks .logindetails { -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; } .toplinks ul.nouser li a { -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; } .navtabs .popupbody { background-color: #101519; -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; } .threadbit .sticky { border-bottom: 1px dotted #5F9BBF; } .threadbit .deleted { border-bottom: 1px dotted #EA5C50; } .toolsmenu .popupgroup .popupbody a, .toolsmenu .popupgroup .popupbody li label { -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; } .attachments { background: #1F313D; color: #FFF; border: 1px solid #000; -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; } legend { color: #FFF; } #forum_icon_legend { border: 0px solid; -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; } .notices li { background: #000 url({vb:stylevar imgdir_misc}/important.png) no-repeat top left; padding-left: 88px; padding-top: 13px; padding-bottom: 13px; } .top-header-info{ position:absolute; z-index: 2000; top:0px; right:-20px; padding-left: 12px; padding-top: 8px; padding-right: 6px; padding-bottom: 0px; margin-top: -0px; height: auto; width:320px; color:#A7B5BF; background: url({vb:stylevar imgdir_misc}/frow-bg.png) repeat-x top left; font: 12px verdana; -webkit-border-bottom-left-radius: 8px; -moz-border-radius-bottomleft: 8px; border-bottom-left-radius: 8px; border-left: 1px solid #5F9BBF; border-right: 0px solid #5F9BBF; border-bottom: 1px solid #5F9BBF; -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; box-shadow: 0 0 0px #888; } #fb_icon { margin-right: 11px !important; margin-top: -17px !important; margin-bottom: 2px !important; z-index: 10000 !important; } .fbpp-link { background-color: #3b5998 !important; outline: none; color: #FFF !important; text-decoration: none !important; text-align: center !important; } .fbpp-link:hover { background-color: #627aad !important; } .fbpp-link:active { background-color: #2a4280 !important; } .navtabs li a.navtab { text-transform: uppercase; margin: 0 0 auto 5px; } .navtabs li.selected a.navtab { -webkit-border-top-left-radius: 12px; -webkit-border-top-right-radius: 12px; -moz-border-radius-topleft: 12px; -moz-border-radius-topright: 12px; -webkit-border-bottom-left-radius: 12px; -webkit-border-bottom-right-radius: 12px; -moz-border-radius-bottomleft: 12px; -moz-border-radius-bottomright: 12px; -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; } .navtabs li a.navtab:hover { -webkit-border-top-left-radius: 12px; -webkit-border-top-right-radius: 12px; -moz-border-radius-topleft: 12px; -moz-border-radius-topright: 12px; -webkit-border-bottom-left-radius: 12px; -webkit-border-bottom-right-radius: 12px; -moz-border-radius-bottomleft: 12px; -moz-border-radius-bottomright: 12px; -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; } .memberaction_body.popupbody { background: #000; -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; } .body_wrapper { -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; } .postbitlegacy .userinfo { text-transform: uppercase; } .postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .imlinks { text-align:center;} .postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img{ float:none; text-align:center;} .postcontainer .username_container .popupmenu a.popupctrl { font-size:13px;} .postingo{ background:#0A161F; border:1px solid #000; color:#FFF; font-family:Tahoma, Geneva, sans-serif; font-size:11px; padding:5px 5px 20px 5px; margin-top:2px; margin-bottom: 5px; -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; -webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px; } .post-user{ background:#0A161F; border:1px solid #000; color:#FFF; font-family:Tahoma, Geneva, sans-serif; font-size:11px; padding:5px 5px 5px 5px; margin-top:2px; margin-bottom: 5px; -moz-box-shadow: 0 2px 6px #5F9BBF; -webkit-box-shadow: -1px 2px 2px #5F9BBF; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; -webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px; } .postbitlegacy .userinfo .userinfo_extra { display: block; position: relative; float: left; } .usertitle { padding-top: 2px; padding-bottom: 2px; } .forumbit_post .forumstats, .forumbit_post .forumstats_2 { width: 14%; } .tborder { background-color:{vb:stylevar doc_backgroundColor}; border: 1px solid #c4c4c4; font-size: {vb:stylevar font-size}; } |
#210
|
||||
|
||||
Quote:
tborder may conflict might wan too if so remove it from the arcade.css and legend may as well... |
#211
|
|||
|
|||
Thanks alot
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|