Jump to content

Member Map

Featured Replies

Hi,

I am running IP.Board Member Map v1.0.9 on IP.Board 3.3.4

When I click the show friends button the system hangs

I have this error reported in the mysql slow query log

# Time: 130501 7:57:59
# User@Host: xxxxxxuser[xxxxxuser] @ localhost []
# Query_time: 207.757223 Lock_time: 0.000145 Rows_sent: 22 Rows_examined: 125913583
SET timestamp=1367409479;
SELECT mm.*,m.member_id, m.members_display_name, m.members_seo_name,pf.friends_id FROM ibf_member_map mm LEFT JOIN ibf_members m ON ( m.member_id=mm.member_id )
LEFT JOIN ibf_profile_friends pf ON ( pf.friends_friend_id=m.member_id ) WHERE (pf.friends_member_id=1 AND pf.friends_approved = 1) OR m.member_id = 1 GROUP BY m.member_id;

  • Replies 3.2k
  • Views 199.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

There's no way to tell what the problem is, unless you can find something in your error log.

On Server Error Log file any error related Member Maps plugin appears... :( But issue persists: http://www.nokioteca.net/home/forum/index.php/membermap/

Is it possibile to restore previous version v1.0.7? Is it compatible with IPB 3.4.4?

Please, let me know soon :)

Thanks in advance

On Server Error Log file any error related Member Maps plugin appears... :sad: But issue persists: http://www.nokioteca.net/home/forum/index.php/membermap/

Is it possibile to restore previous version v1.0.7? Is it compatible with IPB 3.4.4?

Please, let me know soon :smile:

Thanks in advance

Terabyte is dealing with this for you.

Hi stoo2000

Any idea what is causing my error a couple of posts previous?

invision support said I needed to contact the app developer as it was not an IPB error.

Many thanks

Hi stoo2000

Any idea what is causing my error a couple of posts previous?

invision support said I needed to contact the app developer as it was not an IPB error.

Many thanks

Sorry, missed that!

It's the 'show friends' functionality, you can disable it by finding:

in (admin/applications_addon/other/membermap/modules_public/membermap/map.php)

      if( $friends )
      {
       $this->registry->output->setTitle( IPSLib::getAppTitle('membermap') .' - '. $this->lang->words['yourFriends']);
       $this->registry->output->addNavigation( $this->lang->words['yourFriends']);
       $query['add_join'][] = array('select' => 'pf.friends_id',
              'from'   => array( 'profile_friends' => 'pf' ),
              'where'  => "pf.friends_friend_id=m.member_id",
              'type'   => 'left');
       $query['where'] = " (pf.friends_member_id={$this->memberData['member_id']} AND pf.friends_approved = 1) OR m.member_id = {$this->memberData['member_id']}";
       $query['group'] = 'm.member_id';
      }

and deleting it.

Sorry, missed that!

It's the 'show friends' functionality, you can disable it by finding:

in (admin/applications_addon/other/membermap/modules_public/membermap/map.php)

      if( $friends )
      {
       $this->registry->output->setTitle( IPSLib::getAppTitle('membermap') .' - '. $this->lang->words['yourFriends']);
       $this->registry->output->addNavigation( $this->lang->words['yourFriends']);
       $query['add_join'][] = array('select' => 'pf.friends_id',
              'from'   => array( 'profile_friends' => 'pf' ),
              'where'  => "pf.friends_friend_id=m.member_id",
              'type'   => 'left');
       $query['where'] = " (pf.friends_member_id={$this->memberData['member_id']} AND pf.friends_approved = 1) OR m.member_id = {$this->memberData['member_id']}";
       $query['group'] = 'm.member_id';
      }

and deleting it.

Hi,

OK many thanks will do that but just quickly as the show friends option would be handy for my community, is there any fix for the issue we could try first?

Many thanks for your help.

Hi,

I have deleted that code while waiting to hear if we can get a fix for the friends bit.

The show friends button is still visible so where would we need to disable / delete that one.

Thanks,

Hi,

I have deleted that code while waiting to hear if we can get a fix for the friends bit.

The show friends button is still visible so where would we need to disable / delete that one.

Thanks,

In skin_membermap -> mapTemplate Find and remove:

          <if test="$friendCount > 0">
            <if test="$this->request['do'] != 'friends'">
                <li><a id='memberMapFriends' href='{parse url="module=membermap&amp;do=friends" base="publicWithApp" template="friends" seotitle="false"}' title='{$this->lang->words['buttonFriends']}'>{$this->lang->words['buttonFriends']}</a></li>
            <else />
                <li><a id='memberMapShowAll' href='{parse url="app=membermap" base="public" template="membermap" seotitle="false"}' title='{$this->lang->words['buttonShowAll']}'>{$this->lang->words['buttonShowAll']}</a></li>
            </if>
          </if>

This feature is not a part of the next version due to the resource issues, and the way that handling markers has changed.

Hello I have had member map installed from the start. Only just upgraded as I have only just upgraded to 3.4.

Now when I navigate to member map none of the 170 member locations show. Is there something I need to do?

http://www.ifsqn.com/forum/index.php/membermap/

Hello I have had member map installed from the start. Only just upgraded as I have only just upgraded to 3.4.

Now when I navigate to member map none of the 170 member locations show. Is there something I need to do?

http://www.ifsqn.com/forum/index.php/membermap/

They're displaying fine here, which browser are you using ?

Chrome

with FF I see them all ...with IE10 I only see a dozen of them :(

Weird. They have all appeared now, could be a browser cache problem. All good thanks Stoo and the gang.

Not sure if I am missing something but I have been lookin over all the settings and setup to figure this out but can't seem to.

I am getting this error (attached).

I have tried both v2 and v3 of the maps, both give this error (after putting in the API). Configured the api on google to restrict to my site using wild cards (like *.mysite.com and mysite.com/forums - where the map is being loaded from) and still says not accessible. Even using the v3 API of the Maps, it still say "not authorized for use on this Google Maps Javascript v2 API on this site". Is this add-on coded using v2 and now v2 is not in use anymore? I am confused...am I missing something?

Looks like a fantastic mod

EDIT: Looks like it 'was' my referrers..idk y, maybe it got confused. Anyway I think the v2 api is still working, no error after a few minutes now. Thanks! This IS a fantastic MOD :smile:

post-429313-0-48461400-1368288606.png

Edited by fadedturbulence

The V2 API still works, the 'final' date was extended again to November 2013.

I have a custom world map image I would like to use to have my members add their location to. Is this application able to accommodate a custom world map image, I don't mind coding it into it, any suggestions from the author on how to accomplish this would be appreciated.

Any time frame on when this will be updated to use Bing maps?

I have a custom world map image I would like to use to have my members add their location to. Is this application able to accommodate a custom world map image, I don't mind coding it into it, any suggestions from the author on how to accomplish this would be appreciated.

Personally don't have any experience of doing this, but a quick search comes up with this: http://www.hackedexistence.com/project-mapsv2.html

Any time frame on when this will be updated to use Bing maps?

No exact date yet, but it's coming along quite nicely ( http://ipb.silvesterwebdesigns.com/membermap/ :thumbsup: )

  • 2 weeks later...

When people try to add their location or update their location, they get a Google map error saying there was an unspecified problem locating the address, but it's just normal city, state being entered, not hard addresses to find. What is causing the error and how do I fix it without losing currently added members?

I have IPB forum 3.4.1 and member map 1.0.7

I see you have an upgrade to 1.0.9 but I also read that some people seemed to have lost all users after upgrade, so I wanted to ask here first if I should upgrade or if that will cause a loss of current user database.

When people try to add their location or update their location, they get a Google map error saying there was an unspecified problem locating the address, but it's just normal city, state being entered, not hard addresses to find. What is causing the error and how do I fix it without losing currently added members?

I have IPB forum 3.4.1 and member map 1.0.7

I see you have an upgrade to 1.0.9 but I also read that some people seemed to have lost all users after upgrade, so I wanted to ask here first if I should upgrade or if that will cause a loss of current user database.

1.0.9 fixes this exact issue. Upgrading does not cause a loss of data.

If I switch my site to SSL, Google map doesn't show. Is this normal? any workaround?

If I switch my site to SSL, Google map doesn't show. Is this normal? any workaround?

If you're running your site 100% in SSL, you'll need a new API key (your original one is probably tied to the none https domain).

1.0.9 fixes this exact issue. Upgrading does not cause a loss of data.

Thank you. Can you tell me the proper way to upgrade? do I remove the old version and install the new one? I didn't see a way to just choose upgrade for member map. I just want to make sure I don't overwrite the user data file. So I was worried if I just uploaded all the 1.0.9 files I would mess something up.

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.