Jump to content

Member Map


Recommended Posts

Posted

One suggestion from me. Have you considered integration with Rules Automation app? This can automate many of the requests for features to you, like create topic when marker is updated, send notifications when marker is updated, create awards when markers are created/updated, etc. It can be like the calendar integration, but much more flexible. 

 

Posted
10 hours ago, jair101 said:

One suggestion from me. Have you considered integration with Rules Automation app? This can automate many of the requests for features to you, like create topic when marker is updated, send notifications when marker is updated, create awards when markers are created/updated, etc. It can be like the calendar integration, but much more flexible. 

 

What part of this isn't working with Rules out of the box?

Rule__Rules.png

Banners_and_Alerts_and_Rules.png

Test_marker_-_Test_group_-_IPS_Community_Suite.png

Test_marker_-_A_Test_Forum_-_IPS_Community_Suite.png

Posted
On 23.8.2017 at 11:16 AM, Josiah Wallingford said:

Feature Request: Clubs integration, if the club has a location it would be nice to have the option to display the club on the member map.

Didn't know Clubs could have a location, I can add this in the next update. Will not show private clubs, even if you are a member of it.

On 24.8.2017 at 1:11 AM, Josiah Wallingford said:

Feature Request: It would be nice to be able to create sub-categories and to put layers into a category.

No, not now. Too much of the code would have to be re-done to achieve this.

19 hours ago, Zorro_X said:

Hi,

It may be difficult to manage for people registered into several clubs, but it could be useful to have the choice of representing club members with a distinct look (color, icon, ...), because "Identify club members location" may be a very useful function for club members (to know where their friends are really located)...

Thank you for your attention.

You are bringing up the main problem with this yourself, what about those that are in several clubs. I can add a button to Clubs that'll take you to the map, but only show members of that club.

Posted
27 minutes ago, Martin A. said:

What part of this isn't working with Rules out of the box?

Rule__Rules.png

Banners_and_Alerts_and_Rules.png

Test_marker_-_Test_group_-_IPS_Community_Suite.png

Test_marker_-_A_Test_Forum_-_IPS_Community_Suite.png

For example the location cannot be posted. I want the topic to be from the kind: MemberX just checked in to Location. I will try to play with it manually, probably tomorrow and report the results. 

Posted
7 minutes ago, jair101 said:

For example the location cannot be posted. I want the topic to be from the kind: MemberX just checked in to Location. I will try to play with it manually, probably tomorrow and report the results. 

Create the content in manual PHP mode.

//<?php

$embedimage = \IPS\File::get( 'membermap_MarkerStaticMap', $content->embedimage )->url;

$return = "<p>{$content->author()->name} checked in at {$content->location} ({$content->_latLngToDMS})</p>";
$return .= "<p><a href='{$content->url()}'><img src='{$embedimage}' alt=''></a></p>";

return $return;

Result:
Test_marker_-_A_Test_Forum_-_IPS_Community_Suite.thumb.png.db8b94bae7cb6d748a2ca7262a519773.png

Posted
3 hours ago, Martin A. said:

You are bringing up the main problem with this yourself, what about those that are in several clubs. I can add a button to Clubs that'll take you to the map, but only show members of that club.

That sounds fantastic - any idea of timescale for club support for maps

Posted
1 hour ago, Unlucky said:

That sounds fantastic - any idea of timescale for club support for maps

No, not yet.

20 minutes ago, jair101 said:

It seems that with the latest update it is impossible to delete markers. For both users and admins. I am using Chrome if this is relevant. 

I'm not seeing those issues. What does it look like for you?

https://screencast.com/t/OwSd1d0IgZ

Posted

When I click "Delete" I don't get the confirmation dialog if I am sure, but another "Delete" line is added to the right click menu, like this: 

image.thumb.png.e62d5eda8c130a22c5dab5792ab113b5.png

I wonder if it might be Cloudflare related, can't find another reason. It happens also on the default skin, so not skin related. 

Posted (edited)
8 hours ago, jair101 said:

When I click "Delete" I don't get the confirmation dialog if I am sure, but another "Delete" line is added to the right click menu, like this: 

 

I wonder if it might be Cloudflare related, can't find another reason. It happens also on the default skin, so not skin related. 

Update to the latest version. That was fixed in 3.3.0.

Edited by Martin A.
Posted
1 hour ago, jair101 said:

Just updated, but the issue does not seem to be resolved. 

Open the Javascript Console, type in "L.version". That should print back "1.2.0+HEAD.1ac320b". If not CloudFlare or your browser is still caching the old version.

Posted
1 hour ago, Martin A. said:

Open the Javascript Console, type in "L.version". That should print back "1.2.0+HEAD.1ac320b". If not CloudFlare or your browser is still caching the old version.

Great, that was it. 

Posted (edited)
On 26/08/2017 at 8:57 AM, Martin A. said:

You are bringing up the main problem with this yourself, what about those that are in several clubs. I can add a button to Clubs that'll take you to the map, but only show members of that club.

After having asked that question to you, I've being hard thinking on that problem, there are some solutions, but I've not found a "perfect" one. So here are my thoughts, note that they're not necessary exclusive from each other :
. Each member has the possibility to choose his "default club" displayed for the global map (could result on a terrible mess) ;
. Administrators choose through the PCA how a member is displayed (force default club or define some kind of club priorities);
. When displaying global map, you choose "all members" or "member of CCC club" (CCC being the specific club in question). Choosed through a combobox list or side-list ;
. In all cases, it seems reasonable to allow the clubs (or administrators through the PCA) define a map look (color, icon, ...) for each club ;

...

Edited by Zorro_X
Posted

Just to confirm … the location search box for adding markers has an intended granularity no finer than city? In US for example I can only find general locations by city, county, state. So should not expect to locate a street address for instance. 

I know this an IPS thing not a membermap thing  but has any membermap user found a satisfactory workaround for removing large numbers of markers that belong to a standard usergroup (such as 'registered') but that have been flagged as 'banned.' I have hundreds and so far I can only remove them one by one. 

Posted
1 minute ago, Unlucky said:

How is this part achieved, thanks

A link to "Member Map" can be added to the club header. This will show the member markers of the club's members.

ACP > Community > Member Map > Settings > Clubs Ext. Should be on by default.

Posted
2 hours ago, Martin A. said:

It's the hook you have on \IPS\Member\Club::nodes(). It's not calling the parent method. 

 

2 hours ago, Adriano Faria said:

Oh, beautiful! I'll fix that today later. :sick:

New version of Clubs Enhancements to fix this incompatibility is released:

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...