Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author r-a-y

    (@r-a-y)

    How are you deleting users? BP Follow should catch these instances:
    https://github.com/r-a-y/buddypress-followers/blob/1.2.x/_inc/bp-follow-functions.php#L188

    v1.3 overhauls the count logic and adds caching. If you are interested in helping, you can try the development version to confirm that v1.3 will fix the issue:
    https://github.com/r-a-y/buddypress-followers/archive/master.zip

    Thread Starter Christian Freeman (codelion)

    (@takinglife2themax)

    I’m deleting the users via the Network Admin (I’m running a Multisite).

    It does appear that the user’s follower/following connections are being removed upon deletion, but when was this feature added?

    My Follower/Following counts are including users that don’t exist anymore. It must be some leftovers from a previous version.

    Is there a way to simply remove ALL Follower/Following connections from the database and start fresh?

    And I will help test v1.3, I just need to finish setting up my testing environment again.

    Plugin Author r-a-y

    (@r-a-y)

    Is there a way to simply remove ALL Follower/Following connections from the database and start fresh?

    Drop the wp_bp_follow table. That’s probably the easiest way.

    Thread Starter Christian Freeman (codelion)

    (@takinglife2themax)

    Thanks, that is very simple.

    So, once I drop the wp_bp_follow table(s) [I’m running a multisite] I should be able to just deactivate BP Followers and reactivate it to re-create those tables again, right?

    Plugin Author r-a-y

    (@r-a-y)

    If you haven’t already upgraded to the 1.3-development version, then it should be as easy as dropping the table.

    If you already upgraded to 1.3-dev, you also need to delete the _bp_follow_revision_date DB option.

    Thread Starter Christian Freeman (codelion)

    (@takinglife2themax)

    I dropped the wp_bp_follow table and deactivated BP Followers and reactivated it.

    Now the count has been reset and it’s working smoothly.

    Thanks a lot.

    I’ll get back to you on testing version 1.3. My team and I are in the process of launching our site this week, but next week I should have time to test it out.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Update Follow Conts’ is closed to new replies.