Community Support Forums — WordPress® ( Users Helping Users ) — 2011-02-01T22:29:09-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=1056 2011-02-01T22:29:09-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1056&p=6234#p6234 <![CDATA[Re: Where do I edit the Thank you for registering message]]> Statistics: Posted by jmarx — February 1st, 2011, 10:29 pm


]]>
2010-10-27T23:40:33-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1056&p=4350#p4350 <![CDATA[Re: Where do I edit the Thank you for registering message]]>
bkeller99 wrote:
Thank you so much Jason.
Can't tell you how much this program rocks!
You are VERY welcome!

Statistics: Posted by Jason Caldwell — October 27th, 2010, 11:40 pm


]]>
2010-10-27T22:02:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1056&p=4341#p4341 <![CDATA[Re: Where do I edit the Thank you for registering message]]> Can't tell you how much this program rocks!

Statistics: Posted by bkeller99 — October 27th, 2010, 10:02 pm


]]>
2010-10-27T07:29:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1056&p=4298#p4298 <![CDATA[Re: Where do I edit the Thank you for registering message]]> 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:
<?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

Statistics: Posted by Jason Caldwell — October 27th, 2010, 7:29 am


]]>
2010-10-22T11:27:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1056&p=4069#p4069 <![CDATA[Where do I edit the Thank you for registering message]]> 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

Statistics: Posted by bkeller99 — October 22nd, 2010, 11:27 am


]]>