Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyPress new user approve

Viewing 4 replies - 1 through 4 (of 4 total)

  • modemlooper
    Moderator

    @modemlooper

    You could install the welcome pack plugin and customize the email to just a thanks for signing up note.

    Or:

    `function disable_activation_email() {
    return false;
    }
    add_filter( ‘bp_core_signup_send_activation_key’, ‘disable_activation_email’ );`


    Guido
    Member

    @guido07111975

    Thanks.

    What’s the best file to add this code?

    p.s. most of Welcome Pack won’t work if you disable activation emails.


    Guido
    Member

    @guido07111975

    Welcome pack does not have user approve function I think?

    So the name of another BP plugin that gives admin control over new user registrations is very welcome :-).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BuddyPress new user approve’ is closed to new replies.
Skip to toolbar