Home
Home
About
Demo
Forum
FAQ
Live Sites
Feedback

Login





Lost Password?
No account yet? Register
Stay Tuned!
 
Who's Online
We have 1 guest and 5 members online

powered_by Joomla
Latest Forum Posts

More...

new GoogleMaps API for ME 1.1.0 available Print E-mail
Wednesday, 02 April 2008
GoogleMaps APItoday we added a new version of the GoogleMaps API class for MisterEstate 1.1.0 to our downloadbase.

If you noticed problems with showing GoogleMaps on your site, you should give the new version a try. It fixes a few bugs and uses the new Google Maps API V2.

To check the changelog, please visit: changelog

You can downlad always the newest API version at:
www.phpinsider.com/php/code/GoogleMapAPI/


Installing instructions for those who download the API directly from phpinsider.com:

1. download the newest API from www.phpinsider.com and unzip it local.
2. rename GoogleMapAPI.class.php to GMapAPI.class.php
3. transfer it via FTP into /components/com_estateagent/includes/

4. enjoy it!

Quote this article on your site | Print | E-mail

  Comments (4)
RSS comments
1. Finaly !! Great Stuff !!
Written by dyhex, on 02.04.2008 17:37
Hi Darko! 
 
This update works like a charm! Kudos to your efforts. 
 
Cheers 
 
Dyhex
2. not working!
Written by This e-mail address is being protected from spam bots, you need JavaScript enabled to view it , on 08.04.2008 08:12
Hi, I did following your intruction, and there is google map but not actual map, just showing grey colour. HOw to solve it? Please help. THanks.
3. Not working
Written by This e-mail address is being protected from spam bots, you need JavaScript enabled to view it , on 09.05.2008 16:51
Same not working. Grey window.  
:( some body help.  
 
i assume may be some mods to other files are also needed. not able to do it.  
Any mod to add lat and log for the positions would be sooo nice.  
 
Thanks 
Sheray
4. Written by This e-mail address is being protected from spam bots, you need JavaScript enabled to view it , on 10.05.2008 05:42
Code:
Hi All 
 
Finally got it to work.  
 
Google map does not work with all the countries. it has only few supported ones.  
First check if component is working on not. Try putting some location in Paris or somewhere else just to confirm 
if it’s working on not.  
if it’s working and your location is not working then follow following steps.  
 
1) You have already updated the googlemap componnent. 
You can download always the newest API version at: 
www.phpinsider.com/php/code/GoogleMapAPI/ 
 
2) You need to make sure you have extended template for misterestate. Its option in given some where in configuration in admin 
Control panel for misteresate.  
 
3) you need to edit the estateagent.php with following. Make sure you keep the backup of the file. And also use the phpeditor 
to edit it.  
 
step 1 
//find the following line and disable it or remove it.  
$gmap->addMarkerByAddress($address,"GMap Test","GMap Description");  
 
step 2 
//add the following lines.  
QUOTE: 
$geostuff = "$obj->district"; 
$gmap->addMarkerByAddress($geostuff , "This is a title", "xxx")
 
step 3 
now you need to add the go coordinates for your location. use Google earth or maps to find exact coordinates you need.  
And add the same in district. Example 25.079885,55.140252 
 
 
I really wish this option was built into misteresate. i am not made this tweak  
After looking very had into the forms i was finally able to get this thing working. Cheers to team. Great product. 
 


Only registered users can write comments.
Please login or register.

Powered by AkoComment Tweaked Special Edition v.1.4.5

 
Next >