Notifications
Clear all

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

3 Posts
2 Users
0 Likes
1,261 Views
Posts: 38
Topic starter
(@dhyanakendra)
Trusted Member
Joined: 5 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: 4229
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 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: 5 years ago

Hi Sofy,

Thank you so much! Please close the topic as resolved