vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin.org Site Feedback (https://vborg.vbsupport.ru/forumdisplay.php?f=7)
-   -   Default (Dark Blue) Layout (https://vborg.vbsupport.ru/showthread.php?t=50628)

Bane 03-22-2003 11:44 AM

Default (Dark Blue) Layout
 
1 Attachment(s)
Default (Dark Blue) Layout is broken in Mozilla..

Xenon 03-22-2003 12:00 PM

yeah, i've heard mozilla has problems with tables as most browsers except IE have.

hmm, i'm not good in html special browser codings, i'll let it up to erwin :)

Xanthine 03-23-2003 12:33 AM

Half the top menu doesn't work in Opera 7.0 but im too lazy to get a screen.

Erwin 03-23-2003 04:07 AM

This is a confirmed bug with an easy fix... Wait for it...

Boofo 03-23-2003 04:32 AM

When you fix it can you tell us what you did so we can check for this type of stuff on our forums? ;)

Erwin 03-23-2003 04:33 AM

The fix is this (from vB.com):

In functions.php, replace the whole textarea function with this:

PHP Code:

// ###################### Start gettextareawidth #######################
function gettextareawidth() {
    
// attempts to fix idiotic Nutscrape textarea width problems
    
global $HTTP_USER_AGENT;

    if (
eregi("MSIE",$HTTP_USER_AGENT) || (eregi("Mozilla/5",$HTTP_USER_AGENT) && !eregi("Netscape6/",$HTTP_USER_AGENT))) { // browser is IE
        
return "70";
        
    } elseif (
eregi("Netscape6/",$HTTP_USER_AGENT)) { // browser is NS 6
        
return "40";
        
    } elseif (
eregi("Mozilla/4.",$HTTP_USER_AGENT)) { // browser is NS4
        
return "50";


    } else { 
// unknown browser - stick in a sensible value
        
return 60;

    }




Dean C 03-23-2003 08:19 AM

Hmmm i don't think that that's the fix as it effects textarea widths - we have none on the main forums index...

/me waits for confirmation

- miSt

Erwin 03-23-2003 08:41 PM

Wasn't he referring to the textarea in his gif? Or the border? I just noticed the border... I assumed he was talking about the textarea because the textarea Mozilla bug is a well-known vB one.

Bane 03-23-2003 10:27 PM

I was talking about the border :) the textarea is bleh but the border is just oogly

Erwin 03-24-2003 12:47 AM

Ahhh... I'll look into it when I have time... I don't use Mozilla you see...

Smoothie 03-24-2003 01:10 AM

Quote:

Yesterday at 08:44 AM Bane said this in Post #1
Default (Dark Blue) Layout is broken in Mozilla..
Thats why I use purple style. Blue looks crappy in Mozilla.

Bane 03-24-2003 04:55 AM

Quote:

Yesterday at 08:47 PM Erwin said this in Post #10
Ahhh... I'll look into it when I have time... I don't use Mozilla you see...

Shame on you.

Tony G 03-24-2003 10:17 AM

Thats why I don't use Mozilla, not enough compatiability. :-/

Bane 03-24-2003 01:12 PM

Quote:

Today at 06:17 AM Lord Dexter said this in Post #13
Thats why I don't use Mozilla, not enough compatiability. :-/
Actually I believe you will find it is very compatible, it just doesnt fix garbage. *shrug*

Erwin 03-24-2003 10:18 PM

Yeah, that's true. :) IE will show up anything, the worse HTML code you can throw at it.

Tony G 03-25-2003 10:09 AM

Quote:

Today at 02:12 AM Bane said this in Post #14


Actually I believe you will find it is very compatible, it just doesnt fix garbage. *shrug*

When I did use it, it was bad. But I've heard it's gotten better. ;)

Xelation 04-20-2003 02:11 AM

I hate netscape and mozilla they both suck..

Dean C 04-20-2003 10:40 AM

Hehe bumpage matt ;)

They certainly do suck IMO ;) but many people use them so its sensible if we fit our designs to them by using solely CSS or XHTML ;)

- miSt

Kars10 04-20-2003 12:23 PM

@ Xelation, me too! :p

Xenon 04-20-2003 07:46 PM

i totally agree with you Xelation and Karsten :)

Dean C 04-20-2003 07:56 PM

Stefan - have you ever tried mozilla? ;)

- miSt

Xenon 04-20-2003 07:59 PM

yes, once, as i also tried opera and ns, but i really was cured fast from that kind of illness :)


All times are GMT. The time now is 10:06 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.01259 seconds
  • Memory Usage 1,757KB
  • 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
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete