digitalpoint
Well-known member
Hmmm... I just double checked again, and the Google Earth stuff seems to work fine when I try it. For those that it doesn't work, do you have a URL I could try it on your setup?
While this is true for large sites, for smaller sites it would be nice to see a longer period since they won't have the same amount of activity. Couldn't you use a LIMIT statement in the SQL query to allow both?The map is realtime based on users that are online now. A large forum (like mine, which is what it was made for originally) would have issues displaying everything from the last 24 hours because you would be trying to plot more than 200,000 pins on a single map (which would probably kill your browser and/or Google Map).
I suppose in theory... but you are also talking about making it FAR more complicated by needing to build a separate system that is logging all the data. Right now, it's just piggybacking the internal session system, so it's based on however long you have the "Online Status Timeout" setting set to.Great plugin.While this is true for large sites, for smaller sites it would be nice to see a longer period since they won't have the same amount of activity. Couldn't you use a LIMIT statement in the SQL query to allow both?
colors=["green","orange","white","red"];
function move_and_zoom(a){switch(a){case "usa":map.setCenter(new google.maps.LatLng(38.959409,-93.867187));map.setZoom(4);break;case "europe":map.setCenter(new google.maps.LatLng(49.037868,16.962891));map.setZoom(4);break;case "india":map.setCenter(new google.maps.LatLng(22.350076,80.859375));map.setZoom(4);break;case "oceania":map.setCenter(new google.maps.LatLng(-23.80545,144.140625));map.setZoom(3);break;case "me":map.setCenter(new google.maps.LatLng(user_location[0],user_location[1]));map.setZoom(9);
break;default:map.setCenter(new google.maps.LatLng(24,-10));map.setZoom(2)}}
function createMarker(a,c,b){b=new google.maps.MarkerImage("http://labs.google.com/ridefinder/images/mm_20_"+colors[b]+".png",new google.maps.Size(12,20),new google.maps.Point(0,0),new google.maps.Point(6,20));var e=new google.maps.LatLng(c,a),d=new google.maps.Marker({position:e,map:map,shadow:shadow,icon:b,shape:{coord:[1,1,1,20,10,20,10,1],type:"poly"}}),f=new google.maps.InfoWindow({content:'<a href="'+window.location.href+"GoogleEarth/"+(window.location.href.indexOf("?")>0?"&":"?")+"location="+
a+","+c+'">View in Google Earth</a>'});google.maps.event.addListener(d,"click",function(){f.open(map,d)})}
$(document).ready(function(){var a={mapTypeId:google.maps.MapTypeId.ROADMAP};map=new google.maps.Map(document.getElementById("map"),a);move_and_zoom("");shadow=new google.maps.MarkerImage("http://labs.google.com/ridefinder/images/mm_20_shadow.png",new google.maps.Size(22,20),new google.maps.Point(0,0),new google.maps.Point(6,20));for(a=0;a<allPoints.length;a++)createMarker(allPoints[a][0],allPoints[a][1],allPoints[a][2])});
Here is how to add to navigation template, credit to BroganI believe that would be in the navigation template.
XenForo doesn't have a mechanism for differentiating spiders within it's session table (not storing a flag or user agent), so it was omitted in the XenForo version unfortunately.Is the "spider" marker something that's in the released version here or is that something only available on your site? (I don't see it in my map legend)
We use essential cookies to make this site work, and optional cookies to enhance your experience.