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.
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.
Add this code on your Wordpress active theme function.php
add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });
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.