vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   vBulletin Forum Sideblocks - add space between the sideblocks (https://vborg.vbsupport.ru/showthread.php?t=245994)

COL NIL SATIS 03-07-2011 04:35 PM

Quote:

Originally Posted by fkatzenb (Post 2148225)
There is a change in the code... here is the code with the correction... note the stylevar variable is now sidebar_background.backgroundColor

Code:

#sidebar_container .underblock {background: none; height: 10px;}
#sidebar_container > ul {
    -moz-border-radius:0px;
    -webkit-border-radius:: 0px;
    -moz-box-shadow: none;
    background-color: transparent;
    border:0px;
}
#sidebar_container .block {
    background-color:{vb:stylevar sidebar_background.backgroundColor};
    border:{vb:stylevar forum_sidebar_border};
    -moz-border-radius:{vb:stylevar border_radius};
    -webkit-border-radius: {vb:stylevar border_radius};
    -moz-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
}


Thanks man..i have updated original post with the updated code..:up:

Dr.osamA 03-07-2011 11:52 PM

thank you for update bro

COL NIL SATIS 03-16-2011 01:36 PM

Quote:

Originally Posted by Dr.osamA (Post 2170738)
thank you for update bro

You are welcome mate..:)

COL NIL SATIS 06-05-2011 09:06 PM

Updated to 4.1.3 works spot on !!!

COL NIL SATIS 06-05-2011 09:36 PM

updated to work on 4.1.3

Dr.osamA 06-05-2011 10:08 PM

thank you for update bro

Khriz 06-07-2011 01:54 PM

Update to 4.1.4 please

oldfan 06-19-2011 06:56 PM

thank you !

starman? 07-26-2011 03:48 PM

working in 4.1.5 beta - thanks again!

Macgiber 07-26-2011 10:37 PM

thank you

COL NIL SATIS 07-28-2011 10:23 AM

Quote:

Originally Posted by starman? (Post 2225235)
working in 4.1.5 beta - thanks again!

thanks for the feedback starman :)

COL NIL SATIS 07-28-2011 10:23 AM

Quote:

Originally Posted by Macgiber (Post 2225346)
thank you

you are welcome :up:

sdavis2702 07-31-2011 01:43 AM

That's gorgeous. Thanks!

hivitro 08-14-2011 08:09 AM

install on 4.1.5 OK

COL NIL SATIS 08-18-2011 03:43 PM

Quote:

Originally Posted by hivitro (Post 2233316)
install on 4.1.5 OK

glad you like it hivitro:)

oldfan 09-07-2011 12:43 PM

Installed on 4.1.5. works great, thanks

COL NIL SATIS 09-08-2011 07:01 PM

Quote:

Originally Posted by oldfan (Post 2242992)
Installed on 4.1.5. works great, thanks

No problem :)

sweetpotato 09-29-2011 01:05 AM

Very Nice. Thanks,

TheTrust 10-04-2011 12:10 PM

myself i changed the background

instead of

HTML Code:

#sidebar_container .underblock {background: none; height: 10px;}
to:

HTML Code:

#sidebar_container .underblock {background: url("link of your bg image"); height: 26px;}
it gives a nice look

thank you COL NIL SATIS for your great work

Scalemotorcars 10-04-2011 03:18 PM

Anyone figure out how to fix the shadow that continues between blocks on Google Chrome?

Scalemotorcars 10-11-2011 01:18 PM

I think I fixed the shadow issue for Chrome.

Find these lines in sidebar.css

Code:

#sidebar_container > ul {
        background:{vb:stylevar sidebar_background};
        border:{vb:stylevar sidebar_border};
        -moz-border-radius:{vb:stylevar border_radius};
        -webkit-border-radius: {vb:stylevar border_radius};
        border-radius: {vb:stylevar border_radius};
      -moz-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
        -webkit-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
        box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
        float:{vb:stylevar left};
        width:100%;
}

Replace it with this.

Code:

#sidebar_container > ul {
        background:{vb:stylevar sidebar_background};
        border:{vb:stylevar sidebar_border};
        -moz-border-radius:{vb:stylevar border_radius};
        -webkit-border-radius: {vb:stylevar border_radius};
        border-radius: {vb:stylevar border_radius};
        float:{vb:stylevar left};
        width:100%;
}

Now go and replace the code from this mod with this code.

Quote:

#sidebar_container .underblock {
background: none;
height: 10px;
}
#sidebar_container > ul {
-moz-border-radius:0px;
-webkit-border-radius:: 0px;
-moz-box-shadow: none;
background-color: transparent;
border:0px;
}
#sidebar_container .block {
background-color:{vb:stylevar sidebar_background.backgroundColor};
border:{vb:stylevar forum_sidebar_border};
-moz-border-radius:{vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
-moz-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
-webkit-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
}
Confirmed working on a 4.1.4 board and Chrome, Firefox, IE browsers. I have checked others. :)

pantani 10-17-2011 08:44 AM

Thanks works fine 4.1.7 :)

COL NIL SATIS 10-19-2011 01:37 PM

Quote:

Originally Posted by TheTrust (Post 2253104)
myself i changed the background

instead of

HTML Code:

#sidebar_container .underblock {background: none; height: 10px;}
to:

HTML Code:

#sidebar_container .underblock {background: url("link of your bg image"); height: 26px;}
it gives a nice look

thank you COL NIL SATIS for your great work

You are Welcome :)

albanah 11-14-2011 09:10 PM

what is the code for blog sidebar?
Please help

AddwireCom 01-06-2012 09:14 PM

I still have a shadow on Firefox, i dont is there an update for Version 4.1.9?

Ra11en 01-17-2012 04:25 PM

Installed on 4.1.9 and is working great. Thanks!! Makes it look so much better!

lfreem2 01-25-2012 03:45 PM

Sweet! Works like a charm on 4.1.10! Thanks for sharing!

ProFifaLeagues 01-25-2012 10:29 PM

Quote:

Originally Posted by albanah (Post 2267978)
what is the code for blog sidebar?
Please help

Not supported but try this and if I remember right Lynne posted this originally?

Put this in the additional.css template:

Code:
.cms_widget {margin-bottom: 10px;}

fxdigi-cash 06-10-2013 06:52 PM

works great on vb4.2.1

Thanks

oldfan 03-12-2014 05:49 AM

works great on 4.2.2, thanks

oldfan 04-08-2023 12:36 AM

works 4.2.5. php 7.2


All times are GMT. The time now is 03:00 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.01297 seconds
  • Memory Usage 1,780KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_html_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (31)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