Click on "Edit your Account Profile" and there's a "Location" box on that page.
Ok i did that just now...so im guessing the person that is in same location (Hawaii) is also in same zip area...so I guess I wait till u do what u do best...that meaning fixing it when you have the time...thanks for quick reply.
Ok. So if you have more than one guild member in the same location it only shows 1 of them. It seems to take them alphabetically.
Is there anything you can do to show it as a list of all of them?
-- Six Demon Bag Jack Burton: Hey, what more can a guy ask for? Egg Shen: Oh, a six-demon bag! Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg? Egg Shen: Wind, fire, all that kind of thing!
Ok. So if you have more than one guild member in the same location it only shows 1 of them. It seems to take them alphabetically.
Is there anything you can do to show it as a list of all of them?
I'm going to be adding slight modifiers for people in the same lat/long, so that it'll show people in the same place. Right now, the answer is to provide a more exact answer (like, say you lived at "730 W Cherry Lane", try entering "700 W Cherry Lane").
Ok. So if you have more than one guild member in the same location it only shows 1 of them. It seems to take them alphabetically.
Is there anything you can do to show it as a list of all of them?
I'm going to be adding slight modifiers for people in the same lat/long, so that it'll show people in the same place. Right now, the answer is to provide a more exact answer (like, say you lived at "730 W Cherry Lane", try entering "700 W Cherry Lane").
Only one problem. My wife and I both play of course that would only be useful for idiots that don't know where married and in the same guild. But still would be nice to see Shamrocker and Saudorun at the same location.
-- Six Demon Bag Jack Burton: Hey, what more can a guy ask for? Egg Shen: Oh, a six-demon bag! Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg? Egg Shen: Wind, fire, all that kind of thing!
Ok. So if you have more than one guild member in the same location it only shows 1 of them. It seems to take them alphabetically.
Is there anything you can do to show it as a list of all of them?
I'm going to be adding slight modifiers for people in the same lat/long, so that it'll show people in the same place. Right now, the answer is to provide a more exact answer (like, say you lived at "730 W Cherry Lane", try entering "700 W Cherry Lane").
Only one problem. My wife and I both play of course that would only be useful for idiots that don't know where married and in the same guild. But still would be nice to see Shamrocker and Saudorun at the same location.
Yeah same here...boyfriend and I live together and play...plus we have some members that live in same area and only one is shown.. ....where do i post to have more smileys added...
I noticed all the cool add on's and improvments to the site...but still the goggle map only show's one person living in an area that at least 6 ppl live at...is this going to be fixed soon? Its been awhile now...
Hmm..Idefinitely thought I fixed that bug. I know I remember adding a randomization in the process. I just wonder if maybe I didn't deploy it live or something.
Hmm..Idefinitely thought I fixed that bug. I know I remember adding a randomization in the process. I just wonder if maybe I didn't deploy it live or something.
On our site its not fixed...there is like 5 to 6 ppl that live in Hawaii..but its still only listing the last person that added there name there.
I apologize for the necro bump but I actually have something constructive to add on this thread. Someone in my guild pointed out that there is actually the map function so most people put in their locations. We were having the issue of markers showing up too. I "borrowed" the code you were using to show the map and updated your showaddress() function to the following and got around any latency/client issues associated with the .getLatLng() call:
function showAddress(address,html) { geocoder.getLatLng( address, function(point) { if (!point) { showAddress(address,html) } else { var marker = createMarker(point,html); map.addOverlay(marker); } } );
All markers showed up with that change. Would it be possible to get something like this rolled into a future release? Might want to add some logic to only do a recursion or two then exit but hey...i'm not getting paid for this.
I see under Menu Administration where I can select the minimum rank that can view the Guild Map. I'd also like the ability to filter which ranks are shown on the map, that is I'd like to show the members but not the guests. Is there some way to do this currently that I'm missing, or is this a feature that could be added eventually?