Benutzernamen in Beiträgen ausblenden

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 „Gefällt mir“

Der Benutzername wird verwendet, um Personen zu erwähnen.
@christian_01
Wenn Sie ihn ausblenden, wird es schwierig sein, Personen mit unterschiedlichem Namen und Benutzernamen zu erwähnen.
(falsch, siehe Hide 'Username' from posts - #8 by avandest)

Um ihn auszublenden, verwenden Sie dieses CSS:

.names .username {
    display: none;
}
3 „Gefällt mir“

Ah, okay. Thank you for the advice.

How about hiding ‘name’?

1 „Gefällt mir“

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

3 „Gefällt mir“

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 „Gefällt mir“

@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 „Gefällt mir“

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

2 „Gefällt mir“

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

2 „Gefällt mir“

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