Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do we make WP Users BuddyPress Members List


  • simon_a6
    Participant

    @simon_a6

    We have bought thousands of members and imported 2000 so far. I have tried a number of functions that are meant to make these members be shown within BuddyPress and used in the Sweetdate Theme. All to no avail.

    We are using the latest version of buddy press 3.1.0 and the latest WordPress.
    We also have Paid Memberships Pro.

    Under Members List, they are not appearing – only in the WP Users screen.

    The last script I tried was this:

    function mie_add_last_activity() {
    
      $subscribers =  get_users( 'fields=ID&role=subscriber' );
      
       foreach ( $subscribers as $user_id ) {
            bp_update_user_last_activity( $user_id, bp_core_current_time() );
       }
    
    }
    add_action('bp_init', 'mie_add_last_activity' );

    Can you help?

  • You must be logged in to reply to this topic.
Skip to toolbar