MyBB Community Forums

Full Version: Usermap
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
I've sent you a PM to my test account
please try to change
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key={$mybb->settings['usermap_apikey']}&amp;language={$language}"></script>
to
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key={$mybb->settings['usermap_apikey']}&amp;language={$language}"></script>
in line 5 of template usermap.
Thanks Jockl

I also had to make the same change in the "usermap_pin" template
Hi, so I have API key, map is showing up but I can't add any pin on map, is there any solution for this issue? I'm using MyBB 1.8.19 and Usermap 1.4.3 from mybb.de, when I try to Lookup location it gives me error "Coordinates not found for adress."
Once you create your own Google Maps API, you need to confirm your domain and setup any restrictions on use (I suggest to choose "none"). Once this is done, above mentioned error should be gone.....
I am running the plugin with the new API from Google without any problems but there had been some hurdles with the new Google Maps account settings until it worked.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25