sam
(Sam Saffron)
8 Junho , 2016 05:14
1
I just added a site setting that allows you to prioritize full names as opposed to usernames in the UI.
When usernames are prioritized cause the site setting prioritize_username_in_ux is enabled you will see:
In card:
On user page:
In post stream:
If you change it so prioritize_username_in_ux is disabled you will see:
In card:
On user page:
In post stream:
I feel an @ symbol may be worth adding per:
This can be done safely via CSS, leaving it off for now.
Quotes inside the UX still pull in username eg:
We may look at making this switch to be fullname based when the setting is set.
22 Curtiram
riking
(Kane York)
8 Junho , 2016 05:37
2
Bug report: If full name is blankish, username is offset and not fully bold
1 Curtiu
sam
(Sam Saffron)
8 Junho , 2016 05:44
4
corrected per
https://github.com/discourse/discourse/commit/0e2d918b3b3807041126bc66d3e0d205d42c7820
Still abusable, but we might as well correct that server side by doing a trim on save that is unicode aware.
3 Curtiram
sam
(Sam Saffron)
8 Junho , 2016 05:45
5
That is a can-of-worms to implement, same class as improving quotes. I may get to it, but not for this round.
3 Curtiram
gerhard
(Gerhard Schlager)
9 Junho , 2016 14:06
6
I believe the username should be shown with @ by the default. It’s a lot less confusing.
And the username should always be visible. Don’t make me think.
5 Curtiram
At symbol too noisy repeated all over the page. In the user card should suffice.
1 Curtiu
jerry0
(Jerry)
3 Janeiro , 2020 03:06
8
Isso está funcionando na maioria dos lugares, mas não nas notificações por e-mail.
Então, por exemplo, no cartão do usuário, parece correto.
Mas nas notificações por e-mail, o nome completo não é priorizado:
(também acho que apenas um dos dois nomes precisa ser hiperlinkado, o primeiro, eu acho)
2 Curtiram
sam
(Sam Saffron)
3 Janeiro , 2020 04:19
9
@techAPJ , você pode investigar uma correção para os e-mails?
3 Curtiram
techAPJ
(Arpit Jalan)
20 Fevereiro , 2020 12:20
11
Corrigido via:
committed 12:17PM - 20 Feb 20 UTC
UX: only the first attribute should be hyperlinked
UX: add margin based on attri… bute position
Quando prioritize_username_in_ux está habilitado:
Quando prioritize_username_in_ux está desabilitado:
4 Curtiram
techAPJ
(Arpit Jalan)
20 Fevereiro , 2020 12:23
12
Simplificamos ainda mais o estilo para usar o mesmo CSS para username e user-name. (note o peso da fonte em negrito para username versus o normal para user-name.)
committed 12:21PM - 20 Feb 20 UTC
4 Curtiram
techAPJ
(Arpit Jalan)
23 Março , 2020 16:32
13
Empurrei outra correção aqui para a página /about:
committed 02:58PM - 23 Mar 20 UTC
4 Curtiram
Encontrei um local onde essa configuração não parece estar surtindo efeito: a lista de correspondências de nome de usuário nos resultados da pesquisa:
Geminiscp é o nome de usuário e prioritize username in ux = true.
3 Curtiram
debryc
(Deborah Chang)
2 Dezembro , 2022 19:18
15
Acabamos de instalar a barra lateral e o chat experimentais. Os nomes completos podem ter prioridade na seção de chat pessoal também se desativarmos prioritize_username_in_ux?
1 Curtiu