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)

Vinyljunky 07-26-2012 11:02 AM

1 Attachment(s)
Quote:

Originally Posted by Vinyljunky (Post 2349833)
hello,
Firstly Thank You for Sharing a Great Mod

I am having a small problem in that custom avatars are not being displayed :(

I am running (vBulletin 4.2.0 Patch Level 1)

Any Ideas Welcome

regards
VJ

please find attached a screenshot as requested.

Normal avatars work okay, custom avatars do not. The avatars are okay in my forum and I'm sure they used to work in a previous version of everywhere sidebar.

Suggestions for a fix are more than welcome.

Thanks

almannai 07-27-2012 01:03 PM

Quote:

Originally Posted by Vinyljunky (Post 2351556)
please find attached a screenshot as requested.

Normal avatars work okay, custom avatars do not. The avatars are okay in my forum and I'm sure they used to work in a previous version of everywhere sidebar.

Suggestions for a fix are more than welcome.

Thanks

Do you remember which version of the mod that custom avatars where working on?

gedsta 07-27-2012 01:13 PM

Quote:

Originally Posted by almannai (Post 2351865)
Do you remember which version of the mod that custom avatars where working on?

Hi

They work fine for me on the latest Gold version if that helps narrow it down.

Still have the cookies issue though. :(

almannai 07-27-2012 01:23 PM

Quote:

Originally Posted by gedsta (Post 2351867)
Hi

They work fine for me on the latest Gold version if that helps narrow it down.

Still have the cookies issue though. :(

What cookies issue?

gedsta 07-27-2012 01:29 PM

edit - Definitely still has this issue.

gedsta 07-27-2012 01:30 PM

Quote:

Originally Posted by almannai (Post 2351868)
What cookies issue?

This issue.

Quote:

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.
edit - not fixed.

gedsta 07-27-2012 01:34 PM

The cookie issue is still there. :(

zakonline 07-31-2012 06:33 AM

Wow.. Nice one :) Thanks

JetLee 07-31-2012 02:45 PM

With Gedsta...

If I allow all usergroups to close the sidebar, then it stays closed from page to page or refresh/reload.

If I force it to stay open, excluding usergroups, you have to close it on every page from the excluded usergroup.

Also, I'm having issues with some sidebar blocks not working, namely Raffles and Staff Online.

BGN64 08-02-2012 01:25 PM

I am having the same issue.

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.


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!

almannai 08-04-2012 01:48 PM

Quote:

Originally Posted by gedsta (Post 2354269)
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.

:)
Glad that you fix it

Quote:

Originally Posted by BGN64 (Post 2354349)
Works as advertised. Thank you!

Great

gedsta 08-07-2012 02:39 PM

Quote:

Originally Posted by almannai (Post 2354375)
:)
Glad that you fix it



Great

Thanks, working great now :)

Can I ask for a fix or an additional feature please?

On the vBulletin CMS page, if you have the Recent Forum Posts widget enabled, then smilies show if there are any present.

If you have the Recent Forums Post on your side bar you just get the bbcode rather than the image.

Is this Possible?

Andyrew 08-08-2012 03:56 PM

Just installed the gold version and it completely removes my sidebar. If I disable the plugin my sidebar returns. ?

Edit: It was caused by the plugin add poll to side bar.

pw2467 08-15-2012 07:54 PM

I installed 1.5.3 version on vBulletin 4.2.0 (Patch 2). Everything works OK, the sidebar shows as it should, but I noticed that pages load really slow. When I disable the plugin it returns to normal.

I used PageSpeed insight from google to see what is going on, and when the plugin is enabled there are two redirects being triggered when I load the forum page:

http://[forum name]/install.php?reason=invalid_vb_dir

My sidebar contains only static images.

almannai 08-16-2012 09:39 AM

Quote:

Originally Posted by pw2467 (Post 2357231)
I installed 1.5.3 version on vBulletin 4.2.0 (Patch 2). Everything works OK, the sidebar shows as it should, but I noticed that pages load really slow. When I disable the plugin it returns to normal.

I used PageSpeed insight from google to see what is going on, and when the plugin is enabled there are two redirects being triggered when I load the forum page:

http://[forum name]/install.php?reason=invalid_vb_dir

My sidebar contains only static images.

Check your block's code specially html/php blocks.

deverill2010 08-20-2012 08:25 AM

I have gold, how do I go about getting the latest updated version?

deverill2010 08-20-2012 08:46 AM

1 Attachment(s)
Ok I have just upgraded to lastest version.

