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)

gedsta 02-18-2012 06:17 PM

Quote:

Originally Posted by almannai (Post 2269116)
1. I will look into that

2. Please Correct me if 'm wrong: the browsers are smart enough to not download same file again it will use the cached one. This is used for backward compatibility for vb.

Did this ever get fixed? As I am having the same problem on the Gold version.

w8baby 02-19-2012 11:21 PM

i installed latest 1.5, the quick edit post become unusable at all.

i have to disable this plugin for the quick edit to work again

any idea?

almannai 02-20-2012 02:49 AM

Quote:

Originally Posted by w8baby (Post 2301377)
i installed latest 1.5, the quick edit post become unusable at all.

i have to disable this plugin for the quick edit to work again

any idea?




To Get Support:
  • Hit installed link.
  • You have to put your website link.
  • If you include a screenshot you will get a better support.
  • Don't say for example "Doesn't Work" be more descriptive.

almannai 02-21-2012 02:57 AM

Quote:

Originally Posted by gedsta (Post 2300934)
Did this ever get fixed? As I am having the same problem on the Gold version.

If you are refering to
"If you store CSS as file it causes an invalid link which produces 404 errors."

I post the answer in your post on my website.

tommyxv 02-21-2012 07:06 PM

Anyone got this working with PhotoPost? I like to have this side on all the PhotoPost pages too.

moonfox 02-23-2012 11:57 AM

OK to upgrade to VB 4.1.10?

chrisngrod 02-23-2012 12:59 PM

Quote:

Originally Posted by moonfox (Post 2302625)
OK to upgrade to VB 4.1.10?

Works fine for me...

sNator 02-24-2012 11:07 AM

If I choose to not display the sidebar for a mobilestyle, will the modules still be processed like in vb CMPS?

mountainlife 02-26-2012 02:46 PM

how do you change the width of the sidebar?

tommyxv 02-28-2012 04:37 AM

This code on the forum home is giving off XHTML errors...

Code:

<!-- Everywhere Sidebar starts-->
<style>
#content_container{width:100%;float:left;margin-right:-205px;padding:10px 0}
#content_container.contentright{float:right;margin-right:0;margin-left:-205px}
#sidebar_container{float:right;width:185px;padding:17px 0;margin-bottom:3em}
#sidebar_button{display:block;margin-top:40px;float:left;margin-left:-28px;_margin:40px 0 0 0;_display:inline-block}
#sidebar_button{float:right;margin-right:-28px}
.sidebarleft #sidebar_button{float:left;margin-left:-28px;margin-right:0}
</style>

The error are:

Code:

Line 2777, Column 7: required attribute "type" not specified
<style>


The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

Line 2777, Column 7: document type does not allow element "style" here
<style>


The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).


almannai 02-28-2012 07:03 AM

Quote:

Originally Posted by sNator (Post 2302926)
If I choose to not display the sidebar for a mobilestyle, will the modules still be processed like in vb CMPS?

The sidebar will be hidden in that style

Quote:

Originally Posted by mountainlife (Post 2303574)
how do you change the width of the sidebar?

from mod options

Quote:

Originally Posted by tommyxv (Post 2304099)
This code on the forum home is giving off XHTML errors...

Code:

<!-- Everywhere Sidebar starts-->
<style>
#content_container{width:100%;float:left;margin-right:-205px;padding:10px 0}
#content_container.contentright{float:right;margin-right:0;margin-left:-205px}
#sidebar_container{float:right;width:185px;padding:17px 0;margin-bottom:3em}
#sidebar_button{display:block;margin-top:40px;float:left;margin-left:-28px;_margin:40px 0 0 0;_display:inline-block}
#sidebar_button{float:right;margin-right:-28px}
.sidebarleft #sidebar_button{float:left;margin-left:-28px;margin-right:0}
</style>

The error are:

Code:

Line 2777, Column 7: required attribute "type" not specified
<style>


The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

Line 2777, Column 7: document type does not allow element "style" here
<style>


The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).


What is your site address?

huskermax 02-28-2012 09:45 PM

On a search all I found was admins wanting to disable the minimize function. I want to allow my members to do this. It is set to allow that but each time you refresh or go to another page it comes back. In the previous versions once they selected minimized it stayed that way.

I have the 1.5 version.

Is it a cookie thing?

almannai 02-29-2012 02:55 AM

Quote:

Originally Posted by huskermax (Post 2304420)
On a search all I found was admins wanting to disable the minimize function. I want to allow my members to do this. It is set to allow that but each time you refresh or go to another page it comes back. In the previous versions once they selected minimized it stayed that way.

I have the 1.5 version.

Is it a cookie thing?

