Xenforo User Map [Deleted]

When a guest click on the tab "map" (or what ever your membermap name is), the guest will see the default error page with the "please login to see this content ..." message from xenforo.

So the guest see: ah, threre is a membermap ... but i have to register to view them. ;)

Nodes as tabs is a must have addon for xenforo and for free: http://xenforo.com/community/resources/nodes-as-tabs.9/

German: Und warum besprechen wir das eigentlich nicht im Xendach? ich quäl mir hier einen ab :whistle: Leute ... :rolleyes: ;)
 
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)

Okay, thanks for info. I will fix it soon.

Do you happen to have a time line for a fix?
 
ah, this might be a silly question, but are icons of a user's location always a green person on a bike, or can that be changed?
 
does this plugin recognize locations in caps? i've noticed a lot of errors like this:

error on geolocating location VANCOUVER, WA...
error on geolocating location VANCOUVER, WA....
invalid location VEGASKID - adding to skip list...
invalid location VERGINNY - adding to skip list...
error on geolocating location VERNON, BC...
error on geolocating location VERNON, NEW YORK...
error on geolocating location VESZPREM HUNGARY...
error on geolocating location VICTORIA...
error on geolocating location VIRGINIA BEACH, VA...
error on geolocating location VIRGINIA BEACH, VIRGINIA...
error on geolocating location VIRGINIA, WEST VIRGINIA, MARYLAND...
error on geolocating location WALTHAM...
error on geolocating location WANCHESE, OUTER BANKS, NORTH CAROLINA...

seems like those would be easy places to locate...
 
hi. do you run your forum on a shared server? I see multiple

Code:
You have exceeded your rate-limit for this API.

messages that couse your problem.
 
try this: open file

Code:
library/MopedMap/Model/MopedMap.php

and change line 147

Code:
return $this->getGeomeryForLocationFromGoogle($location);

to

Code:
return $this->getGeomeryForLocationFromOpenmap($location);

and retry from console.
 
try this: open file

Code:
library/MopedMap/Model/MopedMap.php

and change line 147

Code:
return $this->getGeomeryForLocationFromGoogle($location);

to

Code:
return $this->getGeomeryForLocationFromOpenmap($location);

and retry from console.

I'm on a Linode VPS. I'll try the suggestion above and come back with the results.
 
Code:
sudo php Geocli.php
found 84 to geolocate...
geolocating all...
error on geolocating location CANADA, COAST TO COAST...
error on geolocating location CURRENTLY BEAST COAST...
error on geolocating location CURRENTLY BOSTON...
error on geolocating location EARTH...FOR NOW...
error on geolocating location EARTH...FOR NOW....
error on geolocating location EVERYWHERE AND NOWHERE...
error on geolocating location EVERYWHERE I WANNA BE!!!...
error on geolocating location FROM PORTLAND, OR TO PLYMOUTH, MA...
error on geolocating location HERE & THERE...
error on geolocating location ILLADELPHIA...
error on geolocating location IN A VAN.. BY THE RIVER?...
error on geolocating location IN AND AROUND CAMBRIDGE, MASS, BUT LEAVING TO HIT ...
error on geolocating location KENT, UK, WISHING I WAS SOMEWHERE ELSE THOUGH...
error on geolocating location KENTACK...
error on geolocating location LEAVING PORTLAND OR....
error on geolocating location TERRA, SOL SYSTEM, MILKY WAY...
error on geolocating location TRAVELIN...
error on geolocating location WILLAMETTE VALLEY, OREGON...
error on geolocating location WOODS DRY DIGGINS, CA...
error on geolocating location YEXAS...
error on geolocating location YOUR MOMS BOX...
error on geolocating location YOUR MOMS HOUSE...
error on geolocating location YOUR SLEEPIN BAG...
ready. have fun.

that time didn't seem so bad? do you want a copy of the log again?
 
I did find out that banned users will be still shown on the map. To be more precise the Icon of the Location where the banned user lives is still shown but not the user. But if a user is banned the Icon shouldn't be viewable anymore. Or is it in Admin's view only?

Is it possible for you @localhost8080 to enable that all banned users will be deleted from the map by Default?
 
Top Bottom