vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   ibProArcade Fixes (https://vborg.vbsupport.ru/showthread.php?t=249120)

ice.Prince 08-21-2011 04:48 PM

1 Attachment(s)
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 ...........

Hippy 08-21-2011 07:04 PM

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>

lass es mich wissen
let me know ;)

ice.Prince 08-21-2011 07:46 PM

1 Attachment(s)
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

ice.Prince 08-22-2011 09:46 AM

Hippy Du hast eine PN

bitte helfe mir
ich bekomme es nicht hin

bitteeeeeeeeeeeeeeee:confused:

schau auf bild 2

Hippy 08-22-2011 06:28 PM

Fixed my friend...
let me know all is well..

ice.Prince 08-22-2011 07:25 PM

:up::up:P e r f e k t !:up::up::up:

DANKT SUPER



Jaaaaaaaaaaaaaaa.................:up:

Hapyyyyyyyyyyyyyyyyyy:D

big Thx :D

From Germany Hamburg :up:

Hippy the Best :up:

Hippy 08-22-2011 08:21 PM

:) 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

jaffaman 08-30-2011 06:41 PM

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};
}

Thanks in advance................Paul

Hippy 08-30-2011 06:42 PM

Quote:

Originally Posted by jaffaman (Post 2240084)
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};
}

Thanks in advance................Paul

yes :D
tborder may conflict might wan too if so remove it from the arcade.css and legend may as well...

jaffaman 08-30-2011 06:59 PM

Thanks alot :)

docvader 08-31-2011 12:46 AM

Score not saving: Missing token..

Me too, after upgrade to 2.71. tried adding the code to index.php as you suggested in post one, get this error:

Parse error: syntax error, unexpected T_DEC, expecting T_STRING or T_VARIABLE or '$' in /home/username/public_html/forum/index.php on line 2

I'm not too keen on renaming forum to index and vice versa, etc, not because I can't do it, but because I'll completely forget about this once vbulletin gets upgraded, which seems to be fairly frequently, not to mention the google site searching changes. Any other fix for this? In a way that can keep this whole process functional and simple?

Hippy 08-31-2011 12:53 AM

Quote:

Originally Posted by docvader (Post 2240220)
Score not saving: Missing token..

Me too, after upgrade to 2.71. tried adding the code to index.php as you suggested in post one, get this error:

Parse error: syntax error, unexpected T_DEC, expecting T_STRING or T_VARIABLE or '$' in /home/username/public_html/forum/index.php on line 2

I'm not too keen on renaming forum to index and vice versa, etc, not because I can't do it, but because I'll completely forget about this once vbulletin gets upgraded, which seems to be fairly frequently, not to mention the google site searching changes. Any other fix for this? In a way that can keep this whole process functional and simple?




right after
<?php
add the code
so the top of your index.php file will look like this

Code:

<?php
// 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

the the rest of the index code will be under // end of ibProArcade
hope this helps ..
you can pm me if you get stuck..
will help you out
I am off to bed tho ATM so it will be tomorrow

enjoy




Quote:

Originally Posted by jaffaman (Post 2240093)
Thanks alot :)

welcome
glad to help

docvader 08-31-2011 04:21 AM

That worked! Thanks.

(Was that code different than the first post, or did I just make a really stupid mistake....)

Appreciate it.

Hippy 08-31-2011 08:31 AM

it was the same ..
enjoy

akxt660 09-01-2011 10:22 PM

After i upgrading, the background color of the tables were transparent, how do i change now? Tks.

Hippy 09-01-2011 10:24 PM

I'm not sure where you mean post a screen shot..if you can..

akxt660 09-01-2011 10:54 PM

Quote:

Originally Posted by Hippy (Post 2240999)
I'm not sure where you mean post a screen shot..if you can..

Look man:
http://img11.imageshack.us/img11/138...ayouterror.jpg

Hippy 09-01-2011 11:53 PM

in your arcade css change the background color for alt1 and alt2

to
Code:

background: transparent;

well looking now at the new ARCADE.css the background was removed .. so just add that line above color:#000000;

so it looks like this
Code:


.alt1, .alt1Active
{
              background: transparent;
        color: #000000;
}
.alt2, .alt2Active
{
              background: transparent;
        color: #000000;
}


akxt660 09-02-2011 12:27 AM

Perfect my dear. Many thanks! :)

Mickie D 09-07-2011 05:50 PM

Hi Hippy,

I am having a style issue with my forum.

Something is conflicting in the css I am sure.

This is the CSS with your modification (fix).

PHP Code:

@charset UTF-8;