I noticed on my previous version, although it is still happening on the latest version that when viewing threads as a GUEST the sidebar goes to the bootom of the forum. see here - http://www.midwiferyonline.co.uk/thr...4621#post34621

See image -

Attachment 140617

???

almannai 08-20-2012 03:10 PM

Quote:

Originally Posted by deverill2010 (Post 2358389)
Ok I have just upgraded to lastest version.

I noticed on my previous version, although it is still happening on the latest version that when viewing threads as a GUEST the sidebar goes to the bootom of the forum. see here - http://www.midwiferyonline.co.uk/thr...4621#post34621

See image -

Attachment 140617

???

Thing you may try to fix it:
1. shrink sidebar width until it goes up
2. If that didn't work try it on the default style.

deverill2010 08-20-2012 03:49 PM

But it's not the size of the sidebar.

It works fine when I am logged in and viewing a thread. The problem is when I am logged OUT and viewing a thread.

almannai 08-20-2012 05:22 PM

Quote:

Originally Posted by deverill2010 (Post 2358504)
But it's not the size of the sidebar.

It works fine when I am logged in and viewing a thread. The problem is when I am logged OUT and viewing a thread.

Maybe you are setting some blocks to show only on un-signed viewers. If the width of the block is widder than the sidebar then the block width will be used.

Also try to see if this fixed on the default style.

deverill2010 08-20-2012 05:32 PM

Ok all blocks are viewable to everyone.

I've checked in the default style and yep it's the same the sidebar ends up at the bottom of the page.

Where do I check the widths of the blocks?

almannai 08-20-2012 05:55 PM

Quote:

Originally Posted by deverill2010 (Post 2358531)
Ok all blocks are viewable to everyone.

I've checked in the default style and yep it's the same the sidebar ends up at the bottom of the page.

Where do I check the widths of the blocks?

If all blocks wre displayed for sign-in and non sign-in then block width shouldn't effect. Try to disable any other plugins that is only used for un-sign-in visitors like Welcome Guest banner.

deverill2010 08-20-2012 06:26 PM

Ok I have found the culprt, it's this mod which is causing it -

https://vborg.vbsupport.ru/showthread.php?t=278830

Adam H 08-23-2012 11:57 AM

Any way to get the sidebar to display on the CMS ?

gedsta 08-23-2012 12:01 PM

Quote:

Originally Posted by Adam H (Post 2359303)
Any way to get the sidebar to display on the CMS ?

Works on ours, have you ticked the option to show on cms?

EveryWhere Sidebar (ESB) options

scroll down

Show ESB in all cms pages.

Tick this option.

JackieChun 08-24-2012 05:10 AM

Is there a way to get the vertical alignment to be the same as the native vBulletin sidebar? I don't like that the top border is sticking out above the main forum's border.

cloferba 08-28-2012 08:46 PM

This is not working property on vb 4.2...on a default style with no plugins I see the sidebar at the bottom

deverill2010 08-29-2012 08:16 AM

Quote:

Originally Posted by deverill2010 (Post 2358542)
Ok I have found the culprt, it's this mod which is causing it -

https://vborg.vbsupport.ru/showthread.php?t=278830

Hello?

scottct1 08-29-2012 12:26 PM

I have the pro version and would like to submit a feature request...

That request is to show different sidebars to different usergroups.

I would like to show unregistered members ads, while I would like to show Registered Members other things (and not have that stuff shown to unregistered members)

almannai 09-05-2012 03:26 PM

Quote:

Originally Posted by JackieChun (Post 2359522)
Is there a way to get the vertical alignment to be the same as the native vBulletin sidebar? I don't like that the top border is sticking out above the main forum's border.

In the gold ver you can adjust the top vertical alignment.

Quote:

Originally Posted by cloferba (Post 2360796)
This is not working property on vb 4.2...on a default style with no plugins I see the sidebar at the bottom

What is your website add?

Quote:

Originally Posted by deverill2010 (Post 2360903)
Hello?

Hello to you Sir, i thought you will just disable that plugin.

Quote:

Originally Posted by scottct1 (Post 2360940)
I have the pro version and would like to submit a feature request...

That request is to show different sidebars to different usergroups.

I would like to show unregistered members ads, while I would like to show Registered Members other things (and not have that stuff shown to unregistered members)

No need to request a feature it is already there.


All times are GMT. The time now is 03:27 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.11699 seconds
  • Memory Usage 1,895KB
  • 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
  • (29)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