Thread: Add-On Releases - Everywhere Sidebar 4 VB4
View Single Post
  #461  
Old 08-01-2010, 09:52 AM
almannai almannai is offline
 
Join Date: Oct 2007
Posts: 889
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Quote:
Originally Posted by Sal Collaziano View Post
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 View Post
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 View Post
I have this problem too!!
Quote:
Originally Posted by eues View Post
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 View Post
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
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01372 seconds
  • Memory Usage 1,806KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete