Filter double script PDF Print E-mail
Written by Mike Reumer   
Friday, 29 October 2010 21:26
Mike Reumer
Developer

Address:
The Netherlands


Information: Mike Reumer is the owner of this site and develops the plugins, modules and components shown on this site.


You can ask support by entering the form. Please read the articles on my site first.
When asking help send the url of the page with a map that's not working, the version of my plugin, version of Joomla, version of PHP and a description of the problem.


Mails with complete information will be answered first.


Location:


 















Documentation of plugin Googlemap
articles.jpg

These are the articles about how to use the Plugin Googlemaps in Joomla. 

Title Filter     Display # 
# Article Title Author Hits
1 New version 2.16 of plugin Googlemaps released Mike Reumer 1117
2 Spanish Tutorial video's Mike Reumer 406
3 File types for KML layers Mike Reumer 705
4 How to: KML tools Mike Reumer 1039
5 Mobile adjustments for google maps plugin Mike Reumer 968
6 New version 2.15 of plugin Googlemaps released Mike Reumer 5742
7 Changes Google Maps API version 2 Mike Reumer 2341
8 Google Maps Usage and Billing Mike Reumer 5662
9 New version 2.14 of plugin Googlemaps released Mike Reumer 4655
10 Autocomplete tips Mike Reumer 2242
11 Google maps disallowed full embedding website Mike Reumer 7636
12 Parameters of plugin Google Maps Mike Reumer 48045
13 Joomla 1.6.x and 1.7.x bug adding quote and p tag Mike Reumer 6599
14 Receive updates on new imagery Mike Reumer 4923
15 Tutorial Custom Tiles Mike Reumer 8370
16 Tutorial install/use Mike Reumer 59486
17 Plugin in book Joomla! 1.5 Multimedia Mike Reumer 4845
18 Google indexing Mike Reumer 19327
19 Welcome Mike Reumer 155557
20 Upgrading plugin Mike Reumer 17520
21 Integration with CB Mike Reumer 22135
22 KML out of database Mike Reumer 25626
23 Language support Mike Reumer 19963
24 Maps in components, modules & contact Joomla Mike Reumer 106612
25 Multi domain and Google API Key Mike Reumer 37176
26 Coverage of googlemaps Mike Reumer 26969
27 KML with form Mike Reumer 32720
28 Placing a map in a module Mike Reumer 49937
29 Changing style of Map buttons or infowindow Mike Reumer 31313
30 Changing direction form style Mike Reumer 18719
31 Using Google maps with Jreviews Mike Reumer 19409
32 Help for using KML-file Mike Reumer 49512
33 Finding coordinates Mike Reumer 36467
34 Geocoding a address Mike Reumer 30185
35 Checklist placing plugin in article Mike Reumer 117052
 
Infowindow with lightbox link Print
Written by Mike Reumer   
Saturday, 21 March 2009 02:00

It's possible to place a link inside of the infowindow of a marker on the map and open it in a lightbox (version => 2.12h):

<a href='javascript:void();'  onclick='javascript:MOOdalBox.open(\"http://www.joomla.org\", \"Map\", \"600px 600px\", null);return false;' title=link Title>link</a><br />Example

Replace <url> with your link. If you need a space in the linkTitle use "& nbsp;"

{mosmap text='<a href='javascript:void();' onclick='javascript:MOOdalBox.open(\"http://www.joomla.org\", \"Map\", \"600px 600px\", null);return false;' title=link Title>link</a><br />Goto Joomla'}

If you place a link inside the infowindow then it will always open in a new window or tab with Google kml renderer!
You can use a kml-file and GeoXML to open a link in the same window (see kml sidebar).

 

It's also possible in a kml file with GeoXML renderer (Google kml renderer removes javascript). Add to the description of a Placemark:

<description><![CDATA[<a href='javascript:void();'  onclick='javascript:MOOdalBox.open("www.joomla.org", "Map", "600px 600px", null);return false;' title=link Title>Lightbox link</a><br />Example]]></description>

{mosmap kml='http://tech.reumer.net/images/lightbox.kml'|kmlrenderer='geoxml'|kmllightbox='1'}

Last Updated on Saturday, 17 March 2012 22:18
 
Last Updated on Friday, 29 October 2010 22:03
 

Advertisement