vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Suite Style - Darkness vBulletin Gaming Skin [Bluepearl-Skins.com] (https://vborg.vbsupport.ru/showthread.php?t=231670)

SLY LS1 01-23-2012 11:15 AM

Quote:

Originally Posted by TopShelfGamer (Post 2291127)
Hey man just threw this on my forum to check it out..

Here is what i get right away. My tabs are huge!!!!

How can i fix this and possibly slighly lighten the background so its a tad easier on the eyes with the colors like red and green on our site.

also looks like i lost some navbar images or something


I updated and am getting the same issue

SLY LS1 01-23-2012 11:49 AM

I found the issue, its in the "navbar_tab_size" StyleVars it isn't set to "px" it's blank

I changed it to "px" and that fixed it

TopShelfGamer 01-23-2012 12:23 PM

Quote:

Originally Posted by SLY LS1 (Post 2291373)
I found the issue, its in the "navbar_tab_size" StyleVars it isn't set to "px" it's blank

I changed it to "px" and that fixed it

Thank you very much!

SuperTaz 01-23-2012 09:46 PM

Quote:

Originally Posted by TopShelfGamer (Post 2291225)
U can change that in the style variable editor i think

I tried to change the color for all the navbar link colors and still the same thing. Maybe the style author can shed some light on how to fix the font color issue for this style?

Danai 01-24-2012 07:12 AM

Like the theme, although not my type.

Was it meant to look like MW2?

TopShelfGamer 01-24-2012 12:57 PM

1 Attachment(s)
Ran into another problem. When creating a new thread the title box turns white when you goto type in it but the font is white as well.. cant see what you are typing

attached is a screenshot

SLY LS1 01-24-2012 01:29 PM

Quote:

Originally Posted by TopShelfGamer (Post 2291721)
Ran into another problem. When creating a new thread the title box turns white when you goto type in it but the font is white as well.. cant see what you are typing

attached is a screenshot


Shows up a dark background on mine ?

TopShelfGamer 01-24-2012 06:04 PM

Quote:

Originally Posted by SLY LS1 (Post 2291734)
Shows up a dark background on mine ?

Yeah i have a feeling i did this while trying to fix my tabs issue earlier.. where is a good place to look for this in style variables?

iyama 01-26-2012 10:12 AM

Sean is voted again for President. :D

Only 1 error:
Code:

Your Customized Value
    <div id="globalsearch" class="globalsearch">
        <form action="search.php?{vb:raw session.sessionurl}do=process" method="post" id="navbar_search" class="navbar_search">
            <vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment>
            <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
            <input type="hidden" name="do" value="process" />
            <span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"/></span></span>
            <span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="(is_browser('ie') AND !is_browser('ie', 7) AND !is_browser('ie', 8))">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
        </form>
        <ul class="navbar_advanced_search">
            <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li>
        </ul>
    </div>
Old Default Value
    <div id="globalsearch" class="globalsearch">
        <form action="search.php?{vb:raw session.sessionurl}do=process" method="post" id="navbar_search" class="navbar_search">
            <vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment>
            <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
            <input type="hidden" name="do" value="process" />
            <span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"/></span></span>
            <span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="is_browser('ie') AND !is_browser('ie', 7)">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
        </form>
        <ul class="navbar_advanced_search">
            <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li>
        </ul>
    </div>
New Default Value
        <div id="globalsearch" class="globalsearch">
            <form action="search.php?{vb:raw session.sessionurl}do=process" method="post" id="navbar_search" class="navbar_search">
                <vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment>
                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                <input type="hidden" name="do" value="process" />
                <span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"/></span></span>
                <span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="is_browser('ie') AND !is_browser('ie', 7)">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
            </form>
            <ul class="navbar_advanced_search">
                <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li>
                {vb:raw template_hook.navbar_advanced_search}
            </ul>
        </div>

For the rest i have no other things to say, its already good.

SLY LS1 01-27-2012 11:49 AM

Quote:

Originally Posted by SuperTaz (Post 2291223)
On the drop-down links for community, forum actions or quick links, they are all dark fonts:


Any news on where to change the font colour of these, Ive looked everywhere with no sucess?


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