Reviewed & tested by the community
Project:
Multiflex37
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2007 at 01:33 UTC
Updated:
5 Feb 2008 at 17:21 UTC
IE6 issue solved by this patch.
Please review and include if it seems to be O.K.
Please note that I'm not a PHP programmer :)
| Comment | File | Size | Author |
|---|---|---|---|
| multiflex_0.patch | 1.35 KB | gabrielakos |
Comments
Comment #1
Minna commentedThanks for working on this.
I tried this patch. I got the following error:
"Parse error: syntax error, unexpected $end in .../themes/multiflex37/template.php on line 137"
Could you help me with this?
Minna
Comment #2
gabrielakos commentednot really.
I guess you are applying the patch to a different version, or to a different file.
Maybe if you look at the file you'll find an unmatched parentheses or something like that.
Rgds,
Akos
Comment #3
jbp commentedThanks a lot to gabrielakos - works perfect! Just to make the installation process crystal clear...
Find template.php: ../themes/multiflex37/template.php
Change these lines of code:
With these:
Good luck!
:-) JBP
Comment #4
nipsy commentedWell, not exactly. On IE6 for me and others, that code change makes each top level menu item become the full width of the browser and it becomes a square essentially, making each item roughly a 'page' in size.
Scrolling down ten pages gives the rest of the Drupal content for the site rendered normally.
Works fine in FF.
Nipsy
Comment #5
Microbe commentedI have poored long and hard over why this does not seem to work in IE6. and it was simple in the end - there was a missing because of the replace for IE7 the code i am now using is:
It seems to work fine when i use it although haven't tested it on IE7 or FF yet as i don't have access to them at the moment.
will post again later when i have tested them unless someone else is able to first.
Microbe
Comment #6
waynedrupal commentedMicrobe: I have just put your code in my template.php page and uploaded that into my Multiflex37 theme and tested with IE7 and FireFox 2.0.0.5 and both work fine with drop down box :)
I have not tested this in IE 6 as I don't have that.
Comment #7
Microbe commentedThanks if that works then the bug is fixed - it produces the exact code that the original theme did before it was ported to drupal. can someone make a patch so others can update it cos i don't know how.
Thanks
Microbe
Comment #8
Minna commentedMicrobe:
Thanks. Drop down menus work in IE6, IE7 and FF. Thanks a lot.
Minna
Comment #9
karlene11 commentedI've made these changes to two different sites with this theme and neither work in IE6. Same result as before the changes. Works great in FF and IE7. Any ideas?
Comment #10
scooper@drupal.org commentedThe theme's drop-down menus work properly for me with IE 6/Windows 98. I used the following function replacements in template.php.
Comment #11
ahefele commentedI've applied this patch to the code. It works great in IE 6 if all the main links have sublinks (in a dropdown) below them. However, in IE 6 if you don't have a sublink, it blows up the that one main link. It's like it doesn't know how to handle not having sublinks in a dropdown menu below the main links. Is there a fix for this? Thanks for any help.