vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   vBulletin Forum Sideblocks - Current Staff Online Forum Sideblock and CMS Widget by BOP5 (https://vborg.vbsupport.ru/showthread.php?t=284617)

SPEEDKILLZ 11-03-2013 08:06 PM

1 Attachment(s)
Quote:

Originally Posted by ozzy47 (Post 2457852)
Not a problem, glad to help. :)


I got it to show but it is all messed up. Including the boarders?

ozzy47 11-03-2013 08:08 PM

I don't see it on your site, so it is impossible for me to see what is going on.

SPEEDKILLZ 11-03-2013 08:13 PM

Quote:

Originally Posted by ozzy47 (Post 2458045)
I don't see it on your site, so it is impossible for me to see what is going on.

Sorry here i will enable

ozzy47 11-03-2013 08:22 PM

Did you add the css to your additional.css template?

SPEEDKILLZ 11-03-2013 08:27 PM

Quote:

Originally Posted by ozzy47 (Post 2458049)
Did you add the css to your additional.css template?

Yes sir

SPEEDKILLZ 11-03-2013 08:30 PM

This code

Code:


.bop5staffimg {
  max-width: 40px;
  max-height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0 4px 2px 0;
  float: left;
}

.bop5staffli {
  height: 42px;
}

.bop5staffol {
  padding: 1px;
}

.bop5staffuser {
  font-size: 110%;
}

.bop5staffhr {
  display: none;
}


ozzy47 11-03-2013 08:37 PM

If I am not mistaken that is the TF_Ideal_Blue style.

The issue there is, the skin developer had to add <div class="clear"></div> to all the default sideblocks, which adds clear:both to the element basically a glorified, forced linebreak.

That is not standard coding, so of course any sideblocks that are coded to vBulletin default will look off in those styles.

To solve it you need to open the additional.css for each of the styles and find, #sidebar_container .blocksubhead,
#sidebar_container .blocksubhead.smaller


There you will see something like this:

HTML Code:

#sidebar_container .blocksubhead,
#sidebar_container .blocksubhead.smaller {
    background: {vb:stylevar notices_shadow_color} url({vb:stylevar imgdir_misc}/head_bg.png) repeat-x top;
    color: {vb:stylevar blockhead_color};
    font-family: {vb:stylevar blockhead_font};
    font-weight: normal;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 0 0 0 transparent, 0px 1px 0px #000000;
    padding: 4px 10px;
    height: auto !important;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-clip: padding-box;
}

After the last entry, before the } add the following:

HTML Code:

overflow: hidden;
That should fix it for you.

SPEEDKILLZ 11-03-2013 08:46 PM

Like a charm ozzy. Thank you

ozzy47 11-03-2013 08:47 PM

Not a problem, I only know about this because I have dealt with that style before, and already had figured out how to fix it. :)

SPEEDKILLZ 11-03-2013 08:49 PM

Well i am glad you are a advisor here. You are a huge help :) Now you can look at my latest post in more share option lol


All times are GMT. The time now is 08:31 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.01269 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_html_printable
  • (3)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