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)

vexxy 09-09-2010 04:48 PM

Quote:

Originally Posted by almannai (Post 2073467)
Did you check some other mod is effecting your forumhome template?

what is your forum url?

Has anybody face similar problem?

sorry for the late response, but i have the same problem with everywhere sidebar on the forumhome, works perfect everywhere else (vbulletin 4.0.6, ev sidebar 1.3.4)

forum url: www.bytesin.com

edit: fixed the problem, it seem I have removed the <div id="pagetitle"> from forumhome ;)

almannai 09-12-2010 10:36 AM

Sorry for the delayed responce I was not reaceiving your posts on my email:(

Quote:

Originally Posted by jlevi (Post 2094335)
I have this same problem on a custom skin. Any ideas on how to fix?

I've added this answer to the main page of this mod thread, please look at it at the bottom of the thread.

Quote:

Originally Posted by Bankfodder (Post 2094457)
It does that for me. No probs. My problem is that I still can't get it to hide on chaosen forums. I still have to organise access details for the mod developer.

:)

Quote:

Originally Posted by dvsDave (Post 2094462)
I just upgraded from 1.14 to 1.34 and it now works for me. I hadn't realized I wasn't running the latest code.

I still get a "Flash of Unstyled Content" when the page loads. the sidebar shows for a second then hides. Is there anything that can be done about that?

I used timer to run force expand for some reasone frankly I don't remember why:D. Look for
PHP Code:

setTimeout("force_expand();",500); 

change it to
PHP Code:

force_expand(); 


Quote:

Originally Posted by Bankfodder (Post 2094465)
Yes, I get that too. It's not a problem but I suppose that if it were resolved, it would be better

:)

Quote:

Originally Posted by Toupsx (Post 2094510)
It's a nice mod.. however with a custom style like mine it hardly works..
Since it uses "pagetitle" to find where to put the sidebar it does not work for my style; I have edited the plugin hook to have it moved however that leads to more problems:

In my style it has pagetitle for some locations (forumdisplay, memberlist, etc.) and then doesn't have pagetitle for others (forumhome, showthread, etc.) so by changing id=pagetitle to something else I can either have it work in some locations or other locations but not all.

it search for
PHP Code:

<div id="pagetitle"

in forumhome plugin not everywhere. Every page has its own search term.

What you need to do is go to manage plugins from admincp and change the plugin of ESB for everypage that is not working for you

Bankfodder 09-13-2010 06:50 AM

Still haven't got it to display differently on different pages - still haven't sorted out access details either ....

However ...

how can I get it to display on the blog - blog.php

and the CMS - content.php

Ta

almannai 09-13-2010 07:44 AM

Quote:

Originally Posted by Bankfodder (Post 2097434)
Still haven't got it to display differently on different pages - still haven't sorted out access details either ....


However ...

how can I get it to display on the blog - blog.php

and the CMS - content.php

Ta

It will not work on blog or cms.

You can search this thread for an answer

Pls don't send access details to me because I don't have enough time now days

onehost 09-13-2010 04:37 PM

*uninstalled*

Your side bar is a secuirty risk to the forum.

(1) Exclude does not work - private posts are entered into the
sidebar, even when the post is deleted, it still remains on the
sidebar. I guess you could place a x on each post in the sidebar
so that admin can delete what does not need to be there, but if
it automaticly removed the post to begin with, then we would not
need such an option.

When you add better privacy measures, then I will
test again.

Thank-You

almannai 09-13-2010 05:18 PM

Quote:

Originally Posted by onehost (Post 2097653)
*uninstalled*

Your side bar is a secuirty risk to the forum.

(1) Exclude does not work - private posts are entered into the
sidebar, even when the post is deleted, it still remains on the
sidebar. I guess you could place a x on each post in the sidebar
so that admin can delete what does not need to be there, but if
it automaticly removed the post to begin with, then we would not
need such an option.

When you add better privacy measures, then I will
test again.

Thank-You

The sidebar is a vb4 sidebar and not mine!!!

This mod i just displaying the original sidebar that comes with vb4 everywhere in the forum.

So if what you are saying is true, which I don't think so. Then you blame vbulletin not this mod

onehost 09-14-2010 12:27 AM

Quote:

Originally Posted by almannai (Post 2097671)
The sidebar is a vb4 sidebar and not mine!!!

This mod i just displaying the original sidebar that comes with vb4 everywhere in the forum.

So if what you are saying is true, which I don't think so. Then you blame vbulletin not this mod

ok no problem.

I am not vb's beta tester, I do not care what they do...
its not like it provides anything unique content to the forum anyway...
most do not even like it as it looks bulky...

almannai 09-14-2010 06:38 AM

Quote:

Originally Posted by onehost (Post 2097862)
ok no problem.

I am not vb's beta tester, I do not care what they do...
its not like it provides anything unique content to the forum anyway...
most do not even like it as it looks bulky...

no problem with me too

It is free mod if you like install if not don't install it

It is as simple as that

Damsella 09-14-2010 05:34 PM

I love this mod, thanks so much, it is brilliant!

The only small problem I have is that in Firefox, on Showthread, it loads the forum wide and then afterwards (less than one second, but easily seen) it loads the side bar and the forum goes narrow. So everything jumps around.

It works fine on every other page - the sidebar loads and the forum loads to the right of it. And it works fine in IE.

Is there any way to get the sidebar to load first on Showthread? I have looked with Firebug but can't work it out.

(I have read through this thread but can't see the answer.)

almannai 09-14-2010 06:13 PM

Quote:

Originally Posted by Damsella (Post 2098218)
I love this mod, thanks so much, it is brilliant!

The only small problem I have is that in Firefox, on Showthread, it loads the forum wide and then afterwards (less than one second, but easily seen) it loads the side bar and the forum goes narrow. So everything jumps around.

It works fine on every other page - the sidebar loads and the forum loads to the right of it. And it works fine in IE.

Is there any way to get the sidebar to load first on Showthread? I have looked with Firebug but can't work it out.

(I have read through this thread but can't see the answer.)

I think this is due a timer I used to run force expand for some reasone frankly I don't remember why:D. Look for
PHP Code:

setTimeout("force_expand();",500); 

play with 500 ms to smaller number or remove the timer for good and change it to
PHP Code:

force_expand(); 

See if this will fix what you don't like


All times are GMT. The time now is 11:01 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02697 seconds
  • Memory Usage 1,765KB
  • 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
  • (5)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete