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 1075
2 Spanish Tutorial video's Mike Reumer 393
3 File types for KML layers Mike Reumer 702
4 How to: KML tools Mike Reumer 1030
5 Mobile adjustments for google maps plugin Mike Reumer 965
6 New version 2.15 of plugin Googlemaps released Mike Reumer 5736
7 Changes Google Maps API version 2 Mike Reumer 2335
8 Google Maps Usage and Billing Mike Reumer 5653
9 New version 2.14 of plugin Googlemaps released Mike Reumer 4653
10 Autocomplete tips Mike Reumer 2242
11 Google maps disallowed full embedding website Mike Reumer 7634
12 Parameters of plugin Google Maps Mike Reumer 47932
13 Joomla 1.6.x and 1.7.x bug adding quote and p tag Mike Reumer 6597
14 Receive updates on new imagery Mike Reumer 4923
15 Tutorial Custom Tiles Mike Reumer 8368
16 Tutorial install/use Mike Reumer 59431
17 Plugin in book Joomla! 1.5 Multimedia Mike Reumer 4843
18 Google indexing Mike Reumer 19324
19 Welcome Mike Reumer 155537
20 Upgrading plugin Mike Reumer 17519
21 Integration with CB Mike Reumer 22132
22 KML out of database Mike Reumer 25621
23 Language support Mike Reumer 19958
24 Maps in components, modules & contact Joomla Mike Reumer 106607
25 Multi domain and Google API Key Mike Reumer 37173
26 Coverage of googlemaps Mike Reumer 26968
27 KML with form Mike Reumer 32718
28 Placing a map in a module Mike Reumer 49932
29 Changing style of Map buttons or infowindow Mike Reumer 31309
30 Changing direction form style Mike Reumer 18715
31 Using Google maps with Jreviews Mike Reumer 19406
32 Help for using KML-file Mike Reumer 49502
33 Finding coordinates Mike Reumer 36465
34 Geocoding a address Mike Reumer 30172
35 Checklist placing plugin in article Mike Reumer 116995
 
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