Show real names on about page and enable hiding of users

Isn’t this the way it already works? I am supremely confused!

https://meta.discourse.org/about

It’s a recent change (by techapj), so maybe @tobiaseigen hasn’t seen it yet :slight_smile:

I have seen the about page - the about page shows not just the real names but also the usernames, and gives the usernames prominence. What I am asking for is the ability to not show the usernames there, to avoid confusing my users who mostly don’t know or understand forum culture with its cool usernames/aliases.

Sorry for the confusion. :blush:

.about span.username { display: none; }
4 个赞

sweet! :lollipop: problem solved.

this doesn’t seem to work on mobile? still shows usernames. any thoughts?

to replicate, visit https://forum.kabissa.org/about on laptop and on mobile. no usernames on laptop, but yes usernames on mobile.

Do you have to add that CSS to a mobile CSS section too? @sam? It seems to have the same hierarchy…

Yes you would need to make the equivalent change in the mobile css too.

1 个赞

有人能告诉我“真实姓名”设置在哪里吗?我们希望在所有地方都显示“全名”,因为目前显示的是不友好的(SSO)用户名。

在管理员设置中搜索“需要全名”和“启用姓名”。

3 个赞

找到了!非常感谢!!

1 个赞

我支持在此处使 /about 页面保持一致 @techAPJ

4 个赞

我已更新 /about 页面,使姓名/用户名的显示与帖子中的保持一致。

https://github.com/discourse/discourse/commit/e58f0adfcc963305fb16d6c796f51ccfcbe58e00

5 个赞