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 - Professional vBulletin 4 Styles - Breeze (Blue) 4.2.1 (https://vborg.vbsupport.ru/showthread.php?t=233455)

nishant.soni 05-13-2010 07:54 PM

Nice theme and m using it. Just one question though:

While making a new thread, users dont get any options like SMILIES, TEXT, FONTS, LINK etc etc etc.... basically the format bar. What wud i have to do?

Thanks.

sbsforum.us 05-17-2010 02:36 PM

Any chance of getting a "breeze" red?

surfer2124 05-20-2010 01:14 PM

Having the same issue as below 4.0.3

Quote:

Originally Posted by PjDaBadMan (Post 2027908)
Can someone please help me... This is what it is supposed to look like: https://vborg.vbsupport.ru/

But mine looks like this: https://vborg.vbsupport.ru/external/2010/05/26.jpg


Mine does not show the yellow lined underneath.... how do i fix that problem?


TheTrust 05-22-2010 02:17 AM

Thank you

zauha4 06-06-2010 02:54 AM

sorry wrong post

TalkTemplate 06-06-2010 01:18 PM

We are still supporting this template.

Thank you for downloading

Dark_Wizard 06-06-2010 10:13 PM

Quote:

Originally Posted by impulse8 (Post 2049294)
We are still supporting this template.

Thank you for downloading

If your still supporting this template can you please fix the issue with Category descriptions and the yellow line thats missing under the Categories? I am wanting to use this template....

Thanks!

Dark_Wizard 06-06-2010 10:28 PM

Quote:

Originally Posted by Halfhidden (Post 2027150)
Help. I've installed this style and All of my other styles including the default have been changed to use the background, bar images and so on. No matter what I do I cannot get my styles to disassociate with this style.
None of my styles are children... they are all stand alone.
Can anyone help?

Damn, same thing here. Now I need to use this template otherwise I would have to redo every template edit over. I hope he fixes the issues described by myself and others. :mad:

Dark_Wizard 06-06-2010 10:54 PM

1 Attachment(s)
To fix the Category Description problem everyone needs to edit the forumbits.css template and do the following:

change this:
Code:

.forumhead {
        background: {vb:stylevar forumhead_background};
        height: 37px;
        _background-image: none;
        padding: 0;
        font:{vb:stylevar forumhead_font};
        color:{vb:stylevar forumhead_color};
        clear:both;
        margin-top: 8px;
        float: {vb:stylevar left};
        border: {vb:stylevar forumhead_border};
        width: {vb:stylevar forumhead_width};
        -moz-border-radius-top{vb:stylevar right}: {vb:stylevar forumhead_top_corner_radius};
        -moz-border-radius-top{vb:stylevar left}: {vb:stylevar forumhead_top_corner_radius};
        -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar forumhead_top_corner_radius};
        -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar forumhead_top_corner_radius};
}

to this:
Code:

.forumhead {
        background: {vb:stylevar forumhead_background};
        height: 50px;
        _background-image: none;
        padding: 0;
        font:{vb:stylevar forumhead_font};
        color:{vb:stylevar forumhead_color};
        clear:both;
        margin-top: 8px;
        float: {vb:stylevar left};
        border: {vb:stylevar forumhead_border};
        width: {vb:stylevar forumhead_width};
        -moz-border-radius-top{vb:stylevar right}: {vb:stylevar forumhead_top_corner_radius};
        -moz-border-radius-top{vb:stylevar left}: {vb:stylevar forumhead_top_corner_radius};
        -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar forumhead_top_corner_radius};
        -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar forumhead_top_corner_radius};
}

Use the new forumhead.png attached. Lastly, if your header isn't looking right after you edit the psd then try the bgheader.gif attached as well.

I'm still working on the yellow line under Categories and will post back when I fix it....now if we can get the right psd file for the fluid design we would be rocking.

TalkTemplate 06-18-2010 02:11 PM

Quote:

Originally Posted by Dark_Wizard (Post 2049621)
To fix the Category Description problem everyone needs to edit the forumbits.css template and do the following:

change this:
Code:

.forumhead {
        background: {vb:stylevar forumhead_background};
        height: 37px;
        _background-image: none;
        padding: 0;
        font:{vb:stylevar forumhead_font};
        color:{vb:stylevar forumhead_color};
        clear:both;
        margin-top: 8px;
        float: {vb:stylevar left};
        border: {vb:stylevar forumhead_border};
        width: {vb:stylevar forumhead_width};
        -moz-border-radius-top{vb:stylevar right}: {vb:stylevar forumhead_top_corner_radius};
        -moz-border-radius-top{vb:stylevar left}: {vb:stylevar forumhead_top_corner_radius};
        -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar forumhead_top_corner_radius};
        -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar forumhead_top_corner_radius};
}

to this:
Code:

.forumhead {
        background: {vb:stylevar forumhead_background};
        height: 50px;
        _background-image: none;
        padding: 0;
        font:{vb:stylevar forumhead_font};
        color:{vb:stylevar forumhead_color};
        clear:both;
        margin-top: 8px;
        float: {vb:stylevar left};
        border: {vb:stylevar forumhead_border};
        width: {vb:stylevar forumhead_width};
        -moz-border-radius-top{vb:stylevar right}: {vb:stylevar forumhead_top_corner_radius};
        -moz-border-radius-top{vb:stylevar left}: {vb:stylevar forumhead_top_corner_radius};
        -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar forumhead_top_corner_radius};
        -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar forumhead_top_corner_radius};
}

Use the new forumhead.png attached. Lastly, if your header isn't looking right after you edit the psd then try the bgheader.gif attached as well.

I'm still working on the yellow line under Categories and will post back when I fix it....now if we can get the right psd file for the fluid design we would be rocking.

Thanks mate. your extra support is most helpful.


All times are GMT. The time now is 07:54 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.01321 seconds
  • Memory Usage 1,759KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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