I’m a complete beginner at PHP and am stuck.
I’ve loaded em-events.php into a php editor, found line 231, added the code above (with a change to match Google Maps API 3 as below) immediately after it, but no postcode box shows on the Events page where all the search parameters are.
My revised API line is:
$base_url = "https://maps.googleapis.com/maps/api/geocode/xml?address";
Could someone please let me know what I’m doing wrong?
I’m expecting to see an input box for postcode and radius – is that right please?
It would also help me if someone who has it working could post the actual line 231 referenced, just in case the editor I’ve used is doing something different.
Thanks in advance!