Skip to:
Content
Pages
Categories
Search
Top
Bottom

A list with all users (registered and unregistered)


  • giannisff
    Participant

    @giannisff

    Hello all.
    If it possible someone tell me how i make a list with all users (registered and unregistered). I try a lot with bp_has_members(), but nothing. I’ m starter level. Thanks.

Viewing 1 replies (of 1 total)

  • modemlooper
    Moderator

    @modemlooper

    Only activated users show in members loop. If the list is for the admin to see you can view the user page in the admin. You could also use a plugin to auto activate users

    Code snippet to auto activate

    `add_filter( ‘bp_registration_needs_activation’, ‘__return_false’ );`

Viewing 1 replies (of 1 total)
  • The topic ‘A list with all users (registered and unregistered)’ is closed to new replies.
Skip to toolbar