.
loginLeft #fb_loginbtn {
position:relative;
top:4px;
}
.
popupbody li a,.popupbody li label {
background:#fff;
padding:8px 10px;
}
.
forumdescription {
padding-top:3px;
}
.
verticalAlign {
vertical-align:middle;
}
html[xmlns] .clearfix {
display:block;
}

html .clearfix {
height:1%;
}

#fb_headerbox {
padding-right:5px;
}

.
wgo_block {
margin:0;
}

.
navbar {
-
moz-border-radius-bottomleft:0!important;
-
moz-border-radius-bottomright:0!important;
-
webkit-border-bottom-left-radius:0!important;
-
webkit-border-bottom-right-radius:0!important;
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/navBG.gif) repeat-x top left;
position:relative;
height:80px;
font:12px "Trebuchet MS",Verdana,sans-serif;
color:#005393;
width:100%;
margin:0;
padding:0;
}

.
announcements {
margin-top:10px;
}

.
highlight {
background-image:none;
}

.
navlinksBox {
text-align:center;
color:#5d5d5d;
font-size:11px;
font-weight:700;
margin-top:8px;
margin-bottom:0;
width:100%;
clear:both;
}

.
forumrow .forumtitle a:link,.forumrow .forumtitle a:visited {
color:#15315f;
font-size:16px;
}

.
forumrow .lastposttitle a:link,.forumrow .lastposttitle a:visited {
color:#882155;
font-weight:700;
}

.
forumrow .lastposttitle a:hover {
color:#15315f;
}

#forums .lastpostby a.username {
color:#1d79a5;
}

.
bodyWrap {
background:#fff;
margin:0 2px;
}

.
body_wrapper {
margin:0;
padding:10px 0;
}

.
above_body {
background:none;
margin:0;
padding:0;
}

.
threadbit .sticky,.threadbit .nonthread,.threadbit .nonsticky,.threadbit .deleted,.threadbit .discussionrow,.threadbit .ignored {
border-top:0;
}

body {
background:#123356 url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/pageBG.gif) repeat-x top left;
width:auto;
min-width:990px;
max-width:auto;
margin:0;
}

#pageWrapper,.pageWrap {
width:auto;
margin:0 50px;
}

.
pageTop,.pageWrap {
padding:0 4px;
}

#topBar {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/topBarBG.gif) repeat-x top left;
height:47px;
}

.
searchBox {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/searchBG.gif) no-repeat left;
float:left;
height:31px;
padding-left:33px;
position:absolute;
top:5px;
left:2px;
}

.
searchBox li {
float:left;
margin:0;
padding:0 7px 0 0;
}

.
searchInputBox {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/searchInput.gif) no-repeat top left;
width:186px;
height:31px;
float:left;
}

.
searchInput {
background:transparent;
border:0;
color:#959595;
width:170px;
height:31px;
line-height:31px;
margin:0;
padding:0 8px;
}

.
registerButton {
position:absolute;
top:7px;
right:5px;
}

.
doc_header {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/headerBG.jpg) no-repeat top left;
height:114px;
position:relative;
}

#logo {
position:absolute;
top:0;
left:0;
}

#memberBox {
float:right;
color:#f8d8d1;
padding:11px 4px 0 0;
}

#memberBox h3 {
color:#f8d8d1;
font-size:15px;
font-weight:700;
text-transform:uppercase;
margin:0;
padding:0 0 4px;
}

.
memberBox {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/memberBoxBG.png) repeat-x top left;
height:94px;
float:left;
}

.
memberBoxLeft {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/memberBoxLeft.png) no-repeat top left;
height:94px;
}

.
memberBoxRight {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/memberBoxRight.png) no-repeat top right;
height:74px;
padding:10px 14px;
}

.
loginBoxInput {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/loginBoxInput.gif) no-repeat top left;
width:116px;
height:22px;
}

.
loginInput {
background:transparent;
border:0;
color:#a7a7a7;
height:22px;
line-height:22px;
width:106px;
font-size:12px;
margin:0;
padding:0 5px;
}

.
inputPad {
padding:0 6px 0 0;
}

#memberBox label {
padding:0;
}

.
memberBottom {
height:16px;
position:relative;
}

.
rememberMe {
position:absolute;
top:5px;
left:3px;
}

.
submitButton {
position:absolute;
top:6px;
right:0;
}

#welcomeBox {
background:#151515 url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/welcomeBoxBG.gif) repeat-x top left;
border:1px solid #040404;
padding:18px 20px;
}

.
welcomeBoxBottom {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/welcomeBoxBottomBG.gif) repeat-x top left;
height:7px;
font-size:0;
margin-bottom:5px;
}