This prob started after vb 4.1.10 in the standard version you best around this is to force no hidden sidebar

tommyxv 03-01-2012 12:00 AM

Quote:

Originally Posted by almannai (Post 2304131)

What is your site address?

I posted on your site. I'll just continue it there.

sHORTYWZ 03-01-2012 12:37 AM

With 4.1.11, this plugin is causing the sidebar to display below the forum content.

If I uninstall the product, the sidebar displays in the correct area.

Ideas?

SemperFideles 03-01-2012 12:42 AM

Quote:

Originally Posted by sHORTYWZ (Post 2304901)
With 4.1.11, this plugin is causing the sidebar to display below the forum content.

If I uninstall the product, the sidebar displays in the correct area.

Ideas?

Ditto.

rm-rf 03-01-2012 01:39 AM

Quote:

Originally Posted by SemperFideles (Post 2304903)
Ditto.

Same here. Going to have to disable for now

espkaruna 03-01-2012 02:00 AM

I am also having the same problem. The same phrases seem to be there so I am not sure what about the new version is throwing off the sidebar. Hopefully there will be a fix soon.

almannai 03-01-2012 05:13 AM

Quote:

Originally Posted by sHORTYWZ (Post 2304901)
With 4.1.11, this plugin is causing the sidebar to display below the forum content.

If I uninstall the product, the sidebar displays in the correct area.

Ideas?

Try to reduce the sidebar width from mod options and see if this fix it.

espkaruna 03-01-2012 01:50 PM

Quote:

Originally Posted by almannai (Post 2304942)
Try to reduce the sidebar width from mod options and see if this fix it.


This does not seem to work (for me anyway). I tried a variety of values for sidebar width, and then played with the top alignment and switching it from right side to left but nothing seems to make any difference. The bar still shows at the same spot below the forums.

rm-rf 03-01-2012 08:44 PM

Quote:

Originally Posted by espkaruna (Post 2305040)
This does not seem to work (for me anyway). I tried a variety of values for sidebar width, and then played with the top alignment and switching it from right side to left but nothing seems to make any difference. The bar still shows at the same spot below the forums.

Same here still at bottom

sHORTYWZ 03-02-2012 03:15 AM

Quote:

Originally Posted by almannai (Post 2304942)
Try to reduce the sidebar width from mod options and see if this fix it.

As others have said, not working... still showing at the bottom.

almannai 03-02-2012 03:45 AM

Quote:

Originally Posted by SemperFideles (Post 2304903)
Ditto.

Quote:

Originally Posted by rm-rf (Post 2304912)
Same here. Going to have to disable for now

Quote:

Originally Posted by espkaruna (Post 2304917)
I am also having the same problem. The same phrases seem to be there so I am not sure what about the new version is throwing off the sidebar. Hopefully there will be a fix soon.

Quote:

Originally Posted by espkaruna (Post 2305040)
This does not seem to work (for me anyway). I tried a variety of values for sidebar width, and then played with the top alignment and switching it from right side to left but nothing seems to make any difference. The bar still shows at the same spot below the forums.

Quote:

Originally Posted by rm-rf (Post 2305166)
Same here still at bottom

Don't know guys! it is not clear if it is a style prob or other as you don't provide enough details about your boards.
I've upgraded my board to 4.1.11 without any noticable problem as you can see it here
http://last24tech.com/forum.php

HenryCell 03-02-2012 03:49 AM

my 4.1.11 default sites showing on the bottom and my 4.1.10 sites have no problems

almannai 03-02-2012 06:43 AM

Quote:

Originally Posted by HenryCell (Post 2305242)
my 4.1.11 default sites showing on the bottom and my 4.1.10 sites have no problems

You need to provide more info
What is your mod version?



To Get Support:
  • Hit installed link.
  • You have to put your website link.
  • If you include a screenshot you will get a better support.
  • Don't say for example "Doesn't Work" be more descriptive.

huskermax 03-02-2012 10:18 AM

Quote:

Originally Posted by almannai (Post 2304505)
This prob started after vb 4.1.10 in the standard version you best around this is to force no hidden sidebar

Thanks.

paulp 03-02-2012 10:40 AM

Is the "sidebar closed state not persistent" bug already fixed in the gold version? Any ETA on a backport to the free version? :)

EconomicVoice 03-02-2012 11:48 AM

Hi,

I have this excellent product installed (free vers 1.5), but on upgrading to the latest vB version 4.1.11 the sidebar appears at the bottom left of the site above the footer.

I have disabled every plug in and product (inc blog and CMS) except for the Everywhere Sidebar (ESB) and it still appears down there.

I had also previously set my forum to a specific width via the stylevars and have also now reverted those.

I have also played with various ESB settings such as locking it on and loading after etc to no avail.

Any help gratefully received!

sHORTYWZ 03-02-2012 12:41 PM

alamannai -

Plugin version 1.5.0 free, completely default style. When I disable the mod, the sidebar shows up correctly on the right hand side of the forum. The instant I enable the mod, the sidebar shows up underneath all content.

I have tried completely uninstalling and reinstalling the plugin as well with no luck.

Let me know what additional information you need and I'll be happy to help.

almannai 03-02-2012 01:11 PM

Quote:

Originally Posted by paulp (Post 2305297)
Is the "sidebar closed state not persistent" bug already fixed in the gold version? Any ETA on a backport to the free version? :)

Can't tell sorry. Vb team keep us running behinde them with the updates :), 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! Updating is required by all of us.
What i can promisse is they first chance I got of free time will try to fix these issues in the standard ver.

Quote:

Originally Posted by EconomicVoice (Post 2305317)
Hi,

I have this excellent product installed (free vers 1.5), but on upgrading to the latest vB version 4.1.11 the sidebar appears at the bottom left of the site above the footer.

I have disabled every plug in and product (inc blog and CMS) except for the Everywhere Sidebar (ESB) and it still appears down there.

I had also previously set my forum to a specific width via the stylevars and have also now reverted those.

I have also played with various ESB settings such as locking it on and loading after etc to no avail.

Any help gratefully received!

Quote:

Originally Posted by sHORTYWZ (Post 2305332)
alamannai -

Plugin version 1.5.0 free, completely default style. When I disable the mod, the sidebar shows up correctly on the right hand side of the forum. The instant I enable the mod, the sidebar shows up underneath all content.

I have tried completely uninstalling and reinstalling the plugin as well with no luck.

Let me know what additional information you need and I'll be happy to help.

If anybody having this problem and welling to help, please pm me the admin login of their forum to check it and see how to fix it. The website must using the default style.

markbu 03-02-2012 01:50 PM

I have fixed this myself by adding sidebar.css back into the 'forumhome-rollup.css' section in includes/xml/cssrollup_vbulletin.xml (it was removed in 4.1.11)

(note: I use a very old, very modified version of this plugin - but I would guess this is the problem people are having)

(edit: after doing this you obviously have to recreate the saved css files - eg. open/save additional.css)

almannai 03-02-2012 02:25 PM

Quote:

Originally Posted by markbu (Post 2305347)
I have fixed this myself by adding sidebar.css back into the 'forumhome-rollup.css' section in includes/xml/cssrollup_vbulletin.xml (it was removed in 4.1.11)

(note: I use a very old, very modified version of this plugin - but I would guess this is the problem people are having)

(edit: after doing this you obviously have to recreate the saved css files - eg. open/save additional.css)

Thank you for sharing.

If this is true then people having such problem may start by setting "Store CSS Stylesheets as Files?" to No if this fix it then it is as you said.

espkaruna 03-02-2012 03:32 PM

Quote:

Originally Posted by almannai (Post 2305362)
Thank you for sharing.

If this is true then people having such problem may start by setting "Store CSS Stylesheets as Files?" to No if this fix it then it is as you said.

I can verify that this does work.

EconomicVoice 03-02-2012 04:21 PM

That seems to do the trick! Thanks markbu/almannai.

For those that don't know where this setting is go to options then style & language settings.

almannai 03-02-2012 05:43 PM

1 Attachment(s)
Ok Guys This bug is valid in the free AND gold versions so Starting from vb4.1.11 if you want to enable "Store CSS Stylesheets as Files?" you need to upload "cssrollup_everywhere_sidebar.xml" to /includes/xml directory.

Trevor Matthews 03-02-2012 08:57 PM

The sidebar on my forum is now at the bottom left of all forum pages.

I just uploaded that file cssrollup above but I still have the same problem.

Any ideas?

Trevor Matthews 03-02-2012 09:01 PM

Cancel that :D

Just needed to Ctrl F5 each page.

Phew, thats a relief.

Trevor Matthews 03-02-2012 09:12 PM

I am still running Gold 2.0.5
I am unable to log in to your web-site as I can't remember my details.

How can I get the latest Gold version?

dannycutts 03-02-2012 10:33 PM

:I have just uploaded that file and it still doesnt work

:-(

dannycutts 03-02-2012 10:49 PM

ok so once you have uploaded the file, uninstall the everywhere sidebar plugin and then reinstall it :-)

Danny


All times are GMT. The time now is 08:35 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.03074 seconds
  • Memory Usage 1,856KB
  • 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_code_printable
  • (27)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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