Notifications
Clear all

wpForo 1.x.x [Closed] Remove forum statistics

12 Posts
3 Users
0 Reactions
2,271 Views
Posts: 13
Topic starter
(@hamlynn)
Eminent Member
Joined: 5 years ago

Hi

Am I seeing the forum statistics box at the bottom of my forum because I am admin?

(screenshot)

I don't want my members to see it - is there a way to remove it if it is visible to everyone?
I have searched the support documents but can't see where it is to disable it

11 Replies
Posts: 13
Topic starter
(@hamlynn)
Eminent Member
Joined: 5 years ago

I actually don't mind the box being there, it's the Our newest member:  I want removed

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4585

@hamlynn,

Please try the solution mentioned in this support topic:

https://wpforo.com/community/how-to-and-troubleshooting-2/hidden-wordpress-members-still-displaying-in-our-newest-member-in-forum-stattistics/#post-31237

 

Sofy
Posts: 4585
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @hamlynn,

yes, you can hide the statistic section for regular members. You'll just need to navigate to Dashboard > Forums > Usergroup admin page, edit the usergroups and uncheck the "Can view statistic" Can/Permission. 

Posts: 13
Topic starter
(@hamlynn)
Eminent Member
Joined: 5 years ago

Thanks!

Could you tell me which box I need to disable please?

I've also tried using this css (from the other thread) but it's still showing

.wpf-stat-other > span:nth-child(2) {
display: none !important;
}

4 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4585

@hamlynn

The checkbox is shown in the screenshot below. 

I've also tried using this CSS (from the other thread) but it's still showing

Please delete all caches and press CTRL+F5 on frontend before checking. 

(@hamlynn)
Joined: 5 years ago

Eminent Member
Posts: 13

@sofy

Neither of those worked.

But this did

(@hamlynn)
Joined: 5 years ago

Eminent Member
Posts: 13

@sofy

Can you please help me with the CSS code.
I would like to keep the statistics box as it is useful to quickly see unread posts etc.
But I do not want people to be able to see who our newest member is.
I have entered this code

.wpf-stat-other > span:nth-child(2) {
display: none !important;
}

Into my CSS area and it has made no difference.
Why would that be?
It worked for the other person you gave it to?

 

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4585

@hamlynn

Have you deleted the caches before checking?

Please navigate to Dashboard > Forums > Dashboard admin page, click on [Update Forums Statistic] and [Delete All Caches] buttons. If you have other cache plugins installed then delete those plugins caches a*s well. Then Press CTRL+F5 (twice) on the frontend to reload the updated CSS file.       

Posts: 38
(@dhyanakendra)
Trusted Member
Joined: 5 years ago

@hamlynn

Hi, have a look at this thread on the same issue we had encountered, which finally got resolved with the above code provided by @sofy. Needless to say, clear all caches, update user statistics, forum statistics, etc (Forum Maintenance).

We are using a cache plugin which clears the caches including CDN cache as well and have not faced any caching issues so far.

https://wpforo.com/community/how-to-and-troubleshooting-2/issue-with-hiding-the-our-newest-member-in-forum-statistics/#post-31462

 

Warmest Regards

BM

2 Replies
(@hamlynn)
Joined: 5 years ago

Eminent Member
Posts: 13

@dhyanakendra

thanks for that -  can I ask what cache clearing plugin you use?

(@dhyanakendra)
Joined: 5 years ago

Trusted Member
Posts: 38

@hamlynn

WP Rocket. You can also try Litespeed Cache or Swift Performance as well. However, you need to know how to configure these plugins properly otherwise they might break the site.

@sofy and @anonymous20 - Please correct me if I'm wrong

Warmest Regards

BM