.
welcomeBoxBL {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/welcomeBoxBL.gif) no-repeat top left;
height:7px;
}

.
welcomeBoxBR {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/welcomeBoxBR.gif) no-repeat top right;
height:7px;
}

#welcomeBox h2 {
font-size:15px;
font-weight:700;
color:#fff;
text-transform:uppercase;
margin:0;
padding:0 0 8px;
}

#welcomeBox p {
color:#c6ac8d;
line-height:18px;
margin:0;
padding:0;
}

#welcomeBox a:link,#welcomeBox a:visited {
color:#ef9507;
font-weight:700;
}

#welcomeBox a:hover {
color:#9c4764;
}

#contentMain {
background:#fff url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/contentTopBG.gif) repeat-x top left;
margin-bottom:7px;
}

.
contentWrap {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/contentBottomBG.gif) repeat-x bottom left;
}

.
contentLeft {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/contentLeft.gif) repeat-y top left;
}

.
contentRight {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/contentRight.gif) repeat-y top right;
}

.
contentTL {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/contentTL.gif) no-repeat top left;
}

.
contentTR {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/contentTR.gif) no-repeat top right;
}

.
contentBL {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/contentBL.gif) no-repeat bottom left;
}

.
contentBR {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/contentBR.gif) no-repeat bottom right;
}

.
contentBodyWrap {
padding:23px 17px;
}

#footerNav {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/footerNavBG.gif) repeat-x bottom left;
}

.
footerNavLeft {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/footerNavLeft.gif) no-repeat bottom left;
}

.
footerNavRight {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/footerNavRight.gif) no-repeat bottom right;
padding:5px 23px 13px 0;
}

#footerNav li {
float:left;
height:32px;
line-height:32px;
font-weight:700;
font-size:15px;
padding:0 21px;
}

#footerNav a:hover {
color:#fefeff;
}

#footerLogo {
float:right;
}

#footerMain {
padding:15px 21px;
}

#footerMain .copyright a:link,#footerMain .copyright a:visited {
color:#d5d9ff;
font-weight:700;
}

a:link.backTop,a:visited.backTop {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/backTop.png) no-repeat right;
float:right;
color:#d5d9ff;
font-weight:700;
padding-right:16px;
text-transform:uppercase;
}

#toplinks,.toplinks {
text-align:left;
line-height:20px;
top:6px;
right:0;
}

.
toplinks .notifications a.popupctrl {
color:#fff;
-moz-border-radius:5px!important;
-
webkit-border-radius:5px!important;
}

.
toplinks .notifications a.popupctrl:hover,.toplinks .nonotifications a.popupctrl:hover,.toplinks .nonotifications a.popupctrl.active,.toplinks ul.isuser li a:hover {
-
moz-border-radius:5px!important;
-
webkit-border-radius:5px!important;
}

.
memberBox .welcomeUser {
font-weight:700;
font-size:11px;
float:left;
}

.
memberBox .toplinks {
padding:2px 0 0 3px;
}

.
navLeft {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/navLeft.gif) no-repeat top left;
height:80px;
}

.
navRight {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/navRight.gif) no-repeat top right;
height:80px;
padding:0 6px;
}

#navtabs li.selected ul.floatcontainer {
margin-top:5px;
}

#navtabs li.selected ul.floatcontainer a:link,#navtabs li.selected ul.floatcontainer a:visited {
line-height:27px;
height:27px;
}

.
navtabs ul li:first-child {
text-indent:0;
}

.
navtabs {
background:none;
padding-left:0;
}

.
navtabs ul {
position:absolute;
top:44px;
left:0;
width:100%;
direction:ltr;
}

.
navtabs li {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/navSplit.gif) no-repeat top right;
padding-right:2px;
float:left;
}

.
navtabs ul li {
border-right:0;
position:relative;
}

.
navtabs li a {
height:44px;
line-height:44px;
}

.
navtabs li a.navtab {
display:block;
min-width:60px;
width:auto!important;
_min-width:75px;
_width:auto!important;
text-align:center;
color:#005393;
font-size:15px;
text-decoration:none;
line-height:41px;
height:41px;
font-weight:700;
padding:2px 15px 0;
}

.
navtabs li a.navtab:hover {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/navBG_hover.gif) repeat-x top left;
color:#1e3648;
}

.
navtabs li.selected {
color:#1e3648;
height:44px;
}

.
navtabs li.selected a.navtab {
color:#1e3648;
position:relative;
top:0;
padding-top:px;
z-index:10;
}

.
navtabs li.selected li a,.navbar_advanced_search li a {
text-decoration:none;
font:12px "Trebuchet MS",Verdana,sans-serif;
line-height:27px;
}

