Need extra help with your Joomla site? Consider paid Joomla support by the developer of Chameleon and MetaMod.
- Index
- » MetaMod
- » MetaMod General Support
- » Module menu don't display in IE browser
Module menu don't display in IE browser
Module menu don't display in IE browser
Hello
Using Joomla 3.3.1, and MetaMod 3.17
I have 2 templates, one for 3 pages width header and one for displaying without header.
There's a classic menu for the 3 pages for every browsers.
But for the others pages displaying PDF in iframes, I use MetaMod because I want to display a special menu for IE and another one for other browsers because my classic dropdwon menu is displaying behind the iframe.
So I made 2 menus not published + MetaMod
This is the recipe I use in MetaMod in PHP tab :
if ( $core_genius->check( "browser_type = ie" ) ) return 98;
else return 99;
I have read the documentation, and recpect all parameters.
The Joomla cache is not enabled.
But only the 99 menu is displaying
Do you have any idea ?
This the website
Thanks
Re: Module menu don't display in IE browser
Hi Clacla,
this is puzzling. I made some changes in MetaMod 3.18 (unreleased at the moment, but I can send you a copy) that may possibly affect this. However I would think that IE would still be detected properly in 3.17.
Could you please try this for me:
In the PHP section in MetaMod, try the following code:
$browser = $core_genius->info("browsertype");
echo "I think the browser type is: ";
print_r($browser);
echo "<br/>";
When you access this in IE, what browser type does it report? Is this the same if you try a different browser?
Best regards,
Stephen
- Index
- » MetaMod
- » MetaMod General Support
- » Module menu don't display in IE browser
Board Info
- Board Stats:
- Total Topics:
- 1689
- Total Polls:
- 6
- Total Posts:
- 5942
- Posts this week:
- 2
- User Info:
- Total Users:
- 7633
- Newest User:
- mingle7855
- Members Online:
- 0
- Guests Online:
- 170
- Online:
- There are no members online
Forum Legend:
Topic
New
Locked
Sticky
Active
New/Active
New/Locked
New Sticky
Locked/Active
Active/Sticky
Sticky/Locked
Sticky/Active/Locked