PDA

View Full Version : Add-On Releases - Everywhere Sidebar 4 VB4


Pages : 1 2 3 4 5 6 7 [8]

GameOverViper
06-09-2012, 01:31 AM
How can I change the width of the sidebar for everywhere else?

CLaNZeR
06-09-2012, 03:48 PM
Great Addon.

Running VB4.2 and having issues with blocks not hiding in the forums.

I have 3 blocks defined.

First is a General Menu that I want on all pages and this works fine.

Second I have the new posts set to show only on the forum pages by setting
block_newposts_1:forumdisplay,index and this works great.

I then have a 3rd block that I want to show on one custom page only.
So I have added Blockid:block_html_2:custompage1

This works fine and as expected and the General Menu block shows on all pages and custom page.

The New Posts also only shows on the forum and index pages as expected.

The 3rd block appears on the custom page but not on any other custom pages brilliantly as expected.

BUT if I go into the threads and other parts of the forums the 3rd block appears?

I have THIS_SCRIPT for the cutom pages set to unique names and have checked their is no conflicts with other pages.

Any ideas?

Cheers

Sean.

almannai
06-09-2012, 06:09 PM
Great Addon.

Running VB4.2 and having issues with blocks not hiding in the forums.

I have 3 blocks defined.

First is a General Menu that I want on all pages and this works fine.

Second I have the new posts set to show only on the forum pages by setting
block_newposts_1:forumdisplay,index and this works great.

I then have a 3rd block that I want to show on one custom page only.
So I have added Blockid:block_html_2:custompage1

This works fine and as expected and the General Menu block shows on all pages and custom page.

The New Posts also only shows on the forum and index pages as expected.

The 3rd block appears on the custom page but not on any other custom pages brilliantly as expected.

BUT if I go into the threads and other parts of the forums the 3rd block appears?

I have THIS_SCRIPT for the cutom pages set to unique names and have checked their is no conflicts with other pages.

Any ideas?

Cheers

Sean.

The third should be
block_html_2:custompage1

on filter by forums you need to put
block_html_2:

CLaNZeR
06-09-2012, 07:09 PM
The third should be
block_html_2:custompage1

on filter by forums you need to put
block_html_2:

Thanks for the quick reply.

Sorry I pasted wrong in my post, I do not have the Blockid: in front of block_html_2:custompage1 I do have block_html_2:custompage1

I have made it active on my page to show what I mean.

http://www.ukcnc.info/forums/index.php

If you click on Welcome tab you see just the first menu block.

If you then click on CNC Router tab you get first menu block and next menu block which is great.

Then if you goto other tabs you only get the first menu block like you should.

If you go Forum tab then you get first menu block and then new posts blocks which is great.

NOW as soon as you click on a thread, you get all three menus :(

Cheers

Sean.

CLaNZeR
06-09-2012, 07:35 PM
Ah got it

adding

on filter by forums you need to put
block_html_2:

Worked !!!

Cheers

Sean.

Mr. Boo
06-11-2012, 05:00 PM
Is there anyway to get this mod to work on activity.php as a custom page. I have done all the steps except for the last bit. There is no $templater->render(); on activity.php

flash84
06-13-2012, 02:32 AM
I have one problem with the free version and vb4.2 patch 1 - the Blog "Create New Post" button text becomes extremely hard to read with this mod installed. Any ideas how to fix this?

https://vborg.vbsupport.ru/external/2012/06/28.jpg

Damsella
06-14-2012, 10:55 AM
activitystream_homeHas anybody managed to get this working on the Activity Stream page, using the instructions for a custom page?

omerfarukak
06-14-2012, 08:14 PM
How can we remove the avatars from sidebar?

victorvu
06-15-2012, 03:23 AM
Hi ESB (Khalid):

After upgrading vB 4.2, ESB gpt push to the bottom of the page forum before the footer. Need help on this. I got Gold license.

Another thing is that the copy right note is still at the bottom of the footer and I could not find the template to take it out.

Need help.

Victor

almannai
06-15-2012, 06:09 AM
Hi ESB (Khalid):

After upgrading vB 4.2, ESB gpt push to the bottom of the page forum before the footer. Need help on this. I got Gold license.

Another thing is that the copy right note is still at the bottom of the footer and I could not find the template to take it out.

Need help.

Victor

You must installed the free version
Edited:Or you edited the free mod templates before you install the Gold

Please contact me via email or from http://vbfixer.com/posting.php?mode=post&f=5

omerfarukak
06-15-2012, 09:00 AM
How can we remove the avatars from sidebar?

You must install the free version

Please contact me via email or from http://vbfixer.com/posting.php?mode=post&f=5


Have you any idea for my question?

almannai
06-15-2012, 01:36 PM
I have one problem with the free version and vb4.2 patch 1 - the Blog "Create New Post" button text becomes extremely hard to read with this mod installed. Any ideas how to fix this?

https://vborg.vbsupport.ru/external/2012/06/28.jpg

You are using the free version.Right?

Have you any idea for my question?

Sorry don't know but I think you need to search for how to remove avators from blocks.

flash84
06-15-2012, 10:44 PM
https://vborg.vbsupport.ru/external/2012/06/28.jpg
You are using the free version.Right?

Yes I'm using the free version ESB 1.5.2 with the latest Vb4.2 Patch 1.

If I turn off ESB in the plugins, the blog Create New Post button goes back to being white. I will try and do a bit more troubleshooting to see if it's the ads I have in the ESB causing the problem. But then again the free version is working fine on my home page just somehow it's interfering with the Blog page.

almannai
06-16-2012, 05:26 AM
https://vborg.vbsupport.ru/external/2012/06/28.jpg


Yes I'm using the free version ESB 1.5.2 with the latest Vb4.2 Patch 1.

If I turn off ESB in the plugins, the blog Create New Post button goes back to being white. I will try and do a bit more troubleshooting to see if it's the ads I have in the ESB causing the problem. But then again the free version is working fine on my home page just somehow it's interfering with the Blog page.

add this at the end of the sidebarext_blog_temp template


<style>
#sidebar_container a {
color: #fff;
}
#sidebar_container a:hover {
color: #fff;
}
</style>

