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)
-   -   Add-On Releases - Everywhere Sidebar 4 VB4 (https://vborg.vbsupport.ru/showthread.php?t=233871)

almannai 07-25-2010 05:18 PM

Quote:

Originally Posted by Hammertime (Post 2074206)
Actually, is there any other workaround to fix this?

I'd prefer to keep the Forum Titles for SEO purposes.

form admincp

open forumhome.css in the style you want to change or use the master style to effect all styles

change the padding size for #sidebar_container as you wish
eg
padding:47px 0;


regards

almannai 07-26-2010 09:04 AM

Quote:

Originally Posted by Hammertime (Post 2074206)
Actually, is there any other workaround to fix this?

I'd prefer to keep the Forum Titles for SEO purposes.

Quote:

Originally Posted by almannai (Post 2074345)
form admincp

open forumhome.css in the style you want to change or use the master style to effect all styles

change the padding size for #sidebar_container as you wish
eg
padding:47px 0;


regards

Has this fixed your problem?

It is very important to reply to the answer so others will know that this is the right or wrong answer?

saviola8x 07-26-2010 07:23 PM

1 Attachment(s)
I cant hack this mod.
Please help me

almannai 07-27-2010 09:12 AM

Quote:

Originally Posted by saviola8x (Post 2074899)
I cant hack this mod.
Please help me

try to temperory disable all other mods and see if this fix your problem

Then check which one is causing this problem by enabling mods one by one

Sal Collaziano 07-29-2010 05:17 PM

I just installed this plugin. It works nicely but I cannot enforce the sidebar. Is there a reason why I'm not seeing anything pertaining to the copy/paste below on my AdminCP?

Optional step to force sidebar to be always visible and hide collapse button :

11. Go to mod options
Admincp->Settings->options->EveryWhere Sidebar (ESB) options

12. Set "Don't hide ESB switch" to "yes" and save.

Front Range 07-29-2010 10:27 PM

Is there some manual edits I can do to the templates for my custom style to get this to work? As it is on all but FORUMHOME it displays below the forums. TIA!

eues 07-30-2010 12:03 AM

Quote:

Originally Posted by Front Range (Post 2076570)
Is there some manual edits I can do to the templates for my custom style to get this to work? As it is on all but FORUMHOME it displays below the forums. TIA!

I have this problem too!!

eues 07-30-2010 08:06 PM

1 Attachment(s)
there's a screenshot to show you guys better what we mean! thanks a lot if you can help me

Robert Carver 07-31-2010 03:48 AM

Great product, but I have a question concerning the spacing between the sidebar blocks.

Over at vbulletin.com, Lynne shared some css that would allow us to put some spacing between the various blocks. Below is a link to that thread...

http://www.vbulletin.com/forum/showt...Sidebar-Blocks

Anyway, when I use Everywhere Sidebar, it will override the above css and put the blocks back in their original state; with the blocks all touching each other. I would like to keep the spacing that Lynne's code allows me to do, so if anyone has an idea where I can go to adjust the spacing between blocks when Everyside Sidebar is enabled, I would most appreciate it.

Thanks!

almannai 08-01-2010 09:52 AM

Sorry everybody I've been a way for ciuple of days

Quote:

Originally Posted by Sal Collaziano (Post 2076411)
I just installed this plugin. It works nicely but I cannot enforce the sidebar. Is there a reason why I'm not seeing anything pertaining to the copy/paste below on my AdminCP?

Optional step to force sidebar to be always visible and hide collapse button :

11. Go to mod options
Admincp->Settings->options->EveryWhere Sidebar (ESB) options

12. Set "Don't hide ESB switch" to "yes" and save.

Very odd!!!

Can you post your forumurl please?

Quote:

Originally Posted by Front Range (Post 2076570)
Is there some manual edits I can do to the templates for my custom style to get this to work? As it is on all but FORUMHOME it displays below the forums. TIA!

Quote:

Originally Posted by eues (Post 2076587)
I have this problem too!!

Quote:

Originally Posted by eues (Post 2076956)
there's a screenshot to show you guys better what we mean! thanks a lot if you can help me


ok guys anytime you see this it means something is changing the forum home template before the ESB.

The mod is searching for

PHP Code:

<div id="pagetitle"

to insert the ESB. If this is changed then you need to change that to what you have in your forumhome template.

you can chage it from forumhome_complete hi\ook of the mod

search for
PHP Code:

$sidebarext_search '<div id="pagetitle">'

and change to fine whatever page title div is used in your forum




Quote:

Originally Posted by Robert Carver (Post 2077083)
Great product, but I have a question concerning the spacing between the sidebar blocks.

Over at vbulletin.com, Lynne shared some css that would allow us to put some spacing between the various blocks. Below is a link to that thread...

http://www.vbulletin.com/forum/showt...Sidebar-Blocks

Anyway, when I use Everywhere Sidebar, it will override the above css and put the blocks back in their original state; with the blocks all touching each other. I would like to keep the spacing that Lynne's code allows me to do, so if anyone has an idea where I can go to adjust the spacing between blocks when Everyside Sidebar is enabled, I would most appreciate it.

Thanks!

ok for fast fix

open ESB template "sidebarext_temp"

search for

PHP Code:

<!--[if IE 6]><link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}forumbits-ie.css" /><![endif]--> 

add below your aditional style settings

eg

PHP Code:

<style>
/* Put spaces between blocks on forumhome page */
#sidebar_container .underblock {background: none; height: 10px;}
#sidebar_container > ul {
    
-moz-border-radius:0px;
    -
webkit-border-radius:: 0px;
    -
moz-box-shadownone;
    
background-color:transparent;
    
border:0px;
}
#sidebar_container .block {
    
background-color:{vb:stylevar forum_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}; 
}
</
style

and you will get a very nice good looking sidebar :)


All times are GMT. The time now is 04:34 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.02351 seconds
  • Memory Usage 1,770KB
  • 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_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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