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)

ifitsmedia 03-18-2011 05:43 AM

Does this work with 4.1.2?

shane1979 03-18-2011 09:02 AM

I just installed it on 4.1.2 and it works great, really happy with the mod and couldn't believe how simple you made it to install, great work. Thanks :)

bashy 03-19-2011 08:08 AM

Hi

Thanks for this mod, sadly i cannot see it anywhere? any ideas please?

bashy 03-19-2011 07:35 PM

Hi

Does anyone know how to change the width please?

shane1979 03-19-2011 08:33 PM

Quote:

Originally Posted by bashy (Post 2175229)
Hi

Does anyone know how to change the width please?

Yes just go to Admin CP -> Styles & Templates -> Style Manager -> Choose Your Skin Style -> All Style Options Dropdown Arrow -> Stylevars -> Search Stylevar: forum_sidebar_width

bashy 03-19-2011 10:39 PM

Thanks shane, i appreciate the help... :)

huskermax 03-23-2011 04:08 PM

1 Attachment(s)
It works great on forum.php and threaddisplay.php but not showthread.php. See screen shots.

Topsidebar shows that the copyright has been moved to the top were the side bar should showup.

Bottomsidebar shows were the side bar is, at the bottom of the thread.

added** I am using 4.1.2

FTForums 03-23-2011 11:03 PM

Hi, I really like the idea of this mod - something I've been looking for since I installed Vbulletin! However, it doesn't seem to be working on my forum. I followed the instructions from stage 1-8 and went to my homepage - the site was down (tried 3 different browsers). If I disabled the mod within it's options (first option just set to No) the forum worked fine again. As soon as I enabled it, the site went down again. I worked out that during the instructions, I had set the option to enable it on Custom pages, turned off this option and enabled the mod, homepage loaded fine. However, now when I go to any of my sub-forums etc, the page is rendered very strangely - the header is halfway down the page etc. Again, when I disable it within the Mod Options, the site is back to normal. Can you give any help?

Thanks

Jason

chaoyueh 03-24-2011 01:53 AM

Quote:

Originally Posted by huskermax (Post 2176589)
It works great on forum.php and threaddisplay.php but not showthread.php. See screen shots.

Topsidebar shows that the copyright has been moved to the top were the side bar should showup.

Bottomsidebar shows were the side bar is, at the bottom of the thread.

I have the same problem on forumdisplay.php pages

Please help.

Thanks

I am using vb 4.1.1 version. The mode version is 4.1.1PL2

xtremecoders 03-24-2011 06:48 PM

I am using VB 4.1.2 (Latest) and this mod is NOT working for me.
If i Enable the mod, then SideBar is Completely disappear from all positions.

almannai 03-26-2011 05:04 PM

First sorry everyone for the late reply. I'v been very busy after that to much trouble happened in my country for the last couple of months.
I can't answer all your inquiries but I would answer these

Quote:

Originally Posted by theparentpack (Post 2165554)
I would like to know if this mod allows me to create a block of ads that is different for each usergroup?

Not this version.

Quote:

Originally Posted by VBUsers (Post 2168329)
also where is the setting to move the sidebar to the right so i can save a little space that isnt being used?

......

vBulletin Options=>Forum Sidebar and Block Options
choose right and save

Quote:

Originally Posted by huskermax (Post 2176589)
It works great on forum.php and threaddisplay.php but not showthread.php. See screen shots.

Topsidebar shows that the copyright has been moved to the top were the side bar should showup.

Bottomsidebar shows were the side bar is, at the bottom of the thread.

added** I am using 4.1.2

Quote:

Originally Posted by chaoyueh (Post 2176829)
I have the same problem on forumdisplay.php pages

Please help.

Thanks

I am using vb 4.1.1 version. The mode version is 4.1.1PL2

90% of this error is due to using non standard forum style. Check it on the default style first to make sure.


Regards for eveybody

PanterSi 03-26-2011 06:25 PM

This sidebar dont work ok. When i am on forum home is ok, nut if I am on some thread or post etc... then last posts are not ok. It is show, but text is belov the avatar not on the left. Horizontal line between posts missing too.

almannai 03-27-2011 05:57 AM

Quote:

Originally Posted by PanterSi (Post 2177750)
This sidebar dont work ok. When i am on forum home is ok, nut if I am on some thread or post etc... then last posts are not ok. It is show, but text is belov the avatar not on the left. Horizontal line between posts missing too.

I think this been answered 1000 times

but here it is again for 1001 :D

Try it on the default forum style and see if it works or not

PanterSi 03-27-2011 03:54 PM

I have just default forum style.

chaoyueh 03-27-2011 04:36 PM

Quote:

Originally Posted by huskermax (Post 2176589)
It works great on forum.php and threaddisplay.php but not showthread.php. See screen shots.

Topsidebar shows that the copyright has been moved to the top were the side bar should showup.

Bottomsidebar shows were the side bar is, at the bottom of the thread.

added** I am using 4.1.2

Quote:

Originally Posted by chaoyueh (Post 2176829)
I have the same problem on forumdisplay.php pages

Please help.

Thanks

I am using vb 4.1.1 version. The mode version is 4.1.1PL2


this is what I did

I just add </div> before <vb:if condition="$announcebits"> and solve the problem.


Code:

<body>

{vb:raw header}

{vb:raw navbar}

<div id="pagetitle">

</div>

<vb:if condition="$announcebits">
<ol id="announcements" class="announcements">
        {vb:raw announcebits}


PanterSi 03-27-2011 05:05 PM

Not for me :(

maryx 03-27-2011 07:13 PM

This didn't help me, either. I still have a problem with getting the sidebar to show correctly on forumdisplay. Would love some help.


Quote:

Originally Posted by chaoyueh (Post 2178005)
this is what I did

I just add </div> before <vb:if condition="$announcebits"> and solve the problem.


Code:

<body>

{vb:raw header}

{vb:raw navbar}

<div id="pagetitle">

</div>

<vb:if condition="$announcebits">
<ol id="announcements" class="announcements">
        {vb:raw announcebits}



almannai 03-30-2011 04:52 PM

Quote:

Originally Posted by PanterSi (Post 2177992)
I have just default forum style.

Quote:

Originally Posted by maryx (Post 2178071)
This didn't help me, either. I still have a problem with getting the sidebar to show correctly on forumdisplay. Would love some help.

Have you tried to disable other plugins to see if it is effecting the sidebar?

What is your vb version?

texasteamplayer 03-30-2011 07:19 PM

when was the "Everywhere sidebar 1.4.1" text added to the base of the sidebar?

Why is visible? Why is it not an option to disable this advertisment?

PanterSi 03-31-2011 11:05 AM

@almannai, I have 4.1.1 version. I dont have other plugin, except Multiple Account Detection & Prevention, wich I doubt to have dependencias on sidebar.

almannai 04-01-2011 03:02 PM

Quote:

Originally Posted by PanterSi (Post 2179378)
@almannai, I have 4.1.1 version. I dont have other plugin, except Multiple Account Detection & Prevention, wich I doubt to have dependencias on sidebar.

:)

What is you vb version?

guest9 04-02-2011 08:57 PM

@almannai

any chance of updating this mod with auto template feature so that non-techy users can install this with much less hassle/work?

thanks for your time

VBUsers 04-03-2011 06:39 AM

can we put a twitter feed in this and display it on the sidebar ?

hqarrse 04-04-2011 07:51 PM

Quote:

Originally Posted by vrinteractive (Post 2165885)
Has anyone noticed that the sidebar is very slow to load- it holds up our entire site, and loads block-by-block. i'm wondering if there is any caching features built into it that we haven't addressed, or if we could globally enable it and not have it check user permissions.

We are also having problems with web server load when using the sidebar (DB load is the same). However I don't know if that is the same on the forum index page with the original sidebar, or whether it is just the addition of ESB. It's a busy evening for us tonight and turning the sidebar off on thread pages was essential to keep the site running. One of our servers was on a load of over 30.

Any tips on optimization would be appreciated, or just a steer about whether it might be the sidebar, or just the standard VB blocks themselves that it uses which are to blame. A great mod but I don't think we can justify another server to run it :)

almannai 04-05-2011 05:55 AM

Quote:

Originally Posted by hqarrse (Post 2180865)
We are also having problems with web server load when using the sidebar (DB load is the same). However I don't know if that is the same on the forum index page with the original sidebar, or whether it is just the addition of ESB. It's a busy evening for us tonight and turning the sidebar off on thread pages was essential to keep the site running. One of our servers was on a load of over 30.

Any tips on optimization would be appreciated, or just a steer about whether it might be the sidebar, or just the standard VB blocks themselves that it uses which are to blame. A great mod but I don't think we can justify another server to run it :)

This has nothing to do with the mod itself.

It is related to what you have in your sidebar. Enabling all sort of blocks everywhere in your pages is not a wise thing. You can enable light blocks everywhere, other blocks (that is calling db alot) enable them in some pages. ESB allows you to do, so use its options.

SECTalk.com 04-05-2011 01:18 PM

Hello,

it may have been discussed. But is it possible to display the sidebar on CMS pages?

Thanks

hqarrse 04-06-2011 04:52 PM

Quote:

Originally Posted by SECTalk.com (Post 2181104)
Hello,

it may have been discussed. But is it possible to display the sidebar on CMS pages?

Thanks

See the section in the instructions above "Instructions for custom pages:"

hqarrse 04-06-2011 04:55 PM

Quote:

Originally Posted by almannai (Post 2181019)
This has nothing to do with the mod itself.