flash84
06-16-2012, 06:44 AM
add this at the end of the sidebarext_blog_temp template


<style>
#sidebar_container a {
color: #fff;
}
#sidebar_container a:hover {
color: #fff;
}
</style>


I have a template called sidebarext_temp which is to do with the ESB but I can't see sidebarext_blog_temp anywhere. Any ideas?

almannai
06-16-2012, 01:46 PM
I have a template called sidebarext_temp which is to do with the ESB but I can't see sidebarext_blog_temp anywhere. Any ideas?

Sorry its my fault the free ver don't have that template, you can try to included it BLOG template above </head>

flash84
06-16-2012, 02:01 PM
Sorry its my fault the free ver don't have that template, you can try to included it BLOG template above </head>

Excellent thankyou for your quick reply. It is working perfectly now! Will definitely consider upgrading to gold edition!

almannai
06-16-2012, 05:31 PM
Excellent thankyou for your quick reply. It is working perfectly now! Will definitely consider upgrading to gold edition!

No prob

TheShanka
06-18-2012, 11:01 AM
How would we go about setting up the Activity Steam using this plugin?

Thanks.

GamerPerfection
06-18-2012, 09:06 PM
This is the mod i've been looking for. But I was just wondering, although i want the sidebar/blocks on the forum threads list page and subforums etc, I'd rather not have the siderbar/blocks on the actual thread page when reading the thread.

Is this mod able to enable for sections etc but disable for the actual reading through posts?

If you're not sure what I mean, then like this page is now: http://www.gamerperfection.com/first-person-shooter-games-73/article-darkness-ii-walkthrough-734/
When i install this mod i'd like that page to not have sidebar/blocks.

almannai
06-19-2012, 05:27 AM
This is the mod i've been looking for. But I was just wondering, although i want the sidebar/blocks on the forum threads list page and subforums etc, I'd rather not have the siderbar/blocks on the actual thread page when reading the thread.

Is this mod able to enable for sections etc but disable for the actual reading through posts?

If you're not sure what I mean, then like this page is now: http://www.gamerperfection.com/first-person-shooter-games-73/article-darkness-ii-walkthrough-734/
When i install this mod i'd like that page to not have sidebar/blocks.

You can filter by blocks or you can remove the sidebar completely. So Yes to your Q.

GamerPerfection
06-19-2012, 07:05 AM
You can filter by blocks or you can remove the sidebar completely. So Yes to your Q.Awesome, thanks. Tagged for later download.

jderouen
06-20-2012, 01:58 PM
We just upgraded to v4 from v3.6, and of course the Ultimate Side Columns mod no longer works. Will this replace it? I would like blocks on both sides of the page, just like I used to have with USC. Thank you!!

almannai
06-21-2012, 06:03 PM
We just upgraded to v4 from v3.6, and of course the Ultimate Side Columns mod no longer works. Will this replace it? I would like blocks on both sides of the page, just like I used to have with USC. Thank you!!

Only single sidebar on each page with more controls

control1110
06-21-2012, 09:17 PM
I am trying to purchase the paid version of this. I have e-mailed the developer but no response yet any idea on how I can get this?

almannai
06-22-2012, 06:43 AM
I am trying to purchase the paid version of this. I have e-mailed the developer but no response yet any idea on how I can get this?

If your website is agains our policy your order will not be processed.

Our policy
http://vbfixer.com/viewtopic.php?f=2&t=744#p728

If you think your website is not against our policy please mention that in the email and describe what is your website is about.

logismod
06-26-2012, 05:31 PM
Hello Almannai, I'm not sure if you've been receiving my email. This was the message I sent you:
I have my Truck Topics block_threads_3 filtered to only show in two forums, but it shows in every forum.
Can you take a look at my settings?

This is for the truck website that you did the customizations on.

prebuffo
06-26-2012, 05:50 PM
Hallo, i ask for the gold version on your site (VBFIXER) but i never recive any answer. My mail is paolo.rebuffo@gmail.com, my forum is :
http://www.rischiocalcolato.it/forum/forum.php

almannai
06-26-2012, 06:01 PM
Hello Almannai, I'm not sure if you've been receiving my email. This was the message I sent you:

Can you take a look at my settings?

This is for the truck website that you did the customizations on.

I will take a look at it tomorow.

Hallo, i ask for the gold version on your site (VBFIXER) but i never recive any answer. My mail is paolo.rebuffo@gmail.com, my forum is :
http://www.rischiocalcolato.it/forum/forum.php

I don't know what your site is about?
Is it against our policy?
http://vbfixer.com/viewtopic.php?f=2&t=744#p728

prebuffo
06-28-2012, 08:42 AM
I will take a look at it tomorow.



I don't know what your site is about?
Is it against our policy?
http://vbfixer.com/viewtopic.php?f=2&t=744#p728

We talk about finance, gold, and economic politic?
Is this against your policy?

SimonB
07-12-2012, 06:47 AM
How long can I expect an order to take? I have emailed my site details to you and no, it is not against your policy.

dannycutts
07-12-2012, 10:15 AM
How do we get this to work with the activity stream?

New Joe
07-12-2012, 10:46 AM
How do we get this to work with the activity stream?

Easy, install this one instead:
https://vborg.vbsupport.ru/showthread.php?p=2347217#post2347217

SimonB
07-12-2012, 02:37 PM
Easy, install this one instead:
https://vborg.vbsupport.ru/showthread.php?p=2347217#post2347217

Well the developer of ESB doesn't seem to care about trying to sell his GOLD product, so perhaps I'll go this route instead...

huskermax
07-13-2012, 09:21 PM
will this mod be upgraded for VB5?

joeychgo
07-14-2012, 10:49 PM
Well the developer of ESB doesn't seem to care about trying to sell his GOLD product, so perhaps I'll go this route instead...

I bought his gold product and just uninstalled it because of lack of decent support -- I installed this one instead
https://vborg.vbsupport.ru/showthread.php?p=2347217

djbaxter
07-14-2012, 11:31 PM
I bought his gold product and just uninstalled it because of lack of decent support -- I installed this one instead
https://vborg.vbsupport.ru/showthread.php?p=2347217

That would be my advice too. You'll get support from BOP5 with the other one.

almannai
07-16-2012, 06:45 AM
Sorry guys I've been a way for couple of days that's why could not reply to any of your requests.


How do we get this to work with the activity stream?
It should be easy to implement,but it seams I need to upgrade the free version to include activity stream.Hopefully soon.

will this mod be upgraded for VB5?
Yes it should be ready before vb5 release

DaveNGU
07-16-2012, 02:44 PM
Sorry guys I've been a way for couple of days that's why could not reply to any of your requests.



It should be easy to implement,but it seams I need to upgrade the free version to include activity stream.Hopefully soon.


Yes it should be ready before vb5 release

The sidebar blocks are repeating, so if we have block 1, block 2 and block 3 its showing block 1, block 2, block 3, block 1, block 2, block 3 etc.

The sidebar is showing three times. :/

almannai
07-16-2012, 05:22 PM
The sidebar blocks are repeating, so if we have block 1, block 2 and block 3 its showing block 1, block 2, block 3, block 1, block 2, block 3 etc.

The sidebar is showing three times. :/

Hi,
Can you pls send your website url with screen shot?

Edited:
I wil delay the update until I see the prob you are having!
Anybody else having same issue?

almannai
07-18-2012, 06:38 AM
Hi,
Can you pls send your website url with screen shot?

Edited:
I wil delay the update until I see the prob you are having!
Anybody else having same issue?

No replay this means we can go and update the mod

addamroy
07-18-2012, 04:19 PM
When importing the cssrollup XML file via the product manager it's showing me the following error during import,

"Invalid File Specified"

I'm running vb 4.1.12

almannai
07-18-2012, 05:02 PM
When importing the cssrollup XML file via the product manager it's showing me the following error during import,

"Invalid File Specified"

I'm running vb 4.1.12

You don't import cssrollup xml file. Please read the installation steps

Installation:


1. Download plugin.
Only free ver:If you are using vb4.1.11 or above download the "cssrollup_everywhere_sidebar.xml" and upload "cssrollup_everywhere_sidebar.xml" to /includes/xml directory.

2. Login to your vBulletin admincp.

3. Open "Plugins & Products", and go to "Manage Products".

4. Click on "[Add/Import Product]".

5. Import the product-everywhere_sidebar_xxx.xml file that you download. Make sure you set "allow overwrite" to "yes".
Only free ver:Also if you are updating the product you need to disable then enable (or even un-install then install) the product to let the product knows about the "cssrollup_everywhere_sidebar.xml".

gedsta
07-20-2012, 12:20 PM
On this version [7.6.2012]ESB Gold is updated to 2.2.10 with some bugs fixed - There is an issue with the tag cloud on vB4.2.0

As per your website as well - The fonts are not changing size - Any ideas?

almannai
07-20-2012, 01:25 PM
On this version [7.6.2012]ESB Gold is updated to 2.2.10 with some bugs fixed - There is an issue with the tag cloud on vB4.2.0

As per your website as well - The fonts are not changing size - Any ideas?

Yes that's true.

I will check it and make an update.

Thank you

Vinyljunky
07-20-2012, 01:31 PM
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

almannai
07-20-2012, 05:46 PM
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

You are welcome.

Do you have a screenshot?

almannai
07-20-2012, 08:08 PM
On this version [7.6.2012]ESB Gold is updated to 2.2.10 with some bugs fixed - There is an issue with the tag cloud on vB4.2.0

As per your website as well - The fonts are not changing size - Any ideas?

Please get version 2.2.13 this bug is fixed in that ver

gedsta
07-20-2012, 08:50 PM
Please get version 2.2.13 this bug is fixed in that ver

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.

Vinyljunky
07-26-2012, 11:02 AM
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
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
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
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
What cookies issue?

This issue.

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.

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
This issue.



edit - not fixed.

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.

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
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
Sorry for the delay.

Is this in the Gold ver?


Regards,


Yes mate.

almannai
08-03-2012, 06:22 PM
Yes mate.

Fixed
Please get 2.2.14

gedsta
08-03-2012, 07:06 PM
Fixed
Please get 2.2.14

Hello

This breaks my custom style.

It merges the templates, with these changes.

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:

<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
Hello

This breaks my custom style.

It merges the templates, with these changes.

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:

<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
Fixed
Please get 2.2.14

Works as advertised. Thank you!

almannai
08-04-2012, 01:48 PM
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

Works as advertised. Thank you!

Great

gedsta
08-07-2012, 02:39 PM
:)
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
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
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/threads/4566-today-is-the-start-of-the-rest-of-my-life-0%29?p=34621#post34621

See image -

140617

???

almannai
08-20-2012, 03:10 PM
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/threads/4566-today-is-the-start-of-the-rest-of-my-life-0%29?p=34621#post34621

See image -

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
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
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
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
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
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.

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?

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

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.

deverill2010
09-05-2012, 08:28 PM
No I wish to use both.

sweetpotato
09-08-2012, 03:31 PM
I have spent one day with this Mod but the problem that sidebar shows under forumhome cannot be fixed.

I have looked carefully in forumhome template and see the code

<div id="pagetitle">

{vb:raw navbar}

and

{vb:raw footer}

still there.

I have also tried to disable some mods those I guess may change the forumhome look but the problem still occured.

Further Information: My site is Vb 4.2 PL2

TeamSempoi
09-10-2012, 06:54 PM
hye

this mod awesome but i found one bug : edit post problem, go advanced button not function

JAnders
09-14-2012, 02:50 AM
i have the same problem where in the showthred is shows in the bottom and the other issue i found is when i force it to show other parts of the forum home get out of wack

www.fifamexico.net/foros

StonePilot
09-14-2012, 04:54 PM
I have skimmed/searched for this but can't find an answer.

I want to put some text on top of the sidebar, with the same width but not inside a box. Can someone tell me where I can put (hardcode) the text/code so that it appears on top of the first block?

Lifesupporters
09-17-2012, 11:22 AM
I do have a feature recommendation assuming it hasn't already been said; haven't read through the previous 122 pages.

I'm displaying the Last 5 Forum Threads and it would be nice if there were an option to either click on the title of the Thread and redirect to the topic OR click on an icon (such as the blue arrows in vBulletin) and redirect to the last post made in that topic.

If this is a feature in Gold then perhaps I'd purchase it but I don't want to register at that site just to ask this question.

brycea
09-20-2012, 01:36 AM
<a href="http://healthcommunity.co/forum.php" target="_blank">HealthCommunity.co</a>

Version: 4.2 Publishing Suite

I use a custom theme, and utilize the 2.2.14 Sidebar Gold in my forum areas. For some reason, the sidebar can be seen with Mozilla Firefox and Opera browsers, although, it does not show with Chrome.

Is there something that can be done to correct this?