.
navtabs li.selected li {
padding:0 5px;
}

.
navtabs li.selected li li {
padding:0 2px;
}

.
navtabs li.selected li a {
color:#d5d9ff;
font-weight:400;
padding:2px 5px;
}

.
navbar_advanced_search li {
height:27px;
display:block;
clear:both;
}

.
navbar_advanced_search li a:hover {
color:#1e3648;
text-decoration:none;
}

.
navtabs li.selected li a:hover {
color:#fff;
text-decoration:none;
}

.
navtabs li.selected .popupbody li {
text-indent:0;
color:#000;
padding:0 10px;
}

.
navtabs li.selected li a.popupctrl {
-
moz-border-radius:3px;
-
webkit-border-radius:3px;
border:solid 1px transparent;
_border:none;
background:transparent url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/misc/arrow.png) no-repeat right center;
padding-right:15px;
_background-image:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/misc/arrow.gif);
color:#d5d9ff;
}

.
breadcrumb {
height:38px;
position:relative;
color:#617eb4;
font-weight:700;
margin-bottom:6px;
}

.
bcLeft {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/bcLeft.png) no-repeat bottom left;
height:38px;
}

.
bcRight {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/bcRight.png) no-repeat bottom right;
height:38px;
padding:0 16px;
}

.
bcBody {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/bcBG.png) repeat-x bottom left;
height:32px;
padding-top:6px;
}

.
breadcrumb .navbit a,.breadcrumb .lastnavbit span {
border:1px solid transparent;
}

.
breadcrumb .navbit a:link,.breadcrumb .navbit a:visited {
font-weight:400;
color:#617eb4;
}

.
breadcrumb .navbit a:hover {
background:#617eb4;
color:#fff;
border:1px solid transparent;
}

#breadcrumb .searchBoxMain {
position:absolute;
top:13px;
right:6px;
float:right;
}

#breadcrumb .searchText {
line-height:26px;
}

#breadcrumb .searchBoxMain li {
float:left;
color:#393939;
margin:0;
padding:0 7px 0 0;
}

#breadcrumb .searchInputBox {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/searchInput.gif) no-repeat top left;
width:149px;
height:26px;
float:left;
}

#breadcrumb .searchInput {
background:transparent;
border:0;
color:#6a848f;
width:139px;
height:26px;
line-height:26px;
margin:0;
padding:0 5px;
}

.
tcat {
height:37px;
clear:both;
margin-top:8px;
float:left;
width:100%;
font:normal 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;
color:#fff;
background:#20406b url(http://www.digitalworldz.co.uk/images/buttons/newbtn_middle.png) repeat-x;
border:1px solid #253761;
-moz-border-radius-topright:5px;
-
moz-border-radius-topleft:5px;
-
webkit-border-top-right-radius:5px;
-
webkit-border-top-left-radius:5px;
padding:4px 10px;
}

.
tcatLeft {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/tcatLeft.gif) no-repeat top left;
height:37px;
}

.
tcatRight {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/tcatRight.gif) no-repeat top right;
height:37px;
}

.
tcat .tcatDesc {
font-size:11px;
font-weight:400;
}

.
tcat h2 {
font-size:15px;
line-height:37px;
float:left;
font-weight:700;
padding:0 0 0 16px;
}

.
tcat .tcatCollapse {
float:right;
position:absolute;
top:10px;
right:10px;
}

.
tcat_threadlist_controls {
float:right;
padding-right:8px;
}

.
forumdisplaypopups,#forumdisplaypopups {
clear:both;
}

.
tcat_threadlist_controls h6 {
height:37px;
line-height:37px;
display:block;
font-size:11px;
padding:0;
}

.
forumdisplaypopups a.popupctrl,.forumdisplaypopups.popupgroup .popupmenu a.popupctrl,.postlist_popups h6 a.popupctrl,.postlist_popups.popupgroup .popupmenu h6 a.popupctrl {
background:none;
display:block;
_display:37px;
height:37px;
line-height:37px;
font-family:arial,helvetica,sans-serif;
font-weight:700;
font-size:12px;
color:#1e3648;
border:0;
float:left;
clear:right;
padding:0 7px;
}

.
forumdisplaypopups a:hover.popupctrl,.forumdisplaypopups.popupgroup .popupmenu a:hover.popupctrl,.postlist_popups h6 a:hover.popupctrl,.postlist_popups.popupgroup .popupmenu h6 a:hover.popupctrl {
border:0;
color:#1e3648;
text-decoration:underline;
}

#postlist_popups a,.postlist_popups a {
color:#1e3648;
_border:none;
}

