Hide 'Username' from posts

Any advice how to hide ‘Usernames’ from published topics please?

Quite often my users use the same ‘username’ as ‘name’, so it’s basically duplicated.

Here is an example.

Thank you.

「いいね!」 1

The username is used to mention people.
@christian_01
If you hide it, it will be difficult to mention people who have different name and username.
(wrong, see Hide 'Username' from posts - #8 by avandest)

To hide it, use this CSS:

.names .username {
    display: none;
}
「いいね!」 3

Ah, okay. Thank you for the advice.

How about hiding ‘name’?

「いいね!」 1

See in your admin panel the setting “enable names”.

「いいね!」 3

Thank you @Canapin. Much appreciated.

The “enable names” config, when unset, hides names everywhere.

For hiding only on posts, unset the config “display name on posts”.

「いいね!」 8

@renato is certainly right about “everywhere”, even in the Admin panel for a User. I want to use (and sure do like) the “enable names” config, BUT, I’d at least like to have it shown to me as an Admin in the Admin panel.

Is there a way to arrange for this?

「いいね!」 1

Can you not tag people by full name? That seems to work for us…

「いいね!」 2

Indeed, I wasn’t aware of this. :+1:

「いいね!」 2

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.