Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,005
- How-to & Troubleshooting
- 129,528
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,783
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,170
-
friend count is stored in the wp_usermeta table ‘total_friend_count’ so you may need to manually reset those
there is a function friends_get_total_friend_count( $user_id = false ) { – maybe a quick loop over your user_id(s) to update the wp_usermeta table. Unless something already exists for a better recount (maybe a plugin idea) – for which i’ll wait for @r-a-y to correct me on
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS