Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
ibProArcade Fixes Details »»
ibProArcade Fixes
Version: , by Hippy Hippy is offline
Developer Last Online: Apr 2018 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 08-22-2010 Last Update: Never Installs: 0
 
No support by the author.

  • layout fix & store css as files fix
Quote:
Originally Posted by Hippy View Post
today is your lucky day then

over write your ARCADE template with this

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}
    {vb:cssfile ARCADE.css}
  </head>
  <body>
    {vb:raw header}
    {vb:raw navbar}

  {vb:raw arcadeheader}
  {vb:raw maincontent}     


    {vb:raw footer}
</div>
  </body>
</html>
Click save


No longer needed with the above template..
[s]Now open up the ARCADE.css and copy it completely
close it out, no need to save.

now paste it into the additional.css
click save...[/s]

next go to
Plugins & products > plugin manager > Product : ibProArcade for vBulletin click open ibProArcade: ARCADE CSS
and select no for "Plugin is Active" ...
save
thats it
you can turn store css as a file back on

enjoy
for those that are just trying to fix there log / banner
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.

  • Spacing between icon and title fix
Quote:
Originally Posted by Hippy View Post
ok
I had a litte time so I found a fix for this
open /arcade/functions/functions.php
search for // we are on vB 4 or later WHOHOOO
Just under it on line 1380 you'll see
Code:
$navbits = $output_array['NAV'];
move it under
Code:
$navbits = construct_navbits(array('' => $ibforums->lang['page_title']));
enjoy
If you don't want to edit it yourself I attached it here


  • leaderbord issue closing <form> code
  • Score Not Saving / Missing token
vb suite users
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:
Originally Posted by Harley D View Post
If you run into this memory issue, you need to increase the size of the Memory in your php.ini file, normally found in your /public_html/.

First make a COPY of the PHP.INI file, so you can RESTORE it.

Open "EDIT" the file and do a search for MEMORY, you should see the max allowed, increase it to handle a bit more than the error states it needs. Save it and re-upload the file. Should work fine now.

EXAMPLE:
Code:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 600     ; Maximum execution time of each script, in seconds
max_input_time = 600    ; Maximum amount of time each script may spend parsing request data
memory_limit = 96M      ; Maximum amount of memory a script may consume (16MB)
Go back to the PHP.INI file and put it back the way it was. Shared servers don't like you to have this over 64mb I believe.


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

File Type: (21.4 KB, 145 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #212  
Old 08-31-2011, 12:46 AM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #213  
Old 08-31-2011, 12:53 AM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by docvader View Post
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 View Post
Thanks alot
welcome
glad to help
Reply With Quote
  #214  
Old 08-31-2011, 04:21 AM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That worked! Thanks.

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

Appreciate it.
Reply With Quote
  #215  
Old 08-31-2011, 08:31 AM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it was the same ..
enjoy
Reply With Quote
  #216  
Old 09-01-2011, 10:22 PM
akxt660 akxt660 is offline
 
Join Date: May 2010
Location: Brasil
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After i upgrading, the background color of the tables were transparent, how do i change now? Tks.
Reply With Quote
  #217  
Old 09-01-2011, 10:24 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not sure where you mean post a screen shot..if you can..
Reply With Quote
  #218  
Old 09-01-2011, 10:54 PM
akxt660 akxt660 is offline
 
Join Date: May 2010
Location: Brasil
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hippy View Post
I'm not sure where you mean post a screen shot..if you can..
Look man:
Reply With Quote
  #219  
Old 09-01-2011, 11:53 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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;
}
Reply With Quote
  #220  
Old 09-02-2011, 12:27 AM
akxt660 akxt660 is offline
 
Join Date: May 2010
Location: Brasil
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perfect my dear. Many thanks!
Reply With Quote
  #221  
Old 09-07-2011, 05:50 PM
Mickie D Mickie D is offline
 
Join Date: Jun 2002
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:47 PM.


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.05809 seconds
  • Memory Usage 2,649KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_code
  • (1)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete