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⦠· merefield/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:

Gostaria de relatar um problema de UX muito pequeno (e raro).
Um usuÔrio em um fórum que co-gerencio tinha uma localização muito longa. Isso pode acontecer em algumas Ôreas da França.
Para proteger as informações dos usuÔrios, editei a localização para mostrar o problema
Eu corrigi localmente com algum CSS, mas caso alguƩm mais esteja interessado, aqui estƔ a origem do problema
.location-selector-container .ac-wrap {
box-sizing: border-box;
height: 34px;
}
Fiz esta correção, que deve funcionar
.location-selector-container .ac-wrap {
min-height: 34px;
height: auto;
}
OlĆ” Robert,
Ontem tentei atualizar nosso site para o Ember CLI e notei um erro com o Locations Plugin. Se eu criar um tópico, ele exibirĆ” este erro no console e o tópico nĆ£o serĆ” carregado, apenas a seção do tĆtulo. Foi apenas um teste para verificar se tudo funcionaria, entĆ£o depois de verificar, voltei do Ember CLI agora. Obrigado ![]()
Ah, obrigado, isso Ʃ um conserto fƔcil.
Desculpe, estive ocupado com TLP e outros projetos nos últimos dias. Tentarei consertar isso hoje, embora possa não ser o único problema! Ainda não verifiquei isso no Ember-CLI.