almannai
09-20-2012, 07:18 AM
HealthCommunity.co (http://healthcommunity.co/forum.php)

Version: 4.2 Publishing Suite

I use a custom theme, and utilize the 2.2.14 Sidebar Gold in my forum areas. For some reason, the sidebar can be seen with Mozilla Firefox and Opera browsers, although, it does not show with Chrome.

Is there something that can be done to correct this?

Thank you for your post

I've checked your website
http://healthcommunity.co/forum.php page has no sidebar on ie/ff/chrome
inside pages like http://healthcommunity.co/f63/ has sidebar on ie/ff/chrome

Maybe you are checking why you are singned in as an admin try to sign out and see

Regards

brycea
09-20-2012, 12:19 PM
Did what you recommended, I'm fine now. Bryce

TeamSempoi
09-26-2012, 12:23 AM
problem with quick
https://vborg.vbsupport.ru/attachment.php?attachmentid=141461&stc=1&d=1348622324 edit

RedFive
10-10-2012, 12:24 PM
Ok, I have an odd problem. I have the following settings:

Don't hide ESB switch = YES
Excluded Groups = 5,6,7,33,34

In theory, being in a group that can collapse the sidebar, I should be able to collapse it and have it remain collapsed while browsing the forums. However it reappears on every page load.

How do I get it to remember the preference of users to show/hide the sidebar?

Other than that, great mod!!

Thanks in advance.

tpearl5
10-19-2012, 03:56 PM
Has anyone gotten a thread to fill in the space under the sidebar when the thread is longer than the sidebar?

OR, perhaps a conditional when a page is longer to include more sidebar items?

piratarg
10-27-2012, 10:21 PM
Hi, How do hide the sidebar in usercp.php?

Very thanks, good mod! :)

piratarg
11-02-2012, 04:36 AM
This mod brings problems when activating option: "Store CSS Stylesheets as Files?" in vb 4.2.0 pl2.
The themes are displayed wrong, missing css.

It's a shame that the creator did not respond to messages...

JackieChun
11-05-2012, 03:12 AM
The Tag Cloud looks different when displayed in Everywhere Sidebar vs. vBulletin regular sidebar. It's not formatted with big and small letters depending on the tag. Instead, all words are the same size.

moonfox
11-23-2012, 05:45 PM
Help needed please.

I am using VB 4.2.0 patch level 3, and ESB 1.5.3.

When ESB mod enabled, facebook connect button at top of page disappears.
Disable ESB and FB connect button reappears.

Happens on default VB style or any other style.

simon661
12-04-2012, 02:28 AM
it is great product, I installed and it works prefect, but I got problem, there is one issue here,

there is one option:
Show for members?
Show ESB for all members and not members. "No" will exclude members. Yes No

No matter the choice is "Yes" or "No", whenever the block is on, the F-connect (facebook connect disappear.

does anyone have similar situation, how to get out of it?:confused:

Qwest
12-05-2012, 01:20 AM
I uninstalled this mod and now my regular forum homepage blocks won't come back.

Anyone else had this problem or know why?

bonjour1979
12-23-2012, 11:24 PM
it is great product, I installed and it works prefect, but I got problem, there is one issue here,

there is one option:
Show for members?
Show ESB for all members and not members. "No" will exclude members. Yes No

No matter the choice is "Yes" or "No", whenever the block is on, the F-connect (facebook connect disappear.

does anyone have similar situation, how to get out of it?:confused:



I get the same problem
Any solution for the facebook widget ?

Apolo.
12-31-2012, 06:53 AM
Hello,

Thanks for such a wonderful mod. :)

Is it possible to display the sidebar right from the very top of the site?

Cheers!

oldfan
01-04-2013, 09:32 PM
Anyone had luck installing this block ?

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

JamalFree
01-04-2013, 09:36 PM
Hi, How do hide the sidebar in usercp.php?

Very thanks, good mod! :)thanks

dannycutts
01-17-2013, 06:31 PM
Hiya

Anybody know how to get the sidebar to display on activity stream?

Cheers

Danny

firebrand media
01-17-2013, 10:02 PM
Attempting to evaluate this on a vBulletin 4.1 installation.
product-everywhere_sidebar_1.5.3 installation went without error

cssrollup_everywhere_sidebar.xml gives "Invalid File Specified"

Have no problem paying for an Addon, but need to know it will work.

g3n10z
01-18-2013, 04:05 PM
Hi,
i have the ESB GOld but in the page loading the forum go over the side bar, and at the end of the loading (of the page) the forum resize to the final correct width!
It's not wonderful to see.
any help?
thanks

PS My esb width it's not the default one but it's 325

g3n10z
01-21-2013, 09:37 AM
solved by myself.
good support thanks

fxdigi-cash
01-26-2013, 04:26 PM
didn't work for me on vb4.2... tried many times, but conflicts with the sidebar feature made by vbulletin

uninstalled.....

ROTPAR
02-12-2013, 08:40 AM
didn't work for me on vb4.2... tried many times, but conflicts with the sidebar feature made by vbulletin

uninstalled.....

