Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi
Basically, I want the WordPress users not to get displayed as Forum members. I have been able to hide the WordPress users from displaying in the Forum Members sections by creating a new usergroup (as per one the solution provided in this forum). However, the users are still displayed in " Our newest member:" in the forum statistics section. Am I missing out something here?
Warmest Regards
BM
Hi @dhyanakendra,
I may suggest you hide the "Our newest member" section via CSS code:
.wpf-stat-other > span:nth-child(2) {
display: none !important;
}
Hi Sofy,
Thank you so much! Please close the topic as resolved