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)

biggeorge 09-11-2010 02:20 PM

1 Attachment(s)
Somehow I messed up the additional.css template edit. I fixed it and now everything is clean!

Thank you for your help!

Attachment 121812

Hippy 09-11-2010 02:30 PM

welcome

biggeorge 09-11-2010 02:50 PM

1 Attachment(s)
I spoke too soon...

The only problem I see is with the "Highscore Champions" and the "King of Arcade" and the "Leader of Leaderboard" titles are still not centered over the members avatar. What do you think I missed?

Thank you for your help!

Attachment 121813

Hippy 09-11-2010 03:18 PM

1 Attachment(s)
did some testing for you
in your skin_arcade.php in your skins folder
look for and
change this code

Code:

<div class='tborder'>
                                                <table width='100%' border='0' cellspacing='0' cellpadding='2'>
                                                <tr>
                                                        <th width='50%' align='center' nowrap='nowrap' class='tcat' colspan='1'><img src="./arcade/images/crown.gif" border="0" alt="" /> {$ibforums->lang['grand_champions']} <img src="./arcade/images/crown.gif" border="0" alt="" /></th>
                                                        <th width='50%' align='center' nowrap='nowrap' class='tcat' colspan='1'>{$ibforums->lang['leagueleader']}</th>
                                                </tr>

to this
Code:

<div class='tborder'>
                                                <table width='100%' border='0' cellspacing='0' cellpadding='2'>
                                                <tr>
                                                        <td width='50%' align='center' nowrap='nowrap' class='tcat' colspan='1'><img src="./arcade/images/crown.gif" border="0" alt="" /> {$ibforums->lang['grand_champions']} <img src="./arcade/images/crown.gif" border="0" alt="" /></td>
                                                        <td width='50%' align='center' nowrap='nowrap' class='tcat' colspan='1'>{$ibforums->lang['leagueleader']}</td>
                                                </tr>


then look for this

Code:

<div class='tborder'>
                                                <table width='100%' border='0' cellspacing='0' cellpadding='4'>
                                                <tr>
                                                        <th width='100%' align='center' nowrap='nowrap' class='tcat' colspan='3'><img src="./arcade/images/trophy.gif" border="0" alt="" />{$ibforums->lang['infobox_top3title']}<img src="./arcade/images/trophy.gif" border="0" alt="" /></th>
                                                </tr>

and change to this

Code:

<div class='tborder'>
                                                <table width='100%' border='0' cellspacing='0' cellpadding='4'>
                                                <tr>
                                                        <td width="100%" nowrap="nowrap" class="tcat" colspan="3" align='center' ><img src="./arcade/images/trophy.gif" border="0" alt="" />{$ibforums->lang['infobox_top3title']}<img src="./arcade/images/trophy.gif" border="0" alt="" /></td>
                                                </tr>

this will center it out for you
enjoy

biggeorge 09-11-2010 03:47 PM

Outstanding! That worked. Thank you very much for your help with my problems.

Hippy 09-11-2010 03:49 PM

welcome

mmackinnon 09-14-2010 06:56 PM

1 Attachment(s)
Hey all

Ok i followed the directions above but am still getting some funky look...

Here is what i see now..

What do i do?

MyZurna 09-15-2010 07:01 AM

Quote:

Originally Posted by mmackinnon (Post 2098276)
Hey all

Ok i followed the directions above but am still getting some funky look...

Here is what i see now..


What do i do?

+1

I have the same problem

Hippy 09-15-2010 06:58 PM

Quote:

Originally Posted by mmackinnon (Post 2098276)
Hey all

Ok i followed the directions above but am still getting some funky look...

Here is what i see now..


What do i do?

tons of people have done this I get many pms thanking me..
you may of missed something like the template change .. or moving the arcade.css contents..

peek here to see if this helps

https://vborg.vbsupport.ru/showthrea...36#post2098436

MyZurna 09-15-2010 07:42 PM

Quote:

Originally Posted by Hippy (Post 2098763)
tons of people have done this I get many pms thanking me..
you may of missed something like the template change .. or moving the arcade.css contents..

peek here to see if this helps

https://vborg.vbsupport.ru/showthrea...36#post2098436



ARCADE.css

PHP Code:

.tborder {
background-color:{vb:stylevar doc_backgroundColor};
    
border1px solid #c4c4c4;
    
font-size: {vb:stylevar font-size};
}
.
tcat {
    
font:{vb:stylevar blockhead_font};
    
color:{vb:stylevar blockhead_color};
    
background:{vb:stylevar blockhead_background};
    
padding:{vb:stylevar blockhead_padding};
    
border:{vb:stylevar blockhead_border};
    -
moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
    -
moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
    -
webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
    -
webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}
.
tcat a:link, .tcat_alink
{
    
color#ffffff;
    
text-decorationnone;
}
.
tcat a:visited, .tcat_avisited
{
    
color#ffffff;
    
text-decorationnone;
}
.
tcat a:hover, .tcat a:active, .tcat_ahover
{
    
color#FFFF66;
    
text-decorationunderline;
}
.
alt1, .alt1Active
{
    
background:{vb:stylevar formrow_background.backgroundColor};
         
color: {vb:stylevar blocksubhead_color};
          
//-moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
     //-moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
     //-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
     //-webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
     //-moz-box-shadow: -1px 1px 1px {vb:stylevar forumbits_shadow_color};
     //-webkit-box-shadow: -1px 1px 1px {vb:stylevar forumbits_shadow_color};
     //margin-bottom: {vb:stylevar padding};
}
.
alt2, .alt2Active
{
    
background-color:{vb:stylevar content3_background.backgroundColor};
    
color: {vb:stylevar blocksubhead_color};
    
//-moz-box-shadow: -1px 1px 1px 1px {vb:stylevar forumbits_shadow_color};
    //-webkit-box-shadow: -1px 1px 1px 1px{vb:stylevar forumbits_shadow_color};
    //margin-bottom: {vb:stylevar padding};
}
/* ***** small padding on 'thead' elements ***** */
td.theadth.theaddiv.thead padding4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a text-decorationnone; }
.
pagenav td padding2px 4px 2px 4px; }
.
tcat .shade, .thead .shade, .tfoot .shade color#DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset 
    
padding5px;
    
font-size: {vb:stylevar font-size};
         
border1px solid #c4c4c4;
         
margin0 2px;
}
.
fieldset, .fieldset td, .fieldset p, .fieldset li font-size11px; } 



All times are GMT. The time now is 02:24 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.01259 seconds
  • Memory Usage 1,787KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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