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)

ngphuc2k 03-11-2012 05:26 PM

I use for giasuductri.com.
It is best.

almannai 03-11-2012 05:55 PM

Quote:

Originally Posted by marengo (Post 2308567)
Thanks for the response.
I don't need it 270, I need it 210. I made it 210 thr the option's panel, and it's working fine.
Where to change the margin? I don't see this in options... And in CSS too... all margins (defined in different classes) are vb:math, and I just don't know what to edit to define a right margin.
Could you please tell me what class in in what *.css should I edit...

Thank you.

Scrape that...

Open the mod xml file replace all
PHP Code:

intval($vbulletin->options['esidebar_width'])+20 

by this
PHP Code:

intval($vbulletin->options['esidebar_width'])+10 

where 10 is the gap

almannai 03-11-2012 06:12 PM

Quote:

Originally Posted by ngphuc2k (Post 2308583)
I use for giasuductri.com.
It is best.

Sorry can't get what you mean!!!

marengo 03-11-2012 07:04 PM

Thank you, working fine! Add this qs to the FAQ, I think it's very helpful.

burlesque 03-12-2012 06:12 PM

Hi - I installed this on my test forum and everything was working fine, however the sidebar widget from DBTech's Forum Live Feed & User Wall does not show up.

Is there any way to fix this or alternatively, is there any way to call the feed in its own page - minus the site header/footer oe just the feed - so I can call it into the sidebar via an ajax include?

inphoenix 03-12-2012 08:20 PM

This product works great for me but it also shows up in the mobile style. How do I exclude it from the mobile style?

thesatman 03-12-2012 09:51 PM

This mod is adding the sidebar below my footer on the default style ? 4.1.11 any fix please ?

almannai 03-13-2012 05:54 AM

Quote:

Originally Posted by inphoenix (Post 2308938)
This product works great for me but it also shows up in the mobile style. How do I exclude it from the mobile style?

sure just set the style id you want to exclude in "Excluded styles" box

ngphuc2k 03-13-2012 10:05 AM

Thanks

Luerssen 03-14-2012 07:11 PM

ESidebar's code are so f... ugly... btw:

If you're using HTML blocks (especially <li> tag), you could notify that 1.5.0 broke your footer. Here's how to fix this:

Go to Plugins -> Modules, find module "sidebar_global", edit it:

Find
PHP Code:

$fullblocks explode('<li>',$sidebar_str); 

Replace with
PHP Code:

#$fullblocks = explode('<li>',$sidebar_str);
# fix by Arhivarius @ Forum-Grad
$fullblocks preg_split("/<li>\s+<div class=\"block/i"$sidebar_str); 



All times are GMT. The time now is 11:40 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.02969 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)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