User location map

User location map 1.0.1

No permission to download
not that i know of, nothing running thats not default, the error console kept getting more and more errors than it just said 999+ and i closed the page
 
Here with Win10 and Firefox, Chrome and IE it works.

upload_2016-5-31_7-43-37.webp

But I have to deaktivate NoScript and AdBlockPlus... :D ;)
 
But I have to deaktivate NoScript and AdBlockPlus... :D ;)
There's little chance of this working with JS disabled. I should put a check in to see if it's enabled or not.

Thanks for testing though. I wonder if it's a weird Mac thing. Will find someone with a Mac and see...
 
I'm on Mac/Safari
I'm on a Mac/Chrome and doesn't work for me either.
No adblocking, JS not disabled. Other sites using GoogleMaps API working fine.
Looking at page source, I think it's likely to be your usage of ClaoudFlare rocket loader causing the problem.
 
Suggestions:
1. Have user group permissions, so you can enable/disable user groups being able to see the map
2. Have ACP options permission, so that users cannot see the map unless they too are on the map
3. Have an ACP option to move the map as a sub-navigation under Members. I'd like to see the URL be site.com/members/map
 
I'm on a Mac/Chrome and doesn't work for me either.
No adblocking, JS not disabled. Other sites using GoogleMaps API working fine.
Looking at page source, I think it's likely to be your usage of ClaoudFlare rocket loader causing the problem.

I was thinking it's the CF thing to. I did not know they rewrite the script like that. Could you try www2? (Don't want to put the whole URL for 'bot reasons). Ignore cert warnings - domain mismatch.
I've got a few friends to try it on Mac and the results vary. Chrome - OK (but you say it's bust); Safari - Bust (which seems common.)

Suggestions:
1. Have user group permissions, so you can enable/disable user groups being able to see the map
2. Have ACP options permission, so that users cannot see the map unless they too are on the map
3. Have an ACP option to move the map as a sub-navigation under Members. I'd like to see the URL be site.com/members/map
Good points - will add them to the list.
 
I was thinking it's the CF thing to. I did not know they rewrite the script like that. Could you try www2? (Don't want to put the whole URL for 'bot reasons). Ignore cert warnings - domain mismatch.
I've got a few friends to try it on Mac and the results vary. Chrome - OK (but you say it's bust); Safari - Bust (which seems common.)
Now map displays, but no 'pins' shown on it.
This ....
Code:
Mixed Content: The page at 'https://www2.landcruiserclub.net/community/usermap' was loaded over HTTPS, but requested an insecure script 'http://jawj.github.io/OverlappingMarkerSpiderfier/bin/oms.min.js'.
This request has been blocked; the content must be served over HTTPS.
 
Now map displays, but no 'pins' shown on it.
This ....
Code:
Mixed Content: The page at 'https://www2.landcruiserclub.net/community/usermap' was loaded over HTTPS, but requested an insecure script 'http://jawj.github.io/OverlappingMarkerSpiderfier/bin/oms.min.js'.
This request has been blocked; the content must be served over HTTPS.
I wonder why it's complaining - the code is
Code:
<script type="text/javascript" src="//jawj.github.com/OverlappingMarkerSpiderfier/bin/oms.min.js"></script>

the // uses whatever the protocol is so you don't have to worry. I'm on https www2 and it does not complain.
 
I tell a lie - it is complaining. I wonder why that script though. All the scripts are loaded with // and none of the others complain.

Will dig some more....
 
Quick update on this -

See here for the latest version: https://www.landcruiserclub.net/community/usermap

I've totally rewritten the core of it and removed some bugs.
I've put new some new features people spoke about.

More to come - I should do a release sometime over the weekend.


If someone who had problems with the previous version please let me know if it's any better.


thanks.
 
The markers on the map aren't displayed in the 1.0.1 release on Ubuntu 14.04 with Firefox or Chromium. The current version on your site works pretty well though.

In case you haven't noticed there is a small bug in the installer that prevents the installation if debug mode is enabled:
ErrorException: Undefined variable: existingAddOn - library/Crispin/UserMap/Install/Base.php:15


Btw, if the latest version still uses cURL you should add this to the requirements..
 
Last edited:
Back
Top Bottom