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)

sross 05-08-2011 09:38 PM

I see what you are saying but it does not make sense to me that by default the vbulletin sidebar does not load after forum loads, yet when the everywhere sidebar mod is enabled it then takes on this behavior. How can this be a vbulletin 'as designed' issue when it appears only after the mod is enabled? The mod is actually overkill for me anyways, all I really wanted was sidebar to show on forum display and showthread. There doesn't seem to be a mod for this though.

almannai 05-09-2011 09:51 PM

Quote:

Originally Posted by VBUsers (Post 2187978)
If I wanted to make it thinner and move it more to the right so it gave the forum more space , where would I change that and how?

(Thank you for the great mod by the way)

Search this thread it has been answered before

Quote:

Originally Posted by GaryT (Post 2186237)
A little confused as to which file above is the current release, which is it?

last version 1.4.1pl1

Quote:

Originally Posted by setjo1980ya (Post 2185835)
I am using Version 4.1.2
After installing Everywhere side bar plugin as per instructions my logo and header image becomes invisble
Please help me out

weird!!
why you don't upgrade vb to 4.1.3 and see if fix it

Quote:

Originally Posted by PSB (Post 2185240)
Can someone help me understand what is going wrong with our implementation, I presume it is something to do with our templates however its not my strong point.

We have had Everywhere Sidebar installed and working for a while now however I am seeing a 404 for the following;

/clientscript/vbulletin_css/style00010l/sidebar-ie.css
and
/clientscript/vbulletin_css/style00010l/forumbits-ie.css

exist, however it looks like the http request is coming though in a weird fashion where both files are in the same request, I presume this is not normal ?

error.log
[error] [client x.x.x.] File does not exist: /x/x/forum/clientscript/vbulletin_css/style00010l/forumbits-ie.css,sidebar-ie.css, referer: http://www.perthstreetbikes.com/forum/f89/

Any pointers where to start looking ?

What is the last thing you made? have you installed any other mods or did you changed any of the plugins manually

Quote:

Originally Posted by J34329DCC23C (Post 2192766)
hi
the sidebars appear in the bottom of the page on all pages except the home page
here is the link
http://www.2knowmyself.com/personal_development_forum
can you please help with this?

Search this thread it has been answered before.

If you want a direct help check my site. http://vbfixer.com/

|Jordan| 05-11-2011 05:47 PM

1 Attachment(s)
When i have this enabled, my forum pages are totally messed up (see attached screenshot). I know its this plugin causing it because when i disable it, it goes away. It does even does this in the default style.

How do i fix it?

VBUsers 05-13-2011 01:54 AM

1 Attachment(s)
here is my issue. I've looked for it but not sure where its been posted. i'll check again

|Jordan| 05-13-2011 02:53 AM

Quote:

Originally Posted by VBUsers (Post 2194993)
here is my issue. I've looked for it but not sure where its been posted. i'll check again

Try the default vb style. If it doesnt do it, then its your style that's breaking it in some way (contact the designer to fix it).

almannai 05-13-2011 03:58 AM

Quote:

Originally Posted by VBUsers (Post 2194993)
here is my issue. I've looked for it but not sure where its been posted. i'll check again

adjust the padding in your style

VBUsers 05-13-2011 04:40 AM

Quote:

Originally Posted by |Jordan| (Post 2195000)
Try the default vb style. If it doesnt do it, then its your style that's breaking it in some way (contact the designer to fix it).

the default style has the same exact issue. If any one can help I would really appreciate it.

VBUsers 05-13-2011 04:53 AM

Quote:

Originally Posted by almannai (Post 2195010)
adjust the padding in your style

Can you please point me in the direction of where?

Calystos 05-13-2011 08:33 AM

Did anyone manage to get this working in vbadvanced cmps? I tried via the instructions on the other site but nothing appears.

Anyone have any ideas?

Cheers.

almannai 05-13-2011 01:55 PM

Quote:

Originally Posted by Calystos (Post 2195046)
Did anyone manage to get this working in vbadvanced cmps? I tried via the instructions on the other site but nothing appears.

Anyone have any ideas?

Cheers.

I don't have vbadvanced cmps, but in the code posted by qG ThaLiX use the following code instead

PHP Code:

require_once(DIR '/includes/class_block.php');
$show['sidebar'] = false;
    
$blockmanager vB_BlockManager::create($vbulletin);
    
$sidebar $blockmanager->getSidebarHTML();
    if (
$sidebar)
    {
        
$show['sidebar'] = true;

$templater vB_Template::create('sidebarext_temp'); 
$templater->register('sidebar'$sidebar);$templater->register('show_sidebar'$show_sidebar);$templater->register('button_top_sidebar'intval($vbulletin->options['esidebar_button_top']));$templater->register('width_sidebar'intval($vbulletin->options['esidebar_width']));$templater->register('margin_sidebar'intval($vbulletin->options['esidebar_width'])+20);
$template_hook['sidebarext_temp']=$templater->render();
$sidebarext_add "' . \$template_hook['sidebarext_temp'] . '";        
$sidebarext_search '/\' \. \$footer \. \'/'
$sidebarext_replace =  $sidebarext_add "' . \$footer . '";               
$vbasidebar preg_replace($sidebarext_search$sidebarext_replace$vbulletin->templatecache['adv_portal']);
$sidebarext_search '<div id="vbasidebarclass">'
$sidebarext_add ='<div id="content_container"><div id="content">';        
if(
$vbulletin->options['sidebarposition']==0)$sidebarext_add ='<div id="content_container" class="contentright"><div id="content">';  
$sidebarext_replace =  $sidebarext_add $sidebarext_search;               
$vbasidebar str_replace($sidebarext_search$sidebarext_replace$vbasidebar);
$vbulletin->templatecache['adv_portal'] = $vbasidebar;
    } 



All times are GMT. The time now is 04:59 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.02746 seconds
  • Memory Usage 1,774KB
  • 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_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