PriMoThemes — now s2Member® (official notice)

This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™

Where do I edit the Thank you for registering message

s2Member Plugin. A Membership plugin for WordPress®.

Where do I edit the Thank you for registering message

Postby bkeller99 » October 22nd, 2010, 11:27 am

Hello,
I don't see how to edit the "Thank you for registering..." message that is sent out when a new user fills out the form. I have buddypress installed and its actually that form that is filled out. Is the message generated by buddypress or s2member?
Also, has anyone used the automessage plugin in conjunction with s2member and buddypress?
automessage provides additional followup emails which I like.
thanks
User avatar
bkeller99
Registered User
Registered User
 
Posts: 18
Joined: September 16, 2010

Re: Where do I edit the Thank you for registering message

Postby Jason Caldwell » October 27th, 2010, 7:29 am

I believe you're referring to the activation email processed by BuddyPress.
The only way to change that message is in a WordPress® Filter or via a direct code edit.

Place the following into this file on your server:
/wp-content/mu-plugins/my-buddypress-hacks.php
Code: Select all
<?php
add_filter
("bp_core_activation_signup_user_notification_subject", "my_custom_subject");
add_filter("bp_core_activation_signup_user_notification_message", "my_custom_message");

function my_custom_subject($original_subject){ return 'Activate Your Account'; }
function my_custom_message($original_message){ return 'Custom Message'; }
?>

Either that, or you can open this file and edit the function:
bp_core_signup_send_validation_email() at line #575
in: /buddypress/bp-core/bp-core-signup.php
~ Jason Caldwell / Lead Developer
& Zeitgeist Movie Advocate: http://www.zeitgeistmovie.com/

Is the s2Member plugin working for you? Please rate s2Member at WordPress.org.
You'll need a WordPress.org account ( comes in handy ). Then rate s2Member here Image
.
User avatar
Jason Caldwell
Lead Developer
Lead Developer
 
Posts: 4045
Joined: May 3, 2010
Location: Georgia / USA

Re: Where do I edit the Thank you for registering message

Postby bkeller99 » October 27th, 2010, 10:02 pm

Thank you so much Jason.
Can't tell you how much this program rocks!
User avatar
bkeller99
Registered User
Registered User
 
Posts: 18
Joined: September 16, 2010

Re: Where do I edit the Thank you for registering message

Postby Jason Caldwell » October 27th, 2010, 11:40 pm

bkeller99 wrote:Thank you so much Jason.
Can't tell you how much this program rocks!
You are VERY welcome!
~ Jason Caldwell / Lead Developer
& Zeitgeist Movie Advocate: http://www.zeitgeistmovie.com/

Is the s2Member plugin working for you? Please rate s2Member at WordPress.org.
You'll need a WordPress.org account ( comes in handy ). Then rate s2Member here Image
.
User avatar
Jason Caldwell
Lead Developer
Lead Developer
 
Posts: 4045
Joined: May 3, 2010
Location: Georgia / USA

Re: Where do I edit the Thank you for registering message

Postby jmarx » February 1st, 2011, 10:29 pm

Hey A Jason, do you know how to include the users username and password in the activation email?
User avatar
jmarx
Registered User
Registered User
 
Posts: 1
Joined: February 1, 2011


Return to s2Member Plugin

Who is online

Users browsing this forum: No registered users and 3 guests

cron