Doesn't work on IE7!!!! (1 viewing) (1) Guest
Favoured: 0
|
|
|
TOPIC: Doesn't work on IE7!!!!
|
GIOCAR (User)
Fresh Boarder
Posts: 1
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
cpluiz (User)
Fresh Boarder
Posts: 6
|
|
Re:Doesn't work on IE7!!!! 1 Year, 3 Months ago
|
Karma: 0
|
|
in file
/plugins/content/googlemaps/googlemaps.lib.php
near line 222/223
change:
if (startZoom==0 || startZoom==''){startZoom=10;}
var mapdiv = document.getElementById(\"{$this->mod}_gmap\"+id);
var myOptions = {
zoom: startZoom,
center: latlng,
};
to
if (startZoom==0 || startZoom==''){startZoom=10;}
var mapdiv = document.getElementById(\"{$this->mod}_gmap\"+id);
var myOptions = {
zoom: startZoom,
center: latlng
};
There is a extra comma after "center: lating" generating a JavaScript error
But after this, the map show for a few seconds, then disapear again, whithout generate a aditional JavaScript error.
P.s.: Sory for the bad english, I'm a Brazilian
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
kksou (Admin)
Admin
Posts: 1676
|
|
Re:Doesn't work on IE7!!!! 1 Year, 3 Months ago
|
Karma: 27
|
|
GIOCAR wrote:
Try to see :
http://www.kksou.com/php-gtk2/Joomla-Gadgets/googleMaps-plugin.php
on Internet Explorer 7 .... nothing !!
Javascript errors.
Please fix it.
Hi,
Please try it again.
The latest version of googleMaps works with IE7! It works with IE6 too!
Regards,
/kksou
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|