Skip to:
Content
Pages
Categories
Search
Top
Bottom

Can't change activation email?


  • misterff1
    Participant

    @misterff1

    Hi,

    I know alot of people have been asking this question, but this one is a bit different.

    So I edited the bp-core-filters file and changed the text to have a different text on the activation email, but it won’t change! I am using WP 3.5.1 and BP 1.7 (so I have the latest stuff).

    Does anyone know how to change the activation email text??

    Thanks,
    Misterff1

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

  • somethingelse
    Participant

    @somethingelse

    i edited the core file – bp-members-functions.php – worked like a charm… tho i am loathe to edit the core files… i tried doing a child functions file but that didn’t work (tho i might have just put it in the wrong place to get found… )

    would be GREAT if this were an admin function with html editing capability, AND if it sent html email with a nice logo etc…

    any coders out there need a project?


    meg@info
    Participant

    @megainfo

    Hi,

    1) Mybe the code source of Welcome Pack plugin (https://wordpress.org/extend/plugins/welcome-pack/ ) can help you in dev.

    2) or check this link :
    http://bp-tricks.com/featured/creating-a-custom-email-template-for-your-buddypress-emails/

    3) Check this code (from bp-members-functions.php line 1353). function bp_core_signup_send_validation_email

    `
    $to = apply_filters( ‘bp_core_signup_send_validation_email_to’, $user_email, $user_id );
    $subject = apply_filters( ‘bp_core_signup_send_validation_email_subject’, $subject, $user_id );
    $message = apply_filters( ‘bp_core_signup_send_validation_email_message’, $message, $user_id, $activate_url );
    `

    With some filters i think you can change email, subjet of activation email, or the message.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't change activation email?’ is closed to new replies.
Skip to toolbar