Ah ok, we Don't use Members Tab currently. what would be the direct link for it?
Website.com/members/?
Website.com/members/?
Shows under the Members tab.
View attachment 108924
Shows under the Members tab.
View attachment 108924
INSTALL.TXT and CONFIGURATION.TXT inside the .zip file.Now my question is, how do I force it to grab peoples locations?
Still a great ideaJust an idea... I wouldn't mind having a search bar above the map to search for town or zipcode etc. Just for cases where people have that info but arent sure exactly where to look on the map. Besides that, great addon. Love it.
No, I just checked as I had not looked in some time, but when I click on a user I get the info of that user. Sorry I can't be of more help other than to confirm it's working for me as it should.Any of you had an issue where you log in, view the map, click a user, but when you want to view the profile of an user to get an exact address, you have to login again?
Hey @MattW ,Got the update this morning.
Still doesn't fully work with SSL, as the js for clustered markers has http hardcoded for the marker image.
I've downloaded a copy of the js file, edited it, and edited the mopedmap_index template to serve my own js fileCode:/** * The marker cluster image path. * * @type {string} * @private */ MarkerClusterer.prototype.MARKER_CLUSTER_IMAGE_PATH_ = 'http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/' + 'images/m';
View attachment 69012
if('clustered_markers' == 'clustered_markers'){
var markerCluster = new MarkerClusterer(map, marker_cluster);
}
google.maps.event.addListener(map, "click", function(event)
{
for (var i=0; i<infoWindows.length; i++)
{
infoWindows[i].close();
}
});
thanks for the update on SSL. Unfortunal this isn´t working for clustered markers as the cosole tells me "ReferenceError: MarkerClusterer is not defined". This is the part which is been refered to.
We use essential cookies to make this site work, and optional cookies to enhance your experience.