vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   I have tried all the fixes? (https://vborg.vbsupport.ru/showthread.php?t=257610)

Hippy 01-23-2011 11:30 PM

1 Attachment(s)
for the text there to be yellow

in ARCADE.css change
Code:

color:{vb:stylevar blockhead_color};
to
Code:

color: #FDFF00;

now upload this file over writing yours to fix the fieldset

LoneWolf71 01-24-2011 02:51 AM

1 Attachment(s)
I hate to say it, but that didn't work either Hippy. I deleted and uploaded your file, Nor did the color change. Its not a huge deal though, it looks close enough, I just wanted the categories to be more distinct, as they are hard to see if your not really looking for them.

There is one more thing, if the members dont tick the remember me box, it will not save the score. Not sure what thats all about.

And can you maybe help me with my postbit? Take a look at this if you could.

Its on top of my other field. Is there a way to move it elsewhere? Thanks again Hippy. Sorry to be such a pain in the crotch!

I tried your workaround in the header template, but your code isn't the same on 4.1.1

Here is the line and what it looks like on 4.1.1

Can I still just replace it with your workaround code?
Code:

<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" />

Hippy 01-24-2011 07:51 PM

1 Attachment(s)
My file worked .. as you see in the screen shot...
as far as the color goes .. you did something wrong...

paste over your ARCADE.css so I can see what you did wrong..
I tested it here and working like a charm....

as far as your postbit...
I posted a fix for tha as well in the ibproarcade fix thread....

the code change there is just to tick rememebr be default and It's the same cause I tested it on 4.1.1..
after tabindex="103" add this
at the end of your code add checkbox="checkbox" but before />

Hippy 01-24-2011 08:06 PM

1 Attachment(s)
Let me just add before incase you missed it .. ;)


paste over your ARCADE.css
so we can get that yellow going ..;)

LoneWolf71 01-24-2011 11:19 PM

1 Attachment(s)
Hey bud, yeah I guess it did work :)

But I only want the category name in yellow.. such as in this screen shot.

And then on the Highscore-Champions section, they are not centered.. as you can see in the screen shot.

Hippy 01-24-2011 11:23 PM

oh ok will test and let you know I think tho
all the category txt will change tho
I know you can set images for them that might be better ??

LoneWolf71 01-24-2011 11:31 PM

yeah images might work.. I did your postbit legacy workaround, and it got rid of that annoying " : " but the marque isnt scrolling now.. strange..

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

sry, i noobed out.. scrolling works now...lol

Hippy 01-24-2011 11:38 PM

1 Attachment(s)
Quote:

Originally Posted by LoneWolf71 (Post 2154092)
Hey bud, yeah I guess it did work :)

But I only want the category name in yellow.. such as in this screen shot.

And then on the Highscore-Champions section, they are not centered.. as you can see in the screen shot.

as requested ... centered ....

still working on the color..
but consider the images

over write the one on your server with the one attached..

Hippy 01-24-2011 11:39 PM

Quote:

Originally Posted by LoneWolf71 (Post 2154092)
Hey bud, yeah I guess it did work :)

But I only want the category name in yellow.. such as in this screen shot.

And then on the Highscore-Champions section, they are not centered.. as you can see in the screen shot.

Quote:

Originally Posted by LoneWolf71 (Post 2154097)
yeah images might work.. I did your postbit legacy workaround, and it got rid of that annoying " : " but the marque isnt scrolling now.. strange..

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

sry, i noobed out.. scrolling works now...lol

ie8 it will not scroll unless you have compatibility view on...
works in Opera and firfox tho..
it's a **** ie thing

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

post over your ARCADE.css

in your templates... look for css
in there youll find the ARCADE.css

I can change the link color... to yellow...
all the links there will be yellow...??

LoneWolf71 01-24-2011 11:45 PM

center worked great.. your got a paypal? I would like to donate something in the near future for you? You have been very helpful. Thank you sir!

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

My Current ARCADE.css

Code:

.tborder {
background-color:{vb:stylevar doc_backgroundColor};
        border: 1px solid #c4c4c4;
        font-size: {vb:stylevar font-size};
}
.tcat {
        font:{vb:stylevar blockhead_font};
        color: #FDFF00;
        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-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
        color: #ffffff;
        text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
        color: #FFFF66;
        text-decoration: underline;
}
.alt1, .alt1Active
{
        background: #FFFFFF;
        color: #000000;
}
.alt2, .alt2Active
{
        background: #FFFFFF;
        color: #000000;
}
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset {
        padding: 5px;
        font-size: {vb:stylevar font-size};
        border: 1px solid #c4c4c4;
        margin: 0 2px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }



All times are GMT. The time now is 02:57 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.01023 seconds
  • Memory Usage 1,752KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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