vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Everywhere Sidebar 4 VB4 (https://vborg.vbsupport.ru/showthread.php?t=233871)

almannai 03-23-2010 05:12 PM

Quote:

Originally Posted by gabs1980 (Post 2008702)
Thanks...

For whatever reason I couldn't get it to work on the homepage...

Anyway if you have the same problem I hacked the plugin sidebar_forumhome_complete to do nothing and enabled the vbulletin "standard" sidebar..

Not perfect but works great for me.. :)

as long as it works it is perfect :)

guvner 03-24-2010 06:31 PM

1 Attachment(s)
Love the hack - many thanks! :up:

I'm another one with the extra wide quick reply box - see attached.

I've had a lot of members report it - but it appears to only happen with IE8 - FF is fine.

Until I can sort it out I've had to remove a couple of my blocks because quite a few users complained that if their post took up a full line using QR, they lost sight of what they were typing behind the sidebar block.

I've tried uninstalling and reinstalling but no luck - did you manage to figure out what's causing it?

I'd also like to add my voice for the option to using different block for different pages. My forum home is pretty long due to the number of forums I have, so when I have my widgets and ad blocks taking up the full height it looks OK. But then when we move to shorter pages it looks pretty bad having the sidebar create all the extra white space above the footer.

To be able to turn off some blocks on specific pages would make this just about the best hack at VB.org for me.

Mike :)

almannai 03-25-2010 05:55 AM

Quote:

Originally Posted by guvner (Post 2009554)
Love the hack - many thanks! :up:

I'm another one with the extra wide quick reply box - see attached.

I've had a lot of members report it - but it appears to only happen with IE8 - FF is fine.

Until I can sort it out I've had to remove a couple of my blocks because quite a few users complained that if their post took up a full line using QR, they lost sight of what they were typing behind the sidebar block.

I've tried uninstalling and reinstalling but no luck - did you manage to figure out what's causing it?

I'd also like to add my voice for the option to using different block for different pages. My forum home is pretty long due to the number of forums I have, so when I have my widgets and ad blocks taking up the full height it looks OK. But then when we move to shorter pages it looks pretty bad having the sidebar create all the extra white space above the footer.

To be able to turn off some blocks on specific pages would make this just about the best hack at VB.org for me.

Mike :)

Hello Mike

We have discused this bug before. It is not related to this mod it is a bug in vbulletin.
It is only happening to members not admins in ie8. Did you try to uninstall the mod and check with your members if the bug persist.

Also please report it to vbulletin bugs if it is due to vbulletin

guvner 03-25-2010 05:09 PM

I understand - however the problem isn't there with the hack uninstalled or disabled and it does affects me (admin : IE8).

I'm more than happy to report the bug over at VB - but because VB.com don't want to know about problems if we have modifications installed - if a VB bug affects a modification but isn't visible without the mod (like my installation), that's a bit like a "chicken & egg" problem - how can I demonstrate there's a bug if it's really only visible when a modification is installed?

Still I'll give it a go - do you have any details about, or a link to the bug please? - they still have so many over there. :rolleyes:

Mike :)

almannai 03-25-2010 05:27 PM

Quote:

Originally Posted by guvner (Post 2010165)
I understand - however the problem isn't there with the hack uninstalled or disabled and it does affects me (admin : IE8).

I'm more than happy to report the bug over at VB - but because VB.com don't want to know about problems if we have modifications installed - if a VB bug affects a modification but isn't visible without the mod (like my installation), that's a bit like a "chicken & egg" problem - how can I demonstrate there's a bug if it's really only visible when a modification is installed?

Still I'll give it a go - do you have any details about, or a link to the bug please? - they still have so many over there. :rolleyes:

Mike :)

As I remember this bug was visible to me if I login as a member not admin with disabling the mod. Maybe i've done something wrong when i test it but it was visible only when i login as user.

Nevertheless you could try my other mod where it will replace the quick reply with the full advanced reply. Also there is similar mod's like replace quickreply you can try them if you didn't liked mine.

When I have sometime I'll have a nother look at the mod to see if anything can be done.

Last thing did you tried it on ie9?

Khalid

kingMOB 03-30-2010 11:32 AM

Thanks for the mod almannai, very useful.

But, for some reason it is just using the stylevar options from vBulletin. Here I have lots of custom css in the additional.css file. Is there a way to make the mod work with this .css files?

hoathinh 04-03-2010 02:54 AM

1 Attachment(s)
error templates Version 4.0.2

almannai 04-03-2010 06:14 AM

Quote:

Originally Posted by kingMOB (Post 2012802)
Thanks for the mod almannai, very useful.

But, for some reason it is just using the stylevar options from vBulletin. Here I have lots of custom css in the additional.css file. Is there a way to make the mod work with this .css files?

I see what you mean.

Quote:

Originally Posted by hoathinh (Post 2014953)
error templates Version 4.0.2

What is the problem?

guvner 04-04-2010 04:18 AM

Quote:

Originally Posted by almannai (Post 2010174)
When I have sometime I'll have a nother look at the mod to see if anything can be done.

I've fixed the problem - at least for my forum.

It was a CSS issue - the current editor.css had the following:

Code:

.editor_textbox.quickreply textarea {
        height:100px;
}

.editor_textbox.quickreply iframe {
        height:106px;
}

I changed that to:

Code:

.editor_textbox textarea {
        height:100px;
}
.quickreply textarea {
                height:100px;
                width: 80%;
}

.editor_textbox.quickreply iframe {
        height:106px;
}

and now my quick edit box no longer disappears behind the sidebar.

Mike :)

almannai 04-04-2010 05:17 AM

Quote:

Originally Posted by guvner (Post 2015452)
I've fixed the problem - at least for my forum.

It was a CSS issue - the current editor.css had the following:

Code:

.editor_textbox.quickreply textarea {
        height:100px;
}

.editor_textbox.quickreply iframe {
        height:106px;
}

I changed that to:

Code:

.editor_textbox textarea {
        height:100px;
}
.quickreply textarea {
                height:100px;
                width: 80%;
}

.editor_textbox.quickreply iframe {
        height:106px;
}

and now my quick edit box no longer disappears behind the sidebar.

Mike :)

Nice work Mike

Thank you for sharing it
:)


All times are GMT. The time now is 04:11 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.02221 seconds
  • Memory Usage 1,758KB
  • 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_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

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

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