-
Rainbow replied to the topic Dashboard User count inconsistent with Buddypress in the forum How-to & Troubleshooting 5 months ago
PS: I used this code in conjunction with the buddypress tool (Repair total members count):
/*
* Paste in your theme functions.php or in bp-custom.php.
* Load the site in a browser
* Remove from your theme functions.php or bp-custom.php.
*/function buddypress_add_last_activity() {
$members = get_users( ‘fields=ID’ );
// $members =…[Read more] -
Rainbow started the topic Dashboard User count inconsistent with Buddypress in the forum How-to & Troubleshooting 5 months ago
Hi Buddypress Community,
I have the weirdest issue regarding users.
My Admin dashboard shows ALL users (ALL 1,734 Participants 1,732 and Subscribers 1,732).
All of them have been active on the site (I used some PHP code to make all members active to ensure everyone shows up).
But when I go to all members in the buddypress activity wall on the…[Read more]
@adi-admin
Active 5 months ago