#postlist_popups a:hover,.postlist_popups a:hover {
color:#1e3648;
text-decoration:underline;
}

#postlist_popups ul li {
color:#4e4e4e;
}

#postlist_popups ul li a,.postlist_popups ul li a {
color:#4e4e4e;
_border:none;
}

#postlist_popups ul li a:hover,.postlist_popups ul li a:hover {
color:#4e4e4e;
text-decoration:underline;
}

#forumdisplaypopups ul a,.forumdisplaypopups ul a {
color:#3e3e3e;
}

.
thead_bar .theadrow {
background:#15284f url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/theadBG.gif) repeat-x top left;
display:block;
width:100%;
float:left;
position:relative;
line-height:24px;
font-size:12px;
border:1px solid #253761;
color:#d5d9ff;
}

.
thead_bar .padding {
padding-left:12px;
}

.
thead_bar .forumhead span.forumlastpost {
width:23%;
}

.
thead_bar {
float:left;
position:relative;
width:100%;
display:block;
}

.
thead_bar .forumhead .forumtitle {
width:76%;
}

.
thead_bar .foruminfo {
width:53%;
min-width:30%;
float:left;
clear:right;
}

.
thead_bar .foruminfo .forumdata {
width:100%;
_width:99%;
padding:0;
}

.
thead_bar .forumstats,.thead_bar .forumstats_2 {
display:block;
float:left;
clear:right;
width:16%;
margin-right:2%;
}

.
thead_bar .foruminfo .forumdata .datacontainer {
float:left;
width:86%;
padding:0 0 0 68px;
}

.
thead_bar .forumactionlinks {
width:5%;
display:block;
float:left;
clear:right;
}

.
thead_bar .forumactionlink {
display:block;
width:18px;
overflow:hidden;
float:right;
clear:left;
background:transparent none no-repeat;
position:relative;
}

.
thead_bar .forumstats li,.thead_bar .forumstats_2 li {
font-size:12px;
text-align:right;
padding-right:20px;
display:block;
}

.
thead_bar .forumlastpost {
display:block;
float:left;
clear:right;
}

.
thead_bar .theadrow .forumlastpost {
width:22%;
}

.
forumbitBody {
padding-right:2px;
clear:both;
}

.
threadlist {
margin-top:0;
}

#threadlist .threadlisthead {
background:#15284f url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/theadBG.gif) repeat-x top left;
display:block;
width:100%;
float:left;
position:relative;
font-size:12px;
border:1px solid #253761;
color:#d5d9ff;
font-weight:400;
margin:0;
padding:4px 0;
}

.
postbit .posthead,.postbitlegacy .posthead,.eventbit .eventhead {
background:#15284f url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/theadBG.gif) repeat-x top left;
clear:both;
display:block;
float:left;
width:100%;
font:normal 12px "Trebuchet MS",Verdana,sans-serif;
border:1px solid #253761;
color:#d5d9ff;
font-weight:400;
margin:-1px -1px 0;
padding:4px 0;
}

.
postbit .posthead .date,.postbitlegacy .posthead .date,.eventbit .eventhead .date {
padding-left:17px;
}

.
wgo_subblock .whatspace {
padding-left:55px;
}

.
wgo_subblock .whaticon {
position:absolute;
top:25%;
left:10px;
}

#postlist .userinfo {
padding-top:10px;
}

.
username_container {
text-align:center;
padding:2px 0;
}

.
username_container .username strong {
font-size:16pt;
font-weight:400;
}

.
usertitle,.rank {
text-align:center;
}

.
usercenter {
padding-top:5px;
text-align:center;
}

.
post_field {
background:#fff;
color:#4d5153;
border:1px solid #bcb6ad;
margin-top:2px;
text-align:left;
padding:3px 3px 3px 10px;
}

.
post_field strong {
color:#ea7904;
}

.
post_field dt {
color:#ea7904;
font-weight:700;
}

.
postbit,.postbitlegacy,.eventbit {
margin-bottom:0;
}

.
postfoot {
border:1px solid #d3dadb;
border-bottom:0;
border-left:0;
}

.
postfootWrap {
border-right:1px solid #d3dadb;
}

#thread_info a.collapse {
position:absolute;
top:9px;
}

.
bottomBar {
background:url(http://www.digitalworldz.co.uk/images/styles/lifeSpace/style/bottomBarBG.gif) repeat-x top left;
height:4px;
font-size:0;
clear:both;
}

#notices .restore {
border:1px solid #cfbe7f;
color:#3c3a22;
-moz-border-radius:5px!important;
-
webkit-border-radius:5px!important;
padding:10px;
}