It is related to what you have in your sidebar. Enabling all sort of blocks everywhere in your pages is not a wise thing. You can enable light blocks everywhere, other blocks (that is calling db alot) enable them in some pages. ESB allows you to do, so use its options.

Hi, thanks for the reply. It's actually not the DB that is suffering but the web server. I'll look in to it more and post if I have something useful.

dilbert 04-07-2011 12:29 AM

I love this mod, it should be stock in vb.

Is there a way to register a variable to be used on all pages?

I am trying to use this, but it won't work.
Code:

<vb:if condition="in_array($foruminfo['forumid'], array(500,501))">
stuff here
</vb:if>

Thanks!

SECTalk.com 04-07-2011 12:55 PM

Quote:

Originally Posted by hqarrse (Post 2181586)
See the section in the instructions above "Instructions for custom pages:"

I wasn't sure if that would work with the CMS.. but for sure it will?

sergioloporto 04-12-2011 06:44 AM

Hello :) I am running VB 4.0.3 and I am going to upgrade to 4.1.3

I have EveryWhere Sidebar 1.3.4.

How should I proceed with updating EveryWhere Sidebar 1.3.4 to EveryWhere Sidebar 1.4.1_pl1? Will my settings be still there or I will have to re-configure it?

Thank you

saltedm8 04-12-2011 04:32 PM

Quote:

Originally Posted by dilbert (Post 2181744)
I love this mod, it should be stock in vb.

Is there a way to register a variable to be used on all pages?

I am trying to use this, but it won't work.
Code:

<vb:if condition="in_array($foruminfo['forumid'], array(500,501))">
stuff here
</vb:if>

Thanks!

Looking for this info too. Any help appreciated. Would following the instructions for custom pages work (at least part 3 - although need to know which php file to edit)?

saltedm8 04-14-2011 10:23 AM

Quote:

Originally Posted by dilbert (Post 2181744)
I love this mod, it should be stock in vb.

Is there a way to register a variable to be used on all pages?

I am trying to use this, but it won't work.
Code:

<vb:if condition="in_array($foruminfo['forumid'], array(500,501))">
stuff here
</vb:if>

Thanks!

Found out the answer - just replace $foruminfo['forumid'] with $GLOBALS['foruminfo']['forumid']

dilbert 04-15-2011 12:13 AM

Quote:

Originally Posted by saltedm8 (Post 2184517)
Found out the answer - just replace $foruminfo['forumid'] with $GLOBALS['foruminfo']['forumid']

This was recommended at vb.com too.
I tried this, and regardless of the forum I view, it displays.

Code:

<vb:if condition="in_array($GLOBALS['foruminfo']['forumid'], array(69))">
stuff here
</vb:if>


PSB 04-16-2011 11:41 AM

Can someone help me understand what is going wrong with our implementation, I presume it is something to do with our templates however its not my strong point.

We have had Everywhere Sidebar installed and working for a while now however I am seeing a 404 for the following;

/clientscript/vbulletin_css/style00010l/sidebar-ie.css
and
/clientscript/vbulletin_css/style00010l/forumbits-ie.css

exist, however it looks like the http request is coming though in a weird fashion where both files are in the same request, I presume this is not normal ?

error.log
[error] [client x.x.x.] File does not exist: /x/x/forum/clientscript/vbulletin_css/style00010l/forumbits-ie.css,sidebar-ie.css, referer: http://www.perthstreetbikes.com/forum/f89/

Any pointers where to start looking ?

SECTalk.com 04-18-2011 01:04 AM

Quote:

Originally Posted by hqarrse (Post 2181586)
See the section in the instructions above "Instructions for custom pages:"

This does not work with the CMS. Has anyone found any alternative solutions?

setjo1980ya 04-18-2011 02:57 AM

I am using Version 4.1.2
After installing Everywhere side bar plugin as per instructions my logo and header image becomes invisble
Please help me out

K4GAP 04-19-2011 09:28 AM

A little confused as to which file above is the current release, which is it?

dilbert 04-22-2011 05:24 PM

Quote:

Originally Posted by dilbert (Post 2181744)
I love this mod, it should be stock in vb.

Is there a way to register a variable to be used on all pages?

I am trying to use this, but it won't work.
Code:

<vb:if condition="in_array($foruminfo['forumid'], array(500,501))">
stuff here
</vb:if>

Thanks!


almannai,

Any chance you could help with this? I'd be willing to make a small contribution if it's something you'd need to modify.

Thanks!

VBUsers 04-24-2011 02:24 AM

If I wanted to make it thinner and move it more to the right so it gave the forum more space , where would I change that and how?

(Thank you for the great mod by the way)


All times are GMT. The time now is 12:21 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.04530 seconds
  • Memory Usage 1,846KB
  • 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
  • (7)bbcode_code_printable
  • (23)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