Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
google maps plugin
Okay, to get this to play nicely with other plug-ins, such as i18n Gallery, make the following edits to "plugins/googlemap.php":

Lines 90-103
Code:
. "\n".'//<![CDATA['
                    . "\n".' if (typeof jQuery == "undefined") {'
                    . "\n".'  document.writeln(\'<script type="text\/javascript" language="javascript" src="http://code.jquery.com/jquery-1.6.1.min.js"><\/script>\');'
                    . "\n".' };'
                    . "\n".' [js]'
                    . "\n".'//]]>'    
                    . "\n".'</script>'
                    . "\n".'<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>'    
                    . "\n".'<script type="text/javascript" src="'.$SITEURL.'plugins/googlemap/js/jquery.gomap-1.3.2.min.js"></script>'
                    . "\n".'<script language="javascript" type="text/javascript">'
                    . "\n".'//<![CDATA['
                    . "\n".' $jQ = jQuery.noConflict();'
                    . "\n".' $jQ(document).ready(function()'
                    . "\n".' {'

to...
Code:
. "\n".' [js]'
                    . "\n".'</script>'
                    . "\n".'<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>'    
                    . "\n".'<script type="text/javascript" src="'.$SITEURL.'plugins/googlemap/js/jquery.gomap-1.3.2.min.js"></script>'
                    . "\n".'<script language="javascript" type="text/javascript">'
                    . "\n".'//<![CDATA['
                    . "\n".' $(function()'


and line 301
Code:
."\n".'  $jQ("#gmap_'.$gmap_config[$i]['id'].'").css({"width":'.$gmap_config[$i]['width'].',"height":'.$gmap_config[$i]['height'].'}).goMap(ops_'.(string)$gmap_config[$i]['id'].');';

to...
Code:
."\n".'  $("#gmap_'.$gmap_config[$i]['id'].'").css({"width":'.$gmap_config[$i]['width'].',"height":'.$gmap_config[$i]['height'].'}).goMap(ops_'.(string)$gmap_config[$i]['id'].');';

Depending on the setup, you may need to disable jquiry in the gallery and add it to the header of your template.
I hope this helps someone else too, it seems to work well for me.


GS Community Edition with php8.x compatibility, new features and much more!  Support Me


Reply


Messages In This Thread
google maps plugin - by singulae - 2011-03-17, 11:40:03
RE: google maps plugin - by didou038 - 2012-11-17, 01:47:25
RE: google maps plugin - by paulz - 2013-04-11, 02:28:30
RE: google maps plugin - by BlueDragon - 2013-08-30, 23:52:07
RE: google maps plugin - by stevenatherton42 - 2012-12-15, 06:23:26
RE: google maps plugin - by Timbow - 2012-12-15, 08:06:17
RE: google maps plugin - by Beluga - 2013-04-09, 18:24:31
RE: google maps plugin - by Elysia - 2013-03-08, 00:40:37
RE: google maps plugin - by Timbow - 2013-04-09, 19:10:50
RE: google maps plugin - by Beluga - 2013-04-10, 15:17:41
RE: google maps plugin - by Timbow - 2013-04-10, 17:37:10
RE: google maps plugin - by Beluga - 2013-04-12, 19:09:01
RE: google maps plugin - by Oleg06 - 2013-06-16, 03:50:32
RE: google maps plugin - by JoZ3 - 2013-06-23, 00:43:29
RE: google maps plugin - by Oleg06 - 2013-06-23, 02:13:18
RE: google maps plugin - by strandoo - 2013-07-24, 08:52:10
RE: google maps plugin - by stryker - 2013-11-24, 16:29:35
Accuracy of position poor - by df8oe - 2014-09-25, 18:01:57
RE: Accuracy of position poor - by moped - 2014-09-30, 00:05:49
RE: google maps plugin - by volvov70 - 2014-09-25, 22:37:27
RE: google maps plugin - by df8oe - 2014-09-26, 00:34:22
RE: google maps plugin - by volvov70 - 2014-10-02, 16:33:41
RE: google maps plugin - by wdburgdorf - 2015-06-04, 21:01:43
RE: google maps plugin - by wdburgdorf - 2015-06-13, 05:57:15
RE: google maps plugin - by The_Shopkeeper - 2016-01-03, 01:40:06
RE: google maps plugin - by wdburgdorf - 2016-01-03, 02:28:15
RE: google maps plugin - by fabien - 2016-08-01, 20:45:03
RE: google maps plugin - by herbie - 2016-12-26, 10:55:21
RE: google maps plugin - by herbie - 2017-01-02, 09:09:40
google maps plugin - by smooo3 - 2011-03-21, 06:46:05
google maps plugin - by Oleg06 - 2011-03-21, 07:26:28
google maps plugin - by singulae - 2011-03-21, 07:29:51
google maps plugin - by Oleg06 - 2011-03-21, 07:32:22
google maps plugin - by singulae - 2011-03-21, 07:38:01
google maps plugin - by datiswous - 2011-03-21, 12:11:27
google maps plugin - by Connie - 2011-03-21, 17:20:28
google maps plugin - by Oleg06 - 2011-03-21, 18:11:22
google maps plugin - by singulae - 2011-03-21, 19:23:10
google maps plugin - by singulae - 2011-03-21, 19:25:40
google maps plugin - by singulae - 2011-03-22, 23:52:32
google maps plugin - by KyleMI - 2011-03-24, 01:52:58
google maps plugin - by singulae - 2011-03-24, 02:51:21
google maps plugin - by KyleMI - 2011-03-24, 04:00:55
google maps plugin - by singulae - 2011-03-24, 06:36:37
google maps plugin - by Connie - 2011-03-29, 21:58:59
google maps plugin - by Connie - 2011-04-01, 16:46:30
google maps plugin - by singulae - 2011-04-02, 08:28:59
google maps plugin - by Connie - 2011-04-02, 16:26:24
google maps plugin - by singulae - 2011-04-03, 01:36:36
google maps plugin - by Connie - 2011-04-03, 06:40:00
google maps plugin - by Oleg06 - 2011-04-03, 06:49:19
google maps plugin - by singulae - 2011-04-03, 07:53:10
google maps plugin - by singulae - 2011-04-03, 07:57:07
google maps plugin - by Connie - 2011-04-03, 17:48:21
google maps plugin - by drodriguez - 2011-04-10, 06:58:26
google maps plugin - by singulae - 2011-04-10, 12:57:02
google maps plugin - by mikeh - 2011-04-10, 13:34:00
google maps plugin - by singulae - 2011-04-10, 18:58:04
google maps plugin - by drodriguez - 2011-04-13, 11:01:18
google maps plugin - by Connie - 2011-04-13, 15:57:42
google maps plugin - by singulae - 2011-04-13, 23:20:53
google maps plugin - by Connie - 2011-04-13, 23:58:23
google maps plugin - by hameau - 2011-04-14, 20:10:19
google maps plugin - by singulae - 2011-04-15, 09:09:20
google maps plugin - by Matrixik - 2011-04-15, 21:59:40
google maps plugin - by drodriguez - 2011-04-16, 10:07:32
google maps plugin - by Connie - 2011-04-16, 16:55:05
google maps plugin - by yojoe - 2011-04-16, 23:35:52
google maps plugin - by Donuts - 2011-04-25, 19:43:00
google maps plugin - by stania - 2011-04-26, 08:20:02
google maps plugin - by Connie - 2011-04-26, 16:37:26
google maps plugin - by stania - 2011-04-26, 19:47:24
google maps plugin - by singulae - 2011-04-27, 08:15:08
google maps plugin - by singulae - 2011-04-27, 08:22:39
google maps plugin - by Connie - 2011-04-27, 14:49:18
google maps plugin - by anubhab - 2011-05-03, 06:36:44
google maps plugin - by Connie - 2011-05-03, 15:53:58
google maps plugin - by singulae - 2011-05-04, 07:27:42
google maps plugin - by stania - 2011-05-08, 02:44:26
google maps plugin - by hameau - 2011-05-08, 21:25:12
google maps plugin - by Connie - 2011-05-16, 18:43:33
google maps plugin - by londoncalling - 2011-05-17, 00:05:38
google maps plugin - by Connie - 2011-05-17, 16:22:19
google maps plugin - by Connie - 2011-07-03, 23:44:19
google maps plugin - by yojoe - 2011-07-03, 23:57:30
google maps plugin - by Connie - 2011-07-04, 00:23:09
google maps plugin - by yojoe - 2011-07-04, 00:26:55
google maps plugin - by Connie - 2011-07-04, 01:31:48
google maps plugin - by miguipda - 2011-09-14, 16:42:27
google maps plugin - by singulae - 2011-09-15, 08:32:30
google maps plugin - by grs84pl - 2011-09-15, 17:54:40
google maps plugin - by singulae - 2011-09-24, 22:32:06
google maps plugin - by miguipda - 2011-09-30, 17:58:15
google maps plugin - by Oleg06 - 2011-09-30, 18:51:23
google maps plugin - by singulae - 2011-10-13, 18:36:29
google maps plugin - by singulae - 2011-10-13, 18:37:42
google maps plugin - by mvlcek - 2011-10-16, 20:28:04
google maps plugin - by miguipda - 2011-10-17, 18:08:39
google maps plugin - by trmash - 2011-10-21, 20:42:03
google maps plugin - by Oleg06 - 2011-10-22, 03:43:00
google maps plugin - by singulae - 2011-10-30, 05:31:58
google maps plugin - by Connie - 2011-10-30, 20:08:04
google maps plugin - by singulae - 2011-11-02, 07:38:13
google maps plugin - by Connie - 2011-11-02, 17:12:45
google maps plugin - by Oleg06 - 2011-11-02, 17:29:36
google maps plugin - by Connie - 2011-11-02, 18:47:54
google maps plugin - by singulae - 2011-11-03, 09:49:24
google maps plugin - by singulae - 2011-11-03, 09:50:48
google maps plugin - by Connie - 2011-11-03, 18:49:13
google maps plugin - by Oleg06 - 2011-11-03, 22:16:48
google maps plugin - by singulae - 2011-11-05, 04:30:14
google maps plugin - by singulae - 2011-11-05, 04:35:49
google maps plugin - by Oleg06 - 2011-11-05, 04:46:05
google maps plugin - by singulae - 2011-11-06, 06:17:47
google maps plugin - by singulae - 2011-11-07, 08:49:04
google maps plugin - by vasitellapahki - 2012-01-05, 21:34:54
google maps plugin - by Connie - 2012-01-05, 21:39:58
google maps plugin - by vasitellapahki - 2012-01-05, 22:37:27
google maps plugin - by jeckyl - 2012-02-02, 02:18:10
google maps plugin - by singulae - 2012-02-02, 08:13:53
google maps plugin - by jeckyl - 2012-02-02, 19:43:57
google maps plugin - by birkoff - 2012-02-02, 20:04:26
google maps plugin - by jeckyl - 2012-02-02, 20:06:26
google maps plugin - by birkoff - 2012-02-02, 20:11:46
google maps plugin - by singulae - 2012-02-02, 20:24:03
google maps plugin - by birkoff - 2012-02-02, 21:57:26
google maps plugin - by jeckyl - 2012-02-10, 01:26:03
google maps plugin - by Connie - 2012-03-05, 04:57:36
google maps plugin - by singulae - 2012-04-05, 12:49:30
google maps plugin - by didou038 - 2012-04-06, 00:30:13
google maps plugin - by singulae - 2012-04-10, 02:42:25
google maps plugin - by schning - 2012-04-10, 18:09:41
google maps plugin - by didou038 - 2012-04-10, 19:35:58
google maps plugin - by singulae - 2012-04-10, 22:53:52
google maps plugin - by schning - 2012-04-11, 00:26:55
google maps plugin - by widecircle - 2012-04-16, 05:36:14
google maps plugin - by widecircle - 2012-04-16, 08:30:16
google maps plugin - by Connie - 2012-04-17, 16:43:32
google maps plugin - by Connie - 2012-04-29, 16:13:48
google maps plugin - by Boz - 2012-05-02, 16:26:50
google maps plugin - by islander - 2012-05-16, 19:54:26
google maps plugin - by islander - 2012-05-20, 09:32:06
google maps plugin - by chaos - 2012-05-26, 03:36:50
google maps plugin - by grs - 2012-06-12, 16:49:09
google maps plugin - by student - 2012-06-13, 19:54:14
google maps plugin - by islander - 2012-06-13, 23:26:11
google maps plugin - by islander - 2012-06-14, 02:26:21
google maps plugin - by student - 2012-06-14, 09:03:57
google maps plugin - by student - 2012-06-22, 04:13:56
google maps plugin - by lnc - 2012-06-28, 20:00:58
google maps plugin - by islander - 2012-06-28, 20:32:06
google maps plugin - by pierre - 2012-07-02, 22:37:18
google maps plugin - by Donuts - 2012-07-04, 21:24:57
google maps plugin - by Connie - 2012-07-04, 22:29:05
google maps plugin - by hannesr - 2012-07-05, 21:38:36
google maps plugin - by em_we_es - 2012-07-10, 22:20:24
google maps plugin - by Uberspick - 2012-07-26, 04:24:56
google maps plugin - by Beluga - 2012-08-01, 05:29:28
google maps plugin - by islander - 2012-08-01, 06:18:51
google maps plugin - by Beluga - 2012-08-01, 06:49:37
google maps plugin - by Beluga - 2012-08-01, 19:03:46
google maps plugin - by horizon - 2012-10-06, 19:23:34



Users browsing this thread: 1 Guest(s)