Please or Register to create posts and topics.

Hide User Group list in topic

Is it possible to hide the user group list in the forum view underneath the user profile (see screenshot)?

Thanks!

Uploaded files:
  • screenshot-www.sspdeutschnofen.it-2019.03.16-13-28-58.png

Hello @alexdz

Just go to Forum -> Usergroups and select the “Hide usergroup” checkbox for the usergroup you want to hide.

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

Thanks for getting!
I see that also hides the groups in the profile, where I would like to keep them.

So if anyone else is looking for that I just used CSS to hide the user groups in the forum:

 

/*Hide Usergroups in Forum*/
.post-author-block-group {
display: none;
}

mrsray has reacted to this post.
mrsray