May 23, 2020 7:22 pm
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
May 23, 2020 8:24 pm
Add this code on your Wordpress active theme function.php
add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });
May 24, 2020 7:28 am
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.