Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Make all members active (6 posts)

Started 8 months ago by: Mary Jane

  • Profile picture of Mary Jane Mary Jane said 8 months ago:

    I recently switched from a different social notwork plugin, to buddypress and not everyone has logged back in. When people go to search for other people the default is last active and people dont realize that and then think the person is not on the site because the system thinks the person has never been active so it doesnt display the user

    How can I one time make everyone active

  • Profile picture of Tammie Lister karmatosed said 8 months ago:

    Perhaps this thread will help?

    http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/activating-existing-users/

  • Profile picture of Mary Jane Mary Jane said 8 months ago:

    Ehh dosent really do it for me, any way you could help like explain? i just dont really understand that i downloaded a plugin from that convo but it didnt help

  • Profile picture of Mary Jane Mary Jane said 7 months, 4 weeks ago:

    bump

  • Profile picture of r-a-y r-a-y said 7 months, 4 weeks ago:

    This post explains everything:

    http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/activating-existing-users/#post-40221

    You’ll need to write a script that gives everyone a “last_activity” timestamp.

    Some example code to get it working for one user:

    // change $user_id to the ID you want to become active
    update_user_meta( $user_id, 'last_activity', bp_core_current_time() );
  • Profile picture of Mary Jane Mary Jane said 7 months, 3 weeks ago:

    Ok i think i understand, i just have to post that code multiple times with all the users ids that arent active right? which php file?