h1.header,h2.header {
text-transform:capitalize;
}

#searchtypeswitcher {
border-bottom:4px solid #5a1f51;
}

#searchtypeswitcher li a {
background-color:#89337c;
color:#FFF;
}

.
tborder {
border:1px solid #c4c4c4;
}

.
tcat a:hover,.tcat a:active,.tcat_ahover {
text-decoration:underline;
}

td.thead,th.thead,div.thead {
padding:4px;
}

.
pagenav td {
padding:2px 4px;
}

.
tcat .shade,.thead .shade,.tfoot .shade {
color:#DDD;
}

.
fieldset {
border:1px solid #c4c4c4;
margin:0 2px;
padding:5px;
}

.
fieldset,.fieldset td,.fieldset p,.fieldset li {
font-size:11px;
}

.
memberBox .toplinks ul.isuser .popupbody li,.formsubmit label {
color:#3a3a3a;
}

zz.toplinks #fb_loginbtn,.lastPostIMG,.cb_cookieuser_navbar {
position:relative;
top:2px;
}

img,#postlist_popups .popupmenu:hover a.popupctrl,#postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active,.postlist_popups .popupmenu:hover a.popupctrl,.postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active {
border:0;
}

.
forumrow .forumtitle a:hover,#forums .lastpostby a.username:hover {
color:#882155;
}

.
pageWrap,.wgo_subblock {
position:relative;
}

.
searchBox ul,#memberBox ul,.memberBox ul,#footerNav ul,#breadcrumb .searchBoxMain ul {
list-style:none;
margin:0;
padding:0;
}

#memberBox li,.memberBox li,#toplinks .isuser,.thead_bar .theadrow .forumdata {
float:left;
}

#footerNav a:link,#footerNav a:visited,#footerMain .copyright,#threadlist .threadlisthead a,#threadlist .threadlisthead a:hover,#posts .posthead a:link,#posts .posthead a:visited,#posts .posthead a:hover,#posts .posthead .time,#posts .nodecontrols {
color:#d5d9ff;
}

#footerMain .copyright a:hover,a:hover.backTop {
color:#ed8a06;
}

#toplinks .welcomelink,.tcat .forumtitle {
font-weight:700;
}

.
navbar a,.navbar_advanced_search li a {
color:#005393;
}

.
navbar a:hover,.tcat a:link,.tcat a:visited {
color:#1e3648;
}

.
navtabs li li,.bbcode_container .bbcode_quote_container,.forum_info_block,.forum_info_form,#sidebar_home #sidebar_container li li {
background:none;
}

.
navtabs li.selected li:hover a.popupctrl.active,.navtabs li.selected li a.popupctrl.active,.navtabs li.selected li a:hover.popupctrl,.block .searchlisthead,.block .searchlisthead a {
color:#fff;
}
#searchtypeswitcher li.selected a,#searchtypeswitcher li a:hover {
background-color:#5a1f51;
}
.
tcat a:link,.tcat_alink,.tcat a:visited,.tcat_avisited,.pagenav a {
text-decoration:none;
}
.
alt1,.alt1Active,.alt2,.alt2Active {
color:#000;


http://www.digitalworldz.co.uk/arcade.html

Hippy 09-07-2011 06:04 PM

it's your style..

open up your skin/skin_arcade.php and skin_v3arcade.php

and do a search and replace


find all tcat and replace with blockhead..

will fix ya up

--------------- Added [DATE]1315426185[/DATE] at [TIME]1315426185[/TIME] ---------------

also just noticed the style your using has alt1 and alt2

in that style you should remove the alt1 and alt2 .. but your other styles leave the arcade.css contents the same when you move it ..

you can also remove all the tact stuff .. it will no longer be needed after editing those 2 style files..

Mickie D 09-09-2011 06:39 PM

Quote:

Originally Posted by Hippy (Post 2243102)
it's your style..

open up your skin/skin_arcade.php and skin_v3arcade.php

and do a search and replace


find all tcat and replace with blockhead..

will fix ya up

--------------- Added [DATE]1315426185[/DATE] at [TIME]1315426185[/TIME] ---------------

also just noticed the style your using has alt1 and alt2

in that style you should remove the alt1 and alt2 .. but your other styles leave the arcade.css contents the same when you move it ..

you can also remove all the tact stuff .. it will no longer be needed after editing those 2 style files..

Thanks so much hippy that looks better already.

When you say remove the alt1 and alt2, is that from the additional css that I have made for that style?

Thanks again, that is top quality support mate!

Regards
Mick

Hippy 09-09-2011 06:48 PM

yes your moving the contents from the arcade.css corrrect to the additional css

well you custom style uses alt1 and alt2 so I would remove the one from the arcade.css before moving itto the additional css :)

