Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyPress new user approve

  • @guido07111975

    Member

    Hi,

    I would like to have a ‘new user approve’ plugin… So new user can register but admin must approve his/her registration.

    I did find something, but activation emails are still being sent to new users. So I cannot use this one: http://wordpress.org/extend/plugins/new-user-approve/

    Any suggestions?

    Guido

Viewing 4 replies - 1 through 4 (of 4 total)
  • @modemlooper

    Moderator

    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’ );`

    @guido07111975

    Member

    Thanks.

    What’s the best file to add this code?

    @djpaul

    Keymaster

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

    @guido07111975

    Member

    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