sam
(Sam Saffron)
2016 年 6 月 8 日午前 5: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.
「いいね!」 18
riking
(Kane York)
2016 年 6 月 8 日午前 5:37
2
Bug report: If full name is blankish, username is offset and not fully bold
「いいね!」 1
sam
(Sam Saffron)
2016 年 6 月 8 日午前 5: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
sam
(Sam Saffron)
2016 年 6 月 8 日午前 5: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
gerhard
(Gerhard Schlager)
2016 年 6 月 9 日午後 2: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
At symbol too noisy repeated all over the page. In the user card should suffice.
「いいね!」 1
jerry0
(Jerry)
2020 年 1 月 3 日午前 3:06
8
This is working in almost all places, but not in email notifications.
So, in e.g. user card it looks fine.
But in email notifications full name is not prioritized:
(also I think only one of the two names need be hyperlinked, the first I guess)
「いいね!」 2
sam
(Sam Saffron)
2020 年 1 月 3 日午前 4:19
9
@techAPJ can you investigate a fix for emails?
「いいね!」 3
techAPJ
(Arpit Jalan)
2020 年 2 月 20 日午後 12:20
11
Fixed via:
https://github.com/discourse/discourse/commit/f36719c1f5aac7e72e12f298cf9e23a2076ac17b
When prioritize_username_in_ux
is enabled:
When prioritize_username_in_ux
is disabled:
「いいね!」 4
techAPJ
(Arpit Jalan)
2020 年 2 月 20 日午後 12:23
12
Further simplified the styling to use same CSS for username and user-name. (notice the bold font-weight for username vs the normal for user-name.)
https://github.com/discourse/discourse/commit/7b92280b97ea483685040c6c5f8c23b3d8c9f0a2
「いいね!」 4
techAPJ
(Arpit Jalan)
2020 年 3 月 23 日午後 4:32
13
「いいね!」 4
I found a place where this setting doesn’t seem to be taking effect: the list of username matches on search results:
Geminiscp is the username and prioritize username in ux = true
.
「いいね!」 3
debryc
(Deborah Chang)
2022 年 12 月 2 日午後 7:18
15
We just installed the experimental sidebar and chat. Can full names be prioritized in the Personal chat section as well if we disable prioritize_username_in_ux?
「いいね!」 1