and your more than welcome.
I am glad it worked out..


remember this on your other styles keep the alt1 and alt2 when moving the contents from the arcade .css to the additional css ..;)

enjoy

tidus78 09-13-2011 08:25 PM

I upgraded to 2.7.1 becouse not install more games but ....images of the games have disappeared and I still can not install new games ......sigh sobh help

http://www.console-planet.it/arcade.php

--------------- Added [DATE]1315949765[/DATE] at [TIME]1315949765[/TIME] ---------------

EDIT

games are disapperead....:(

Malcolm-X 09-16-2011 01:05 PM

1 Attachment(s)
I attach the screen picture after playing the game.

What is the problem?

Thanks for your help

Hippy 09-16-2011 06:57 PM

is it all games >?

did you add the index edit ? after upgrading to vb4.1.5 ?

can be a few things..
contact me on msn my contact info is in my profile..

goxy63 09-18-2011 08:46 AM

Hi, can you share with us how did you menage this?
Check picture, its one of yours in this thread which I edited to show...
http://img825.imageshack.us/img825/6189/arcade1.jpg

1. how and where to do a change to place desired number of latest scores
2. Is there any way to have same spacing on left and right side?

Thank you

Hippy 09-18-2011 11:30 AM

1st.. Latest Arcade Score edit change it from 1 to 5
open up your arcade.php and do the following
This was posted some wheres here years ago ..
I forgot who posted it
but anyway

Code:

arcade.php
Find:

PHP Code:
//latest score and champions
      //Added g.decpoints after g.title
                $DB->query("SELECT s.*, g.gtitle, g.decpoints, c.password FROM ibf_games_scores AS s, ibf_games_list AS g, ibf_games_cats AS c WHERE s.gid=g.gid AND g.gcat=c.c_id AND g.active=1 AND trim(password)='' ORDER BY datescored DESC LIMIT 0,5");
                $newest_score = $DB->fetch_row();

        //$newest_score['score'] = $this->arcade->t3h_format($newest_score['score']);
                // Replaced
                $newest_score['score'] = $this->arcade->do_arcade_format($newest_score['score'],$newest_score['decpoints']);

                if ($this->arcade->settings['use_announce'])
        {
            $announce = $this->arcade->settings['announcement_parsed'];
                    $tourneyinfo['announcement'] = $this->html->generalbox($ibforums->lang['arcade_announcements'], $announce);
        }
                else
                $tourneyinfo['announcement'] = "";


        $latestinfo = $ibforums->lang['newest_score'];
        $latestinfo = preg_replace("/<% NAME %>/i" , $newest_score['name'] , $latestinfo);
        $latestinfo = preg_replace("/<% SCORE %>/i" , $newest_score['score'] , $latestinfo);
        $latestinfo = preg_replace("/<% GAME %>/i" , $newest_score['gtitle'] , $latestinfo); 


Replace with:

PHP Code:
//latest score and champions
      //Added g.decpoints after g.title
$newest_score_query = $DB->query("SELECT s.*, g.gtitle, g.decpoints, c.password FROM ibf_games_scores AS s, ibf_games_list AS g, ibf_games_cats AS c WHERE s.gid=g.gid AND g.gcat=c.c_id AND g.active=1 AND trim(password)='' ORDER BY datescored DESC LIMIT 0,5");
        while ($newest_score = $DB->fetch_row($newest_score_query))
        {
            $newest_score['score'] = $this->arcade->do_arcade_format($newest_score['score'],$newest_score['decpoints']);

            if ($this->arcade->settings['use_announce'])
            {
                $announce = $this->arcade->settings['announcement_parsed'];
                $tourneyinfo['announcement'] = $this->html->generalbox($ibforums->lang['arcade_announcements'], $announce);
            }
            else
            $tourneyinfo['announcement'] = "";

            $tmplatestinfo = $ibforums->lang['newest_score'];
            $tmplatestinfo = preg_replace("/<% NAME %>/i" , $newest_score['name'] , $tmplatestinfo);
            $tmplatestinfo = preg_replace("/<% SCORE %>/i" , $newest_score['score'] , $tmplatestinfo);
            $tmplatestinfo = preg_replace("/<% GAME %>/i" , $newest_score['gtitle'] , $tmplatestinfo);
           
            $latestinfo[] = $tmplatestinfo;
           
            $this->arcade->make_links($newest_score['gid'] , $newest_score['gtitle']);
            $click_links[] = $this->arcade->links['click'];
        }
       
        $viewerav = "";
        $this->arcade->links['click'] = $click_links; 
Find:

PHP Code:
//header
        $this->arcade->make_links($newest_score['gid'] , $newest_score['gtitle']);
        $viewerav = ""; 

Replace with:

PHP Code:
//header
        //$this->arcade->make_links($newest_score['gid'] , $newest_score['gtitle']);
        //$viewerav = ""; 
skin_Arcade.php im am using the blockstyle (check in our arcade) so this modification will only work if you are using also the blockstyle.

Edit: skin_v3Arcade.php is the same. Do the same steps.

Find (in the function start()):

PHP Code:
$totalstext = $totalstext . $ibforums->lang['infobox_title7']; 
Add below:

PHP Code:
for ($i = 0, $count = count($latestinfo); $i < $count; $i++)
{
    $latestscores .= "<tr>
        <td align=\"left\">
            " . $latestinfo[$i] . "<br />
        </td>
        <td align=\"right\">
            " . $clicktoplay['click'][$i] . "
        </td>
    </tr>";

Find (in the "return <<<EOF" part):

PHP Code:
<tr>
                                                                            <td align="left">
                                                {$latestinfo}<br />
                                                                                </td>
                                            <td align="right">
                                                {$clicktoplay['click']}
                                            </td>
                                        </tr> 
Replace with:

PHP Code:
{$latestscores}

2nd
the spaces may look even there but they aren't ..
I have tried for a long time to make it even with out luck..
sorry.

enjoy

goxy63 09-18-2011 12:36 PM

Thanks
Thanks
Thanks
it works great :)

Now maybe I ask to much, but here it is :o

Check attached pic:
http://img535.imageshack.us/img535/9725/problemi.gif

Within arcade I got this problem (problem is only within arcade pages) that my chatbox (MGC chatbox) is as you can see way above arcade, that spacing is looking like sh**t that would be my last "problem" with arcade

Thank you:)

