Jump to content

Member Map

Featured Replies

  • Replies 3.2k
  • Views 206.6k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • That is correct. I have thought about making this a paid app many times before, both for the 4.4 and 4.3 version. And the price I'm placing on this now is the same I planned to put on it back then. (I

  • I'm sure you are able to export an entire folder as a KML or KMZ file. Most of the files I've tested with contains thousands of markers.  Yes. But I'll have to make quite a few changes in order

  • Days or a week. I've re-structured the main javascript code, so that needs a bit of testing. Unfortunately none of you can beta test this, as I think that would make it impossible for you to purc

Posted Images

  On 2/9/2013 at 10:01 PM, stoo2000 said:

I'm sorry, I don't understand what you are asking.

I come from Poland. When I click link to the Member Map I want see my country (not all the world)

  On 2/10/2013 at 8:59 AM, tomekkru said:

I come from Poland. When I click link to the Member Map I want see my country (not all the world)

Add some markers, the map will automatically zoom into the area the markers are in.

  On 2/10/2013 at 1:24 PM, stoo2000 said:

Add some markers, the map will automatically zoom into the area the markers are in.

Once markers get spread across the globe, it won't stay in that area on initial load. Just a suggestion that if someone has their own location marked, that it zooms into that area.

I just want to second the multiple locations suggestion. I want to run a travel forum and it will be awesome if all members can pinpoint all their visited countries. Will be willing to pay a bit for such an addon.

My map has been working fine, but today :

Google has disabled use of the Maps API for this application. See the Terms of Service for more information: http://www.google.com/help/terms_maps.html.

I was using the V2 key ????

  On 2/12/2013 at 11:35 PM, oldlock said:

My map has been working fine, but today :

Google has disabled use of the Maps API for this application. See the Terms of Service for more information: http://www.google.com/help/terms_maps.html.

I was using the V2 key ????

Hiya,

Revisit the API console and double check that everything is correct, Make sure you're using the 'browser' key as detailed here: http://community.invisionpower.com/topic/306966-download-member-map/page-62#entry2368478

Yes, I also created a new key with the same result.

post-371416-0-34486000-1360713336_thumb.

Hmm, now it's working fine. Glitch with the google system maybe ??

Thanks. I'll now try the signature edit you provided.

Hi stoo2000,

is the latest version I can find in marketplace compatible withe 3.4.2?

Any feedback would be highly appreciated.

E11

  On 2/16/2013 at 5:46 PM, E11 said:

Hi stoo2000,

is the latest version I can find in marketplace compatible withe 3.4.2?

Any feedback would be highly appreciated.

E11

Yes, that's correct, current version works on 3.2/3.3/3.4

  On 2/16/2013 at 5:50 PM, stoo2000 said:

Yes, that's correct, current version works on 3.2/3.3/3.4

Thanks stoo2000.

This is what the system says, after the hook has been installed.

post-132225-0-84339800-1361040486_thumb.

  On 2/16/2013 at 6:48 PM, E11 said:

Thanks stoo2000.

This is what the system says, after the hook has been installed.

attachicon.gifmembermap.1.07.jpg

The app is not enabled, the hook requires that it is enabled.

  • 2 weeks later...

Compatibility Notice: Please be aware that IP.Board 3.4.3 causes a problem with the display of MemberMap. If you upgrade to IP.Board 3.4.3 you will have a blank map. A fix will be available soon.

Thanks for the update.

1.0.8 has just been uploaded to the MarketPlace, the only fix in this is for 3.4.3 compatibility, Template 'mapTemplate' is the only change.

p.s. a New version is still in development that removes deprecated Google Maps V2 API use.

@stoo2000, THX for the update ;)

How can I change balloon background color?

  On 3/2/2013 at 9:45 PM, Soviet said:

How can I change balloon background color?

I don't believe you can.

Is there an option that guests can see custom markers but not the member locations?

  On 3/3/2013 at 5:51 PM, Claudia999 said:

Is there an option that guests can see custom markers but not the member locations?

Not as such, it's easily achieved with a template edit though.

in mapGoogleJavascript find:

if($count > 0)
{
 foreach ($markers as $marker)
 {
  $md5 = md5($marker['lat'].$marker['lon']);
  $this->mrkrs[$md5][] = $marker;
 }
}

Replace with:

if($count > 0 && $this->memberData['member_id'])
{
 foreach ($markers as $marker)
 {
  $md5 = md5($marker['lat'].$marker['lon']);
  $this->mrkrs[$md5][] = $marker;
 }
}

Wow, thanks!

  • 2 weeks later...

Love this app, was working great until today. When a member goes to add themselves, they get the following error -

  Quote

There was a Google Maps error: There was an unspecified problem locating the address, please try again.

I verified this with a test account, and came over here to find there was an update. I went ahead and upgraded, but the error is still happening.

  On 3/12/2013 at 4:23 AM, Hino said:

Love this app, was working great until today. When a member goes to add themselves, they get the following error -

I verified this with a test account, and came over here to find there was an update. I went ahead and upgraded, but the error is still happening.

Same problem here I'm afraid.

  On 3/12/2013 at 9:34 AM, TIPF said:

Same problem here I'm afraid.

Seems to be affecting everyone.

Am sure that Stuart will do his best to fix asap.

Hiding my link for now.

Guest
This topic is now closed to further replies.