Notifications
Clear all

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.

 

wpForo 1.x.x [Solved] Hidden WordPress members still displaying in "Our newest member" in forum stattistics

3 Posts
2 Users
0 Reactions
1,556 Views
Posts: 38
Topic starter
(@dhyanakendra)
Trusted Member
Joined: 6 years ago

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

2 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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;
}
Posts: 38
Topic starter
(@dhyanakendra)
Trusted Member
Joined: 6 years ago

Hi Sofy,

Thank you so much! Please close the topic as resolved