MyBB Hacks

Full Version: User Map with XThreads?
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
1.8.14 and the map is still dead...any ideas on how to fix it up?
Any Javascript errors?
Hello, I will not see a map in the overview and in new posts. Have all the templates and thread fields as in the description taken and the umap.php I have enabled under plugins. And I only need the markerclusterer_packed.js from the MarkerClustererPlus package I have loaded it from github because the link from the description does not work.

Does anyone have an idea what the error can be?

[attachment=1175]
[attachment=1176]

best regards
lenox
Thanks with

Code:
<script>
async defer
src = "https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap"
</ Script>

does it work on new thread and edit. However, no map is displayed on the threadlist page.

I have at  Settings Overrides

Code:
tplhtmlcomments = 0


And a empty umap_forumdisplay_threads_sep template.

(05-02-2018 02:21 AM)crow Wrote: [ -> ]Thanks with

Code:
<script>
async defer
src = "https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap"
</ Script>

does it work on new thread and edit. However, no map is displayed on the threadlist page.

I have at  Settings Overrides

Code:
tplhtmlcomments = 0


And a empty umap_forumdisplay_threads_sep template.


The callback calls initMap function, while we use initialize function.
Pages: 1 2 3 4 5 6 7 8 9
Reference URL's