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)

Trevor Matthews 03-10-2012 05:51 PM

Thanks, yes, default style and nothing special about anything to my knowledge.

I will just not activate the mobile style.

Trevor Matthews 03-10-2012 06:06 PM

I just thought I would have one last look at the problem.
I turned off each forum block one at a time and tested the mobile style.
As soon as the last block was turned off the mobile stlye started to work correctly.

As soon as I turn any one of the blocks on it breaks the mobile style.

Is there anything else you can suggest I check please?

SemperFideles 03-10-2012 06:57 PM

Quote:

Originally Posted by almannai (Post 2305339)
...no time to check the free version. All the time I have detecated to the payed version for now at least. They've done a major changes to the sidebar can't blame them though!

Product uninstalled. Users aren't missing it anyway and if you're going to lag support to the free version I don't really want to have to keep messing with it and getting user complaints.

chrisngrod 03-10-2012 10:14 PM

Come on Devil Dog.... It's free. I fixed my forum (4.1.11).

What was wrong with yours? Anything that this couldn't solve?

https://vborg.vbsupport.ru/showpost....postcount=1475

mountainlife 03-11-2012 02:08 AM

almannai any chance you could help me and answer my question? Really need to know how to make the side column wider. Thanks!

almannai 03-11-2012 08:20 AM

Quote:

Originally Posted by mountainlife (Post 2308450)
almannai any chance you could help me and answer my question? Really need to know how to make the side column wider. Thanks!

Have you checked the mod options?????

marengo 03-11-2012 02:34 PM

1 Attachment(s)
Hi

I have a basic question but I cannot figure out how to change the gap between sidebar and content. Now the sidebar is 210px; and the gap is 20px. I need to change it to 10px... So inline styled margins should be changed from 230 to 220 px. Could you please help me.

Thanks

mountainlife 03-11-2012 03:05 PM

Quote:

Originally Posted by almannai (Post 2308481)
Have you checked the mod options?????

Yes sure have!! Nothing there, want a screen shot?

Unless you recently added it to the mod panel for this? As I might not have the most current version

almannai 03-11-2012 03:52 PM

Quote:

Originally Posted by marengo (Post 2308542)
Hi

I have a basic question but I cannot figure out how to change the gap between sidebar and content. Now the sidebar is 210px; and the gap is 20px. I need to change it to 10px... So inline styled margins should be changed from 230 to 220 px. Could you please help me.

Thanks

You have to change 2 things; the sidebar width and the right margin for example you can make sb width 270 and right margin -280 so the gap will be 10
Quote:

Originally Posted by mountainlife (Post 2308550)
Yes sure have!! Nothing there, want a screen shot?

Unless you recently added it to the mod panel for this? As I might not have the most current version

I see you aare using 1.4.1 is there any reason for not using 1.5!

marengo 03-11-2012 04:12 PM

Quote:

You have to change 2 things; the sidebar width and the right margin for example you can make sb width 270 and right margin -280 so the gap will be 10
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.

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); 


stb74 03-14-2012 08:13 PM

I have just updated my forum to 4.1.11 and its now showing the sidebar at the bottom of the forum. I have a custom theme but when I checked the default theme its the same there too.

chrisngrod 03-14-2012 08:53 PM

Quote:

Originally Posted by Luerssen (Post 2309442)
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); 


Is it me or is this reply ugly in nature? Maybe I missed something.

Quote:

Originally Posted by stb74 (Post 2309467)
I have just updated my forum to 4.1.11 and its now showing the sidebar at the bottom of the forum. I have a custom theme but when I checked the default theme its the same there too.

Go back through the thread and you should see where some people have posted a fix. I had to do it as well.

alaska_av8r 03-15-2012 02:13 AM

Okay this has got me stumped. I have vb 4.1.11 and I am unsure of your installation directions.

Do I only need to import the cssrollup_everywhere_sidebar.xml file

<or>

Do I need to get the product-everywhere_sidebar_1.5.zip install that, then import the cssrollup_everywhere_sidebar.xml file?

disregard, figured it out....

almannai 03-15-2012 06:11 AM

Quote:

Originally Posted by chrisngrod (Post 2309483)
Is it me or is this reply ugly in nature? Maybe I missed something.



Go back through the thread and you should see where some people have posted a fix. I had to do it as well.

Thank you chrisngrod

Quote:

Originally Posted by alaska_av8r (Post 2309553)
Okay this has got me stumped. I have vb 4.1.11 and I am unsure of your installation directions.

Do I only need to import the cssrollup_everywhere_sidebar.xml file

<or>

Do I need to get the product-everywhere_sidebar_1.5.zip install that, then import the cssrollup_everywhere_sidebar.xml file?


disregard, figured it out....

I've updated the installation steps :)

ozione 03-15-2012 11:08 AM

hey, all!

anyone has issues with the MGC Chatbox EVO? i have issues with when the chatbox constantly reloads itself once the mod is enabled. and there's also a missing block for chatbox's notifications.

can't figure it out.
:P

recipesecrets 03-15-2012 02:01 PM

My Everywhere Sidebar is overlapping on my footer and sometimes the quick reply box -- especially on shorter pages.

How can I correct this ??

You can view what is happening here:

http://img840.imageshack.us/img840/6...oadedfile1.png

http://www.recipesecrets.net/forums/...n-lasagna.html

Luerssen 03-15-2012 03:44 PM

