Hey @merefield thanks for this plugin!
Is it possible to use the User Location to automatically place them in groups. Ex. User is located in Germany and automatically added to the Germany-Group.
Thanks again!
Hey @merefield thanks for this plugin!
Is it possible to use the User Location to automatically place them in groups. Ex. User is located in Germany and automatically added to the Germany-Group.
Thanks again!
Not currently automated. However, you might be able to come up with some inventive algorithm in the Rails console to achieve that on an ad hoc basis. For a start on that see Locations Plugin - #684 by merefield. You’d have to consider the fact that locations entry is also voluntary.
You might also consider the custom wizard plugin together with the national flags plugin to capture users’ countries. (This would help with the voluntary part)
Hi Robert,
Again me There is another issue with /u page user search. When typing a user name in this field. Nothing happening.
No error in /logs.
In console
Not sure but maybe cause it this commit.
Thank you!
Thanks for the report.
Given this is a non-critical issue I will probably look at this later in the month.
Please take note of the supported period for upgrades. Appreciate this was reported within that period. We do our best to deal with critical breaking changes that come up during that time.
I’ve had a spare moment, so took a look. Hopefully it’s now fixed, thanks for your patience: COMPATIBILITY: a fix for users page to take account of recent core ch… · paviliondev/discourse-locations@e0f47d5 · GitHub
Thanks Robert! Works fantastic!
Continuing the issue raised by @James_Higginson here and in accepting this as the use case as indicated by @Robert in this post has anyone any suggestion as to how to avoid this scenario which seems only to encourage community members to question whether there is a fault in the underlying software?
As can be seen in the above graphic, this user has entered a location but it is not displayed in the user field and the only clue (may be not an obvious one to a casual or inexperienced observer) is the inclusion of the info icon and the words “Your location will be displayed publicly” underneath a blank field, suggesting an error or incomplete capture and that the info icon and text is not actually associated with the correct completion of the field.
These images are from the Adminstration settings pages for reference:
Hey Graham (btw, I’m not @ Robert), I had a look at this for you and I think the problem lies in the timeout setting. Experiment by raising it.
See further at: Empty results caused by timeouts! - Locations - Pavilion
cc: @James_Higginson
@merefield Oups! Apologies, my bad
Thanks for the info which I’m sure @James_Higginson will now take up.
G
Thanks guys, will try this now!
Over a thousand of our members have added themselves to the map now and it’s still loading pretty quickly
Thanks again for the continued maintenance of this plugin @angus @merefield
Pretty amazing community engagement guys too!
@Richie , how many users do you show on your map? Mine seems to be stuck at 1093.
Perhaps this is some kind of limit for the plugin?
Hi @omarfilip we are currently showing 1205 on our map:
It seems to have been a self-inflicted wound. I had location users map limit
set to 1100. I’m not sure where the 7 (1100-1093) went though.
With the setting increased, the map is again working normally at 1297 mapped users:
I wanted to report a really minor (and rare) UX issue.
One user in a forum I co-manage had a really long location. It can happen in some areas in France.
To protect the users infos, I edited the location to show the issue
I fixed locally with some css, but in case someone else is interested, here is the source of the issue
.location-selector-container .ac-wrap {
box-sizing: border-box;
height: 34px;
}
I’ve made this fix, that should be fine
.location-selector-container .ac-wrap {
min-height: 34px;
height: auto;
}
Hi Robert,
Yesterday I tried to update our site to Ember CLI and I noticed an error with Locations Plugin. If I create a topic it will throw this error in console and the topic is not load, only the title section. It was just a test to check everything will work so after I checked it I went back from Ember CLI now. Thanks
Ah thanks, that’s an easy fix.
Sorry, been busy with TLP and other projects last few days. I’ll try to get to that fix today, though it may not be the only issue! I’ve not checked this on Ember-CLI yet.