Hippy 09-18-2011 12:41 PM

send me a link to your site .. via pm and I will see what is causing the issue

goxy63 09-18-2011 09:34 PM

Thanks once again
All of my troubles were fixed with ur help :)

https://vborg.vbsupport.ru/showthrea...07#post2087507

HeLLCiTo 09-20-2011 06:05 PM

Quote:

Originally Posted by Hippy (Post 2241031)
in your arcade css change the background color for alt1 and alt2

to
Code:

background: transparent;

well looking now at the new ARCADE.css the background was removed .. so just add that line above color:#000000;

so it looks like this
Code:


.alt1, .alt1Active
{
              background: transparent;
        color: #000000;
}
.alt2, .alt2Active
{
              background: transparent;
        color: #000000;
}


where is arcade.css, not in the folder Arcade

Hippy 09-20-2011 06:38 PM

in your style templates

murrtex 09-21-2011 11:25 AM

1 Attachment(s)
Hello Hippy,
I click submit score button but it doesn't work, there is no error , nothing happens, just swf becomes black color.
What should I do? thanks
my version: vbulletin 4.1.5

Edit: I changed index.php it's okey now.

Hippy 09-21-2011 06:31 PM

glad you got it figured out ...

HeLLCiTo 09-30-2011 08:22 PM

Hello Hippy,

finally found the file Arcade.css, I added the changes now I show you a snapshot of how the arcade are

http://img40.imageshack.us/img40/4738/sshot1ac.png

how I can change the background #38609D?

thanks very much

Hippy 09-30-2011 09:05 PM

alt1 and alt 2 in the css..

HeLLCiTo 10-01-2011 09:10 AM

Quote:

Originally Posted by Hippy (Post 2251740)
alt1 and alt 2 in the css..

modifying arcade.css alt1 or alt2 only changes the color of the font but not the background

Hippy 10-01-2011 12:42 PM

oh your using the latest css arcade

in alt1 and alt2 add above color

example..
Code:

.alt1, .alt1Active
{
        background: #38609D;
        color: #000000;
}
.alt2, .alt2Active
{
        background: #38609D;
        color: #000000;


HeLLCiTo 10-01-2011 04:37 PM

Quote:

Originally Posted by Hippy (Post 2251940)
oh your using the latest css arcade

in alt1 and alt2 add above color

example..
Code:

.alt1, .alt1Active
{
        background: #38609D;
        color: #000000;
}
.alt2, .alt2Active
{
        background: #38609D;
        color: #000000;


thanks very much :up:


All times are GMT. The time now is 05:09 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02506 seconds
  • Memory Usage 2,266KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (11)bbcode_code_printable
  • (1)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete