Forum breadcrumbs – You are here:Asgaros Support ForumSupportAnonymizing users
Please or Register to create posts and topics.

Anonymizing users

Hi,

Our forum is for our plus members only.

Is it possible to anonymize the username in the topic (Emner in Norwegian) overview? (Picture one)

When the topic is opened, it functions the way we want, showing only the first name of the member.

Admin name (in red) is meant to be as it is.

Thank you for a very good plugin!

Regards,
Paal Stavrum

Uploaded files:
  • Showing-username-in-topic.jpg
  • First-name-when-opened.jpg

Hello @pstavrum

You can try to hide the username via CSS:

.forum-poster-summary span {
    display: none !important;
}

The display-output is always based on the settings of the users profile. If you want to show the first name only, you can change the value of “Display name publicly as there.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Thanks a lot!

Asgaros has reacted to this post.
Asgaros