molten2 writes:
Re: Basic Googlempas phpnuke module (Score: 1) | ![]() | Cool! I had this working, too: http://stoneridgehoa.net/modules.php?name=Maps How did you address the limitations of Internet Explorer? Did you create a block? |
Re: Basic Googlempas phpnuke module (Score: 1) by molten2 on Tuesday, September 20, 2005 @ 00:44:43 CDT (User Info | Send a Message) http://www.adamantio.net | |
For Internet explorer there are no workaround other than iframe tag. Only firefox/mozilla/opera/camino can use a full integrated gmaps code. On my site wiith these browsers, you can add/delete/recenter markers in db... |
Re: Basic Googlempas phpnuke module (Score: 1) by kguske on Tuesday, September 20, 2005 @ 09:07:07 CDT (User Info | Send a Message) | |
Thanks - I found the same thing - only an iframe worked - IE is so out-of-date! But I don't require rewrite in htaccess. You may also want to mention in the read me that the map URL should be changed - in the download, it's hard-coded to your site. If you're working on database integration (I had the same idea!), that probably won't be the case in your next version... |
Re: Basic Googlempas phpnuke module (Score: 1) by molten2 on Tuesday, September 20, 2005 @ 13:50:39 CDT (User Info | Send a Message) http://www.adamantio.net | |
Try to register to my site to see the db integrated version. (this feature is only visible if you browse with firefox). With a single click you open a form, then on the submit you register the coords and the description in the db. You can recenter the maps immediatly on the position of your mark by clicking on the icon that appear in a list below the map... Byez |