Search Results for 'activation email'
-
Search Results
-
Hi,
i think i saw this psot somewhere but it is quite old and the problem for me is new.
The users on my website don’t receive the activation email, even if i create their accounts manually not them using the registration form.
wordpress 1.4.2 buddypress altest, hosting deluxe godaddy. Any ideas what i must do?
Topic: Eliminate activation step?
I am using an add-on plugin to BuddyPress called “BuddyPress Registration Options” from webdevstudios (http://webdevstudios.com/plugin/buddypress-registration-options/). This add-on plugin allows for moderation of new users. Since this plugin allows me to control who can access BuddyPress features, I was wondering if it is possible to eliminate the step of requiring new users to click on the activation link in the welcome email?
I am trying change title and content of activation email that buddypress sent to the user after registering.
I tried using add_filter(‘bp_core_activation_signup_user_notification_subject’) but its not working.
I even tried changing the core file (bp-core-filters.php)(temporary solution) but nothing, email is same as before.Im using buddypress 1.5.6 and wordpress 3.3.2
if any one could show me correct direction, i would be really thankful.
Some of my users were having trouble logging in after they registered using a space in their username. This meant that the space would be changed into a dash, but this wasn’t clear to the users.
A good solution would be to include the corresponding username in the activation e-mail. I’m almost sure this can be done in the bp-members-functions.php file, but I have no idea how.
Here’s the code I think needs editing:
function bp_core_signup_send_validation_email( $user_id, $user_email, $key ) {$activate_url = bp_get_activation_page() .”?key=$key”;
$activate_url = esc_url( $activate_url );$from_name = ( ” == bp_get_option( ‘blogname’ ) ) ? __( ‘BuddyPress’, ‘buddypress’ ) : esc_html( bp_get_option( ‘blogname’ ) );
$message = sprintf( __( “Thanks for registering! To complete the activation of your account please click the following link:nn%1$snn”, ‘buddypress’ ), $activate_url );
$subject = ‘ ‘ . __( ‘Activate Your Account’, ‘buddypress’ );// Send the message
$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 );wp_mail( $to, $subject, $message );
do_action( ‘bp_core_sent_user_validation_email’, $subject, $message, $user_id, $user_email, $key );
}
I’m also using the ‘BuddyPress Usernames Only’ plugin, if that’s useful information.Can anyone help me?
Thanks in advance,
RaMaI haven’t had a problem until now but a client who have already signed up is trying to activate somebody in their family and they’re saying they need a activation key. what is this?
Can’t figure this out.. driving me crazy! I noticed earlier last week that no registrations have been coming through on my site recently.. looked today and saw a bunch of users hadn’t been activated – tried to register & never got the activation email.

running: WordPress 3.4.2 (Multi-site Mode / Network) Buddypress 1.6.1 theme: bp-corporate (wpmu theme)
I’ve tried disabling all the plugins (including buddypress) and the emails still don’t get sent (with the default bp theme & without).
I’ve tried using the default buddypress theme.
I’ve re-installed buddypress.
I’ve replaced my theme “register page” code entirely with the default buddypress “register page” theme code.It was working last week. I’m godaddy shared hosting and haven’t had this issue before so I doubt it’s the hosting.
I did install “bulletproof security” recently, clicked around , and then deleted plugin later because it was messing up the “sub-sites” on the network.
Any ideas?
I’m trying to change the content of the standard message sent by BP when a user registers.
Since the site search is not working properly and I have searched in vain for an answer I’m gonna post the question here.
I have started with this code added to my functions.php of my theme.
function fix_bp_activation_message($message) {
CONTENT
}
add_filter(‘bp_core_activation_signup_user_notification_message’, ‘fix_bp_activation_message’);
What do I place in the CONTENT if I need to place the username, password and a different welcome message along with the activation link for the BP account?For example I want it to look something like:
Username: USERNAME
Password: PASSWORD
Thanks for registering! To complete the activation of your account please click the following link:
THE BUDDYPRESS ACTIVATION LINKWordpress 3.4.2
Buddypress 1.6
