Notifications
Clear all

wpForo 1.x.x [Closed] Forum Statistics

4 Posts
3 Users
1 Reactions
861 Views
Posts: 5
Topic starter
(@ramniwas)
Active Member
Joined: 4 years ago

I have more than 200 members in my forum but in  Forum Statistics it is only showing 25 members from the past 2 months. many new members added but still, it is showing 25 members.

 

3 Replies
1 Reply
(@ramniwas)
Joined: 4 years ago

Active Member
Posts: 5
Posted by: @ramniwas

I have more than 200 members in my forum but in  Forum Statistics it is only showing 25 members from the past 2 months. many new members added but still, it is showing 25 members.

 

In fact, it is showing 25 members as an active members. I want to show all registered members in the  Forum Statistics.

Thanks

Posts: 4
(@epiphany)
Active Member
Joined: 4 years ago

@ramniwas

Add this code  on your Wordpress active theme function.php

add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @ramniwas,

Please note, that the inactive members are mostly spam users. They had not be able to activate the registration via email so there is no mean to show them in the statistic. In any case, if you still want to show them, just follow to the 1.7.4 release information and use the code mentioned by Epiphany above.

Don't forget to delete wpForo cache in Dashboard > Forum > Dashboard admin page.