Quote:

Originally Posted by chrisngrod (Post 2309483)
Is it me or is this reply ugly in nature? Maybe I missed something.

I'll agree with you, if you give me explanation of this code, and what this could do.

PHP Code:

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

Until you didn't, just... s-up, <3 u

chrisngrod 03-15-2012 04:45 PM

Quote:

Originally Posted by Luerssen (Post 2309692)
I'll agree with you, if you give me explanation of this code, and what this could do.

PHP Code:

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

Until you didn't, just... s-up, <3 u

"Until you didn't" <-- "Until you do" perhaps? I might not code a lot, but I do speak a bit of English. No one gives me orders except my superiors, and if you're not in the US Military you're definitely not one of them. We could get really ugly here, but this is not the site to do it on. They have Facebook for that and trolls. Don't go into someone's house and disrespect them. This thread belongs to the developer. Make your contribution and leave it at that.

Luerssen 03-16-2012 01:00 PM

Hah, blame me moar for english level. But you still didn't answered the question.
I'm not trolling, i said two true things:

1) Code is ugly, for any developer, who works more than 2 years (and yes, i'm using e-sidebar for a long time, and nothing changed)
2) There is a bug for peoples who uses html in blocks. If you don't, and started blame me... then u're trolling xD

And in general, i don't really care about my english level, because it improves everyday(thank you for correction), and very much people said, that is very good :)

P.S. You still can understand me :-P

almannai 03-16-2012 05:52 PM

Quote:

Originally Posted by Luerssen (Post 2310026)
Hah, blame me moar for english level. But you still didn't answered the question.
I'm not trolling, i said two true things:

1) Code is ugly, for any developer, who works more than 2 years (and yes, i'm using e-sidebar for a long time, and nothing changed)
2) There is a bug for peoples who uses html in blocks. If you don't, and started blame me... then u're trolling xD

And in general, i don't really care about my english level, because it improves everyday(thank you for correction), and very much people said, that is very good :)

P.S. You still can understand me :-P

Ok your message has been received. My code is ugly and everybody knows that. And we don't care if your English is good or bad.
Can you please not to waste our time on this here?

lapiervb 03-20-2012 12:49 PM

Can somebody make a mod to fix this mod? This is driving me crazy...

steeler7 03-20-2012 01:00 PM

Any idea when the Free Mod is going to be fixed to fix the problem with the sidebar not staying collapsed that showed up with 4.1.10? I know that the Gold version supposedly has this working but this isn't really an additional function but a default one

chrisngrod 03-20-2012 01:20 PM

Quote:

Originally Posted by lapiervb (Post 2311346)
Can somebody make a mod to fix this mod? This is driving me crazy...

Which problem are you referring to? My 4.1.11 board seems to be functioning fine with it.

tpearl5 03-22-2012 03:29 PM

um, I'm not quite sure why, in the latest gold release (2.2.4), you changed parse_templates and the associated hook to "xparse_templates". If you don't need it anymore why not just remove it or make it blank?

almannai 03-22-2012 04:11 PM

Quote:

Originally Posted by tpearl5 (Post 2312146)
um, I'm not quite sure why, in the latest gold release (2.2.4), you changed parse_templates and the associated hook to "xparse_templates". If you don't need it anymore why not just remove it or make it blank?

Forget about it. I will remove it

gnrx 03-23-2012 12:15 AM

HelloI'm a new user with this fantastic product.

But I try during some hours for configure and I can't:
I'm explained:

I have 2 blocks with code adsense (bewtween other blocks like, last posts, last threads...).
I want configure for: Appears this blocks in all pages and forums, but when the user is in a thread, one block not appears (only one block) for this, I made this configuration:

EveryWhere Sidebar (ESB) options
Filter Blocks by forums
Blockid:block_html_6

But not works, this block appears always.

What are my error?

Sorry if this question, is a "stupid" question.

Thanks and regards!

draver 03-23-2012 09:56 AM

Quote:

Originally Posted by downloadsmasti (Post 2307993)
Hi got ti now but not in correct format like

Title & username in bold letters and image is not in correct postion as in images

I have exactly the same problem. Any solution?

draver 03-23-2012 10:40 AM

No need for help. I switched to this Mod: https://vborg.vbsupport.ru/showthread.php?t=280484

This thing is much faster in my forum.

gnrx 03-23-2012 11:44 PM

Update my last post:
Quote:

I'm explained:

I have 2 blocks with code adsense (bewtween other blocks like, last posts, last threads...).
I want configure for: Appears this blocks in all pages and forums, but when the user is in a thread, one block not appears (only one block) for this, I made this configuration:

EveryWhere Sidebar (ESB) options
Filter Blocks by forums
Blockid:block_html_6

But not works, this block appears always.

What are my error?

Sorry if this question, is a "stupid" question.

Thanks and regards!
I view that, yes work for all usergrops, except by usergroup admin, I, like admin, I view this block always, is this correct?

Thanks and regards!

burntire 03-24-2012 06:17 AM

1 Attachment(s)
Quote:

Originally Posted by downloadsmasti (Post 2307993)
Hi got ti now but not in correct format like

Title & username in bold letters and image is not in correct postion as in images

Same Problem.

Is there a solution?


All times are GMT. The time now is 01:29 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.03434 seconds
  • Memory Usage 1,853KB
  • 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
  • (8)bbcode_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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