same here, the sidebar appears below the footer, even without modifications :(

GamerPerfection
02-27-2013, 12:07 PM
Works fine for me on 4.2.0 PL3 : http://www.gamerperfection.com/forum.php

Fergal C
03-01-2013, 06:00 PM
same here, the sidebar appears below the footer, even without modifications :(
Exactly the same happens for me.

malmazan
03-05-2013, 04:57 PM
I'd think of buying this, but the developer has not been round here or his own forum for months, the link to the right thread is dead and the demo web site does no longer exist, so it is difficult to trust, specially when I cannot get the vertical alignment parameter to work in the free version for v4.2.0 PL3 and the standard style (and forumhome).

I'll try Sidebar Everywhere to see how that goes.

djbaxter
03-05-2013, 05:25 PM
Use Sidebar Anywhere by BOP5 (http://www.qapla.com/mods/misc.php?do=producthelp&pid=sidebarforasbybop5).

malmazan
03-05-2013, 06:33 PM
Use Sidebar Anywhere by BOP5 (http://www.qapla.com/mods/misc.php?do=producthelp&pid=sidebarforasbybop5).

I'd like to show specific blocks in specific forums though

ps2wiz
04-02-2013, 08:31 PM
Does this mod give the option to enable both left and right sidebars at the same time?

mikez006
04-05-2013, 08:11 PM
I get this error on all CMS pages. It works on the forums, just not the CMS.

Fatal error: Cannot redeclare find_in_array() (previously declared in /home/site/public_html/includes/functions.php(4245) : eval()'d code:51) in /home/site/public_html/global.php(29) : eval()'d code on line 86

mikesafl
04-16-2013, 11:08 PM
How do i block a sidebar from the main forum page

RichieBoy67
04-24-2013, 05:31 PM
I am trying to have this take up a little less room by changing that huge collapse image to a smaller one. i have replaced the image but still there is a huge space there.. I do not see any sizing or padding for this image in css. I am a bit confused why there is still so much space there. I guess it could be padding on the body itself but I am not sure. Has anyone else changed the collapse image to a smaller one?

Never mind.. was just body padding. I did not realize the padding was set so wide on the current theme on the site..all set now.

Thanks

RonH.
04-24-2013, 07:49 PM
I'd think of buying this, but the developer has not been round here or his own forum for months, the link to the right thread is dead and the demo web site does no longer exist, so it is difficult to trust, specially when I cannot get the vertical alignment parameter to work in the free version for v4.2.0 PL3 and the standard style (and forumhome).

I'll try Sidebar Everywhere to see how that goes.
Yeah, I've been keeping an eye on this as well. I was looking for a sidebar block just for my blog and this one seemed promising. But without any support it isn't worth a wooden nickel to me. And besides I'm not about to read through 1870+ posts to see what works and doesn't work and why. Needs to be condensed.

I'm looking over the Sidebar Anywhere as posted in #1872 here but I'm not going to sign up and become a member just to see the sample images. I don't commit to anything until I have a better idea as to what I'm committing to. It would seem that there is a commercial out-of-the-box one I found while doing a Google search that looks promising. I'm looking into it now.

Again, I just want one that works on my blog page. I don't care if it works or not on the Forum or CMS pages.

AshenTemper
05-04-2013, 03:59 PM
I have a custom page that I'm having some troubles getting the sidebar to show up on:

http://www.seandahlberg.com/articles.php

I have:

Using vBulletin 4.2.1
Latest version of Everywhere Sidebar 4 VB4 - 1.5.3 (Free)
Latest version of Article Forums v4.x (https://vborg.vbsupport.ru/showthread.php?t=237116) - 4.1.2
I have inserted the PHP code in the php file (articles.php)
Enable for custom pages? set to yes


That said, the template which appears to be the main part (af_articles) does not have {vb:raw navbar} nor {vb:raw footer} so I inserted {vb:raw sidebaropen} at the very top of the template and {vb:raw sidebarext} at the very bottom.

It is working on all other sections that I want it to, it's just this page that is causing me a problem. Any ideas on what I can do to make this work? Or is this better managed via the Gold version? Thinking of upgrading to that anyways so I can use it on other elements (such as the real Articles prod from vBulletin) but this page is my "blog" and gets the most visibility so the one I want to fix more than anything else.

vietboy.net
05-13-2013, 02:24 AM
Both {vb:raw navbar} & {vb:raw footer} are not removed but ESB wouldn't work. The sidebar is @ bottom.

Theme: https://vborg.vbsupport.ru/showthread.php?t=293639, vbulletin 4.2.1

tagline
05-13-2013, 08:06 PM
Hi there,

I think that is a very good product but... what about padding in each section of the forum? Editing sidebar.css is only a part of the problem!

fxdigi-cash
05-16-2013, 03:02 PM
does this mod work on vb4.2.1 or vb4.2 pl3?? anyone tried it?? how was it??

I installed it long time ago when I had some issues showing the sidebar itself and then after long hours of work, had to uninstall it...

any comment is appreciated ...!! Thanks

AshenTemper
05-16-2013, 03:12 PM
does this mod work on vb4.2.1 or vb4.2 pl3?? anyone tried it?? how was it??

I installed it long time ago when I had some issues showing the sidebar itself and then after long hours of work, had to uninstall it...

any comment is appreciated ...!! Thanks

I am using it on 4.2.1 without an issue (aside from the custom php page I talk about above). Outside of that, it is working just fine in the forums. I couldn't get it to work in the Articles (the actual vB product) but that is probably because it has its own sidebar and I haven't tweaked it to use the forums one. You would think vBulletin would of left that as an option...

SgtSling
05-24-2013, 04:26 PM
does anyone know how to exclude certain forum posts (I want to exclude forum number 39) from appearing on the everywhere sidebar?

fxdigi-cash
05-27-2013, 03:33 PM
does anyone know how to exclude certain forum posts (I want to exclude forum number 39) from appearing on the everywhere sidebar?

certain posts??? maybe not possible. you can, however, exclude forums in the sidebar options in the admin cp settings.

fxdigi-cash
05-27-2013, 03:38 PM
I am using it on 4.2.1 without an issue (aside from the custom php page I talk about above). Outside of that, it is working just fine in the forums. I couldn't get it to work in the Articles (the actual vB product) but that is probably because it has its own sidebar and I haven't tweaked it to use the forums one. You would think vBulletin would of left that as an option...

Thanks for the feedback. I actually installed it and it shows up like a naked sidebar; no skin... I believe there is something wrong with the css file or the mod itself not using the side.css

also I have an issue with sidebar location in the forumhome... it shows up at the bottom of the forum which is none sense...

any idea how to fix this??

fxdigi-cash
05-27-2013, 05:38 PM
ok, got the first issue solved. I have issue with the skin of the sidebar and I just opened the template sidebarext_temp and changed forumhome.css to sidebar.css

and saved the work... and now the skin is fine.

coolbreeze86
05-27-2013, 06:02 PM
Hi quick help needded...

pls tell me how to configure this
block_html_1:184,254,185,100,186,227

block_html_2: (other than this forum ids.) 184,254,185,100,186,227

Akyeame Kwame
06-04-2013, 12: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 (https://vborg.vbsupport.ru/showthread.php?t=278742) 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?

Just noticed that the forum blocks generated by


DBTech - Post Thanks Feed
[DavidsMods] vBLive Latest X Streams


don't seem to be appearing when Everywhere Sidebar is used. As far as I recall they were working before it was installed.

I'm having the same issue as these two but I didn't see an answer to either of their queries about dbtech mods not showing up. They were working before Everywhere Sidebar but now, even when I disable it they aren't showing up in the default sidebar that's just on forumhome. Is there any fix for this?

fxdigi-cash
06-10-2013, 03:47 PM
still until today there are some issues with this mod! The major one is that all blocks are shown whether I type in the block id and forum id or not!! it is all same ....

BTW, do we have to disable the sidebar-built-in property in vb4?? because I don't see any effect when disabling or enabling it !!!

DuO-Credit
06-30-2013, 08:48 AM
I ordered EWS Gold at vbfixer.com several times, but didnt get any answer.

Free Version works good on 4.2.0. Now I realy want the Gold.

@almannai
Please let me know.

hqarrse
07-11-2013, 12:51 PM
Has anyone managed to solve the problem, discussed many pages back, that 3rd party blocks, in my case using the standard Custom HTML block, containing php code and using the block_html template show on the forumhome, but not on other pages with ESB?

I can see the "empty block" when I turn on the block debug, but the php (calling a VBSEO function) doesn't work. No errors, no information, but it works fine in FORUMHOME. Any ideas appreciated.

NTT
07-31-2013, 07:41 PM
123298

Ich habe 2 big problems. The sidebar plugin destroys my layout. Just take a look at the att. The problem is, I could add to the additional.css some lines like padding:53px; but the problem is, that it doesn't fit then on postbit, threadbit and so on.

The second problem....take a look at the att. file.....do you see the custom forum icon? after i activate the plugin it drops the custom forum icon on the bottom of some of the forums.

Can you help me out with this?
The same. Forum icon is wrong position. Help me plz!

financegav
09-07-2013, 05:37 PM
Thanks for this got it working on my Australian money saving and finance site:

http://www.saverscene.com.au/

really appreciate it!

Kyo-dono
09-12-2013, 04:48 PM
Feature Request:

Expand sidebar block with setting "for language-id". So you can create multilanguage forum with sidebar-blocks for each language.

Is here already a mod for this?

financegav
09-20-2013, 08:24 AM
I liked it, but it interfered with the loading of the site at times. Hope updated versions fix this.

PattiOz
10-16-2013, 05:21 AM
Excellent. Works perfectly

BGObsession
10-26-2013, 09:37 PM
I'd also like to get smilies showing up - anyone solved that one? This mod works great for me on my vb4.2.1 sites. I've been wondering about the Facebook Like buttons disappearing - maybe the mystery is finally solved :)

dizzynation
10-30-2013, 10:00 AM
No it was Qapla site that has the sidebar anywhere with no link (Better for SEO)

Here it is, its great.

http://www.qapla.com/mods/showthread.php/484-Sidebar-Anywhere-Formerly-Sidebar-for-Activity-Stream-by-BOP5

I also works with fixed width.

SupportAM
12-16-2013, 05:30 PM
Hi,

I am trying to import cssrollup_everywhere_sidebar.xml. It is giving me invalid file specified. I even copied it to server and try adding in admincp through there but same error.

I am using vb 4.2.1

BGObsession
01-25-2014, 10:31 PM
I'd also like to get smilies showing up - anyone solved that one? This mod works great for me on my vb4.2.1 sites. I've been wondering about the Facebook Like buttons disappearing - maybe the mystery is finally solved :)

I would still like to fix 'non-parsing' of smilies and other BB codes...anyone have input or a fix?

oldfan
02-03-2014, 07:29 PM
I recently upgraded my forums and the newest version of the mod ,my sidebar is only showing up at the bottom of the pages only.
link metallifukinca.com/forums.php

vicking74
02-04-2014, 05:58 PM
Sorry

I want to buy the gold version on vbfixer.com do not respond. How can I do?

Thanks

TheLastSuperman
02-04-2014, 06:09 PM
Sorry

I want to buy the gold version on vbfixer.com do not respond. How can I do?

Thanks

You will need to wait for a reply or try to contact them again, this thread is not the place for discussion of a Paid/Gold/Pro version unless it's the version available for download here.

mariannet
02-04-2014, 08:02 PM
I quickly move on when demo site does not exist :(

PattiOz
02-14-2014, 05:05 AM
How can I turn some of the block titles off and remove all the separators between the blocks?

Thanks!

3DMIKE
02-16-2014, 03:45 AM
Love the mod…. haven't had any problems with it until now. Upgraded to vb 4.2.2 and now the blocks don't show on the activity stream page. Shows everywhere else on the forum just not the activity page. Also I get a weird space there like it is formatted for it but just not showing. I turned off the mod and the space went away. Turned it back on and the space comes back but no blocks. Any ideas? Looked around quite a bit but haven't found anything related to it.

Thanks everyone!

mikez006
03-07-2014, 04:45 PM
Im currently using this mod on 4.2.2 and want to use the Activity block, but not for site activity; for individual members instead.

Instead of showing the full site activity, I want an Activity block that shows that members posts and threads.

I've had members ask to see their own threads/posts so they can quickly go back to them instead of having to click into their profile first, then viewing their activity stream.

Barcham
03-07-2014, 05:10 PM
This mod here would work perfectly for what your members want. It ads a drop down menu to the Navbar that allows members to search out their own posts and threads with one click.

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

g00gl3r
03-25-2014, 06:39 PM
My collapse button doesn't seem to save the setting properly. Each time a member refreshed a thread page, the sidebar comes back. What's the score with this? Can it be fixed? I'm sure it used to work fine.

CvP
03-26-2014, 04:49 AM
The explode using <li> in the plugin on global hook is extremely bad. It should at least be properly documented.

Any blocks that has <li> element in it (pure <li>; no classes etc) will break the whole thing.

Quick and dirty solution is to use <li class="esb_fix"> instead of <li> in your blocks (esp html/php blocks).

fxdigi-cash
04-26-2014, 01:06 AM
I just noticed that the developer's site went down, and looks permanent!!

I don't think they are on business anymore...!

djbaxter
04-26-2014, 06:05 PM
Use this one instead: Sidebar Anywhere (Formerly Sidebar for Activity Stream) by BOP5 (https://vborg.vbsupport.ru/showthread.php?t=283307&highlight=sidebar)

RichieBoy67
06-01-2014, 04:54 PM
I was hoping to check the gold version because it add the blog sidebar as an option. I want to have a sidebar on both sides on the blog page.

The devs site is down and there is no way to get the gold version any more.. Bummer...

itsjustcarlos
10-27-2014, 04:53 PM
This was working fine, I tried to add a custom PHP block--however now it causes the forum.php to not render. The forumdisplay pages render fine.

If I disable the forum sideblock, the fourm.php loads correctly.

tbworld
10-27-2014, 06:40 PM
For assistance of this nature you will need to post your PHP block code in it's entirety.

:)

patracy
10-30-2014, 04:56 PM
Anyone know how to use this (I already have it running with a left sidebar) to provide dual sidebars?

Scream And Fly
03-23-2016, 04:41 AM
How can I purchase the Gold version? The developer website seems offline.

Gio~Logist
09-21-2016, 02:23 AM
I've had a few clients using this mod and experiencing a 1-3 second delay for content to load.

Problem: this mod actually hides your main content container until the whole page loads, then displays it - causing a delay.

Quick fix:

In additional.css, just insert this at the bottom:#sidebar_container{display:block !important;}
#content_container{display:block !important;}


Figured i'd share since i've already had to fix this a few times.

flox80
04-07-2017, 08:11 AM
I can not add the sidebar to custom pages - I'm trying to add it to Groups.

i tried to follow the instructions for custom pages, but something is not working. I'm running 4.2.4 - any suggestion would be really helpful.

Thanks.

00glenn
07-26-2017, 10:40 AM
is this plug dead for 425, it installs but just doesnt show?