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


All times are GMT. The time now is 06:22 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.01022 seconds
  • Memory Usage 1,734KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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