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)

almannai 08-03-2012 06:04 PM

Quote:

Originally Posted by gedsta (Post 2351870)
This issue.



edit - not fixed.

Quote:

Originally Posted by gedsta (Post 2349950)
Excellent - Thank you very much. Confirmed fixed for the Tag Cloud.

One more issue, not sure if it is the plugin or not.

If you set

Don't hide ESB switch. to YES

And then

Excluded Groups. to 2,6,7,5,9,14,10

Then click on the arrow to close it, you have to do this on every change of page.

Changing Don't hide ESB switch. to NO, works as designed, and on page changes, stays closed.

Quote:

Originally Posted by BGN64 (Post 2353661)
I am having the same issue.

Sorry for the delay.

Is this in the Gold ver?


Regards,

BGN64 08-03-2012 06:11 PM

I have the gold version and can confirm this issue.

almannai 08-03-2012 06:16 PM

Quote:

Originally Posted by BGN64 (Post 2354107)
I have the gold version and can confirm this issue.

Ok confiremed the mod will be updated within +5 minutes

Regards

gedsta 08-03-2012 06:19 PM

Quote:

Originally Posted by almannai (Post 2354106)
Sorry for the delay.

Is this in the Gold ver?


Regards,


Yes mate.

almannai 08-03-2012 06:22 PM

Quote:

Originally Posted by gedsta (Post 2354114)
Yes mate.

Fixed
Please get 2.2.14

gedsta 08-03-2012 07:06 PM

Quote:

Originally Posted by almannai (Post 2354115)
Fixed
Please get 2.2.14

Hello

This breaks my custom style.

It merges the templates, with these changes.

PHP Code:

var A=fetch_cookie("vbulletin_sidebar_collapse");
if(
A=="1"){
sbar=YAHOO.util.Dom.get("sidebar");
if(
sidebar_align=="right"){
YAHOO.util.Dom.setAttribute("sidebar_button","src","{vb:stylevar imgdir_misc}/tab-expanded.png");
//YAHOO.util.Dom.setStyle(sidebar.content_container,"marginRight","0");
//YAHOO.util.Dom.setStyle(sidebar.content,"marginRight","0");
YAHOO.util.Dom.setStyle('content_container',"marginRight","0");
YAHOO.util.Dom.setStyle('content',"marginRight","0");
YAHOO.util.Dom.setStyle('sidebar',"display","none");
}else{
YAHOO.util.Dom.setAttribute("sidebar_button","src","{vb:stylevar imgdir_misc}/tab-expanded-left.png");
//YAHOO.util.Dom.setStyle(sidebar.content_container,"marginLeft","0");
//YAHOO.util.Dom.setStyle(sidebar.content,"marginLeft","0");
YAHOO.util.Dom.setStyle('content_container',"marginLeft","0");
YAHOO.util.Dom.setStyle('content',"marginLeft","0");
YAHOO.util.Dom.setStyle('sidebar',"display","none");
}

//sidebar.collapse(false);
}else{
if(
sidebar_align=="right"){
YAHOO.util.Dom.setStyle('content_container',"marginRight","-"+content_container_margin+"px");
YAHOO.util.Dom.setStyle('content',"marginRight",content_container_margin+"px");
}else{
YAHOO.util.Dom.setStyle('content_container',"marginLeft","-"+content_container_margin+"px");
YAHOO.util.Dom.setStyle('content',"marginLeft",content_container_margin+"px");
}
}



if(
A=="1")setTimeout("force_expand();",sidezimer);
YAHOO.util.Dom.setStyle('content_container',"display","block"); 

On the forum home page, the icons to the left of the forum threads are now to the left of the sidebar. Disabling your mod corrects this. (whilst using IE9 - Firefox 14 is fine)

Reinstalling the skin and uninstalling your mod, everything is ok, but then reinstalling the previous version has the same error now, and looking at the templates your above code is still in the styles / templates.

Also with the previous version, once installed, still has the errors, but then overwriting the skin.xml file it is then working.

Trying to remove that code results in the error

The following error occurred when attempting to evaluate this template:
Could not find phrase ' The following template conditional expression contains function calls:

PHP Code:

<if condition="is_member_of($vbulletin->userinfo, explode(',', $vboptions['esidebar_no_hide_exclude']))"

And gives me the option to continue or go back - Any ideas?

almannai 08-03-2012 07:45 PM

Quote:

Originally Posted by gedsta (Post 2354128)
Hello

This breaks my custom style.

It merges the templates, with these changes.

PHP Code:

var A=fetch_cookie("vbulletin_sidebar_collapse");
if(
A=="1"){
sbar=YAHOO.util.Dom.get("sidebar");
if(
sidebar_align=="right"){
YAHOO.util.Dom.setAttribute("sidebar_button","src","{vb:stylevar imgdir_misc}/tab-expanded.png");
//YAHOO.util.Dom.setStyle(sidebar.content_container,"marginRight","0");
//YAHOO.util.Dom.setStyle(sidebar.content,"marginRight","0");
YAHOO.util.Dom.setStyle('content_container',"marginRight","0");
YAHOO.util.Dom.setStyle('content',"marginRight","0");
YAHOO.util.Dom.setStyle('sidebar',"display","none");
}else{
YAHOO.util.Dom.setAttribute("sidebar_button","src","{vb:stylevar imgdir_misc}/tab-expanded-left.png");
//YAHOO.util.Dom.setStyle(sidebar.content_container,"marginLeft","0");
//YAHOO.util.Dom.setStyle(sidebar.content,"marginLeft","0");
YAHOO.util.Dom.setStyle('content_container',"marginLeft","0");
YAHOO.util.Dom.setStyle('content',"marginLeft","0");
YAHOO.util.Dom.setStyle('sidebar',"display","none");
}

//sidebar.collapse(false);
}else{
if(
sidebar_align=="right"){
YAHOO.util.Dom.setStyle('content_container',"marginRight","-"+content_container_margin+"px");
YAHOO.util.Dom.setStyle('content',"marginRight",content_container_margin+"px");
}else{
YAHOO.util.Dom.setStyle('content_container',"marginLeft","-"+content_container_margin+"px");
YAHOO.util.Dom.setStyle('content',"marginLeft",content_container_margin+"px");
}
}



if(
A=="1")setTimeout("force_expand();",sidezimer);
YAHOO.util.Dom.setStyle('content_container',"display","block"); 

On the forum home page, the icons to the left of the forum threads are now to the left of the sidebar. Disabling your mod corrects this. (whilst using IE9 - Firefox 14 is fine)

Reinstalling the skin and uninstalling your mod, everything is ok, but then reinstalling the previous version has the same error now, and looking at the templates your above code is still in the styles / templates.

Also with the previous version, once installed, still has the errors, but then overwriting the skin.xml file it is then working.

Trying to remove that code results in the error

The following error occurred when attempting to evaluate this template:
Could not find phrase ' The following template conditional expression contains function calls:

PHP Code:

<if condition="is_member_of($vbulletin->userinfo, explode(',', $vboptions['esidebar_no_hide_exclude']))"

And gives me the option to continue or go back - Any ideas?

First if you edited the mod template manually un-install then reinstall has no effects. you can check that if you un-install the mod and check if the mod templates still exist.

Second the mod is only tested on the default style so please check on the deafalt style.

gedsta 08-03-2012 08:32 PM

Removed, my error. /:

gedsta 08-04-2012 06:44 AM

Just to update, it seems it is my IE that is at fault. Trying it on another PC with IE it appears to be working fine.

Sorry for the hassle, and thanks for the latest update which fixes the cookies. :)



Further update, it was compatibility view that was causing the hassle, turned off, it is fine.

BGN64 08-04-2012 12:27 PM

Quote:

Originally Posted by almannai (Post 2354115)
Fixed
Please get 2.2.14

Works as advertised. Thank you!


All times are GMT. The time now is 08:42 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.02845 seconds
  • Memory Usage 1,797KB
  • 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
  • (9)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