Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
stoo2000 Posted February 9, 2013 Posted February 9, 2013 Any Informations? I replied to your question here: http://community.invisionpower.com/topic/306966-download-member-map/page-61#entry2368412
matma4u.pl Posted February 10, 2013 Posted February 10, 2013 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)
stoo2000 Posted February 10, 2013 Posted February 10, 2013 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. matma4u.pl 1
Pintac Posted February 11, 2013 Posted February 11, 2013 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.
jair101 Posted February 11, 2013 Posted February 11, 2013 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.
jimkeypro Posted February 12, 2013 Posted February 12, 2013 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 ????
stoo2000 Posted February 12, 2013 Posted February 12, 2013 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
jimkeypro Posted February 12, 2013 Posted February 12, 2013 Yes, I also created a new key with the same result.
jimkeypro Posted February 13, 2013 Posted February 13, 2013 Hmm, now it's working fine. Glitch with the google system maybe ?? Thanks. I'll now try the signature edit you provided.
E11 Posted February 16, 2013 Posted February 16, 2013 Hi stoo2000, is the latest version I can find in marketplace compatible withe 3.4.2? Any feedback would be highly appreciated. E11
stoo2000 Posted February 16, 2013 Posted February 16, 2013 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
E11 Posted February 16, 2013 Posted February 16, 2013 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.
stoo2000 Posted February 16, 2013 Posted February 16, 2013 Thanks stoo2000. This is what the system says, after the hook has been installed. membermap.1.07.jpg The app is not enabled, the hook requires that it is enabled. E11 1
stoo2000 Posted February 26, 2013 Posted February 26, 2013 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.
stoo2000 Posted February 26, 2013 Posted February 26, 2013 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. RObiN-HoOD, ADKGamers, Pintac and 1 other 4
stoo2000 Posted March 2, 2013 Posted March 2, 2013 How can I change balloon background color? I don't believe you can.
Claudia999 Posted March 3, 2013 Posted March 3, 2013 Is there an option that guests can see custom markers but not the member locations?
stoo2000 Posted March 3, 2013 Posted March 3, 2013 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; } } Claudia999, sound and Samourai 3
Hino Posted March 12, 2013 Posted March 12, 2013 Love this app, was working great until today. When a member goes to add themselves, they get the following error - 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.
TIPF Posted March 12, 2013 Posted March 12, 2013 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.
.Ian Posted March 12, 2013 Posted March 12, 2013 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.
Recommended Posts