Xenforo User Map [Deleted]

localhost8080 updated Xenforo User Map with a new update entry:

v1.0.9: added skip list for invalid locations

Version 1.0.9, 2014-04-18
  • added skip list for invalid locations not to geolocate them again and again. effective especially on bulk geolocating from command line.
  • added hint to users to fill out their location to be displayed on map if user is logged in and hst no location set
  • do not display user and location count if visitor has no permission to view map
  • typos

Read the rest of this update entry...
 
Hi,

Just installed with your latest version. My map is showing 1955 members, when I only have 1497 valid ones. It appears to be showing those that are SPAM BANNED.
I also have several locations with members that is not clustering (is there a limit preventing this?)

Otherwise, its all good (y)
 
Last edited:
Have you an actual screen shot of the latest map version (frontend)? Bevor i update, i will see the changes please. ;)
 
On frontend, there are only changes on the messages above the map.

If user has no permission to view map, the message with 0 users/0 loctions won't be displayed anymore.

Here are screenshots for changes if user has profile location vs no profile location:

image.webp image.webp

image.webp
 
Im trying this out on my test board and keep getting an error

Could this be server related?
Apache 2.2.22 with PHP 5.2.9

This is how I run it from the command line.

Code:
C:\wamp\www\xf131\library\MopedMap>C:\wamp\bin\php\php5.2.9-2\php Geocli.php

found 1 to geolocate...
geolocating all...
error on geolocating location NEW YORK...
ready. have fun.

Dont see any errors in the apache or php logs.
 
Im trying this out on my test board and keep getting an error

Could this be server related?
Apache 2.2.22 with PHP 5.2.9

This is how I run it from the command line.

Code:
C:\wamp\www\xf131\library\MopedMap>C:\wamp\bin\php\php5.2.9-2\php Geocli.php

found 1 to geolocate...
geolocating all...
error on geolocating location NEW YORK...
ready. have fun.

Dont see any errors in the apache or php logs.

Check root/internaldata/mopedmap.log and post it please. Thx
 
We, xenforo and MopedMap Members from the german xenforo community ( http://www.xendach.de/threads/user-map-von-localhost8080.1504/page-7#post-26743 ) have made changes, so the mopedmap looks like:
View attachment 71964

He has now a xenforo like frame around the map and a xenforo like button to create/edit the location. Can you include this litle changes in a next relaese please? :)
@localhost8080 pls can you add this
In The next update . Its Looks so great !!
Greetz lemmi
 
Found a hiccup. If you are running SSL you will get insecure notification on your site if you are using the Default Map Style -> Cluster markers.
You will also get this if you use anything in the custom marker setting that is NOT https. I got around this by copying my own image to my server and pointing it there. Can the same be done for the cluster?

EDIT:

Found what the problem is... the .JS that is called from google is hardcoded with an http:// call for
Code:
MarkerClusterer.prototype.MARKER_CLUSTER_IMAGE_PATH_ =
'http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/' +
'images/m';

EDIT #2
Solution: obtain the markerclusterer.js from Google, place it in a directory and change the template to call from your local directory and edit the JS to make a https call. Google really needs to fix this to use either one.
screenshot.webp
 
Last edited:
One thing which would be great:

If the usergroup can't see the entries of the map, the map is just empty. Therefore one line on the top with "You have to be registered or logged in to see the entries" would be helpful.

Thx :)
 
Make your own Tab (Nodes with tabs) and set "check node permissions" on - then it works like you want. :)
 
Make your own Tab (Nodes with tabs) and set "check node permissions" on - then it works like you want. :)


Hm...You replied to me? What will happen then? Where does the message pop up? Or what does the user see?

Greetings, E.
 
Top Bottom