Search Results for 'activation email'
-
Search Results
-
Topic: Activation Email Issue
Hi all,
I found that two issues of the activation email from BuddyPress.
1.The first activation email is missing background color and the text not center. When I tried to send the same email again, the email becomes all right.
2. I saw an account from WordPress backend is pending, but that account is already able to use the function in frontend (such as upvote a post, which is supposed to only available to activated account). When I tried to register a new account and duplicate the issue again, but no such issue found.
Can anyone help me to figure out and solve the issues? Thanks a lot.
Topic: Activate in spanish
I have my website in English and Spanish and in Spanish the activation of the profile does not work and in English it does work, when someone registers, they receive the email to activate the profile with a verification code and when clicking on the link they go to a page in White that says that the web page cannot be accessed and that it checks if there is a typing error but the url is fine, how do I solve it?
Topic: Activation key Invalid
Seems a common issue. Site is https://thepamphlet.net/, WP version 5.6, BP version 7.1.0. Users can register, will get email to activate, click link in email and then get error message saying activation invalid. Activation by copy/pasting key into field seems to work though. How do we fix?
I just installed BuddyPress 7.1 and seems to be functioning. I had to create an Activate page which was fine. I tested a new account and they received an email with the activation link. I clicked the link and it when to the Activate page with the code. I clicked activate but the only notification the user receives is the URL changes to activate=1 or something like that. The page itself is blank. Is there a way to announce on the page that it was successful?
Hi,
I am using WordPress version 4.9 and I installed buddypress also setup it. Now I am facing problem regarding user registration form. After filling all the detail and click to sign up, it show message “your account have been created please check email to activate it”. But I won’t receive any email to active my buddypress account.
Please help me to get rid out of this problem.
Thank you.
Topic: No emails from site?
Hello,
I am not sure if this is BP-related, bc WP was recently updated as well, but my site is not sending activation emails and messages anymore.
Anyone else having this issue or some advice for trouble shooting?
Thanks , Lars
Topic: GROUP NOTIFICATION
Hi all trust we are doing great, please i did set up this registration field in my wordpress using buddypress with following perimeter https://ibb.co/F7tSWNJ as seen here, when ever i set up an account for my student , they receive activation code via email, i want to include a message that tell the student that they are enrolled to group a,b or c, together with the activation email, how can i achieve this ??
After registration, an account activation link is sent to user’s email. But when user click on that link, it will show 404 page not found error. Also members, groups page are working. But create group page, user profile page, settings page etc all are showing an error. Please check for this issue and help me out to solve this.
So this has been an on and off issue I have struggled with using buddypress. Several users haven’t received an activation link. Whether it’s the fact that the link itself looks super spammy or some email servers have security issues with wordpress sending sketchy linksI have no idea. All I can say is with captcha plugins there really is no reason to force an activation link. A toggle feature should be added to buddypress to switch between auto account activation and email activation. I just had 5 people today say that the activation email was nowhere to be found. It makes it all the more frustrating when you are running paid ad’s to get sign ups on your site while this issue is happening. I’m on wp version5.5.3 and buddypress version 6.3.0 installed on the Arcane gaming theme by skywarriors.
When a new user registers, no activation email is sent out. I checked all the settings and don’t understand what seems to be the problem.
WordPress emails are sending normally.Thank you very much in advance for your help.
Alina
Hello Buddy Press team
I’m using wp Version 5.5.1 and BP version 6.3.0 and WP Fastest Cache Premium 1.5.9 and iThemes Security Pro 6.5.1.
1. How can the consumer skip the activation key page?
After the consumer receives the account activation email, the consumer used to be able to skip the activation key page. But now the consumer can’t skip.2. Sometimes the activation page doesn’t load in register page.
When the consumer clicks the complete sign up button in register page, it sometimes goes to the Activate page with activate your account title normally.However, sometimes the password input field is initialized, and the consumer must enter the password and confirm password again and click the complete sign up button to go to the Activate page.
Does anyone know how to add a link to the registration page that the user can resend the activation email?
Hi there,
We are experiencing issues with the Buddypress emails being sent in plain text, without any styling to it. I’m not experienced in coding/development, so I’m struggling to understand the logic behind the functions of Buddypress/WordPress that send the email.
As an example, we created an HTML email template through beefree.io that would like to use for the activation email. How do we go about applying our own template to the emails being sent?
Thank you very much in advance.
TNRFXWordpress: 5.5.1
Buddypress: 6.3.0
Youzer: 2.6.2
Mailgun: 1.7.1 (emails sent via Mailgun API)
Theme: Olympus 3.8Does anyone know how to resolve this issue.
When my users signup and click on the activation email, they receive the text below with an input field.
Please provide a valid activation key.
Activation Key:Topic: User activation not working
Hi buddypress,
I just install new theme and theme have buddypress on it. i just realize there is issue when user register.
User can receive email contain link and key but when actiavtion link click nothing happen user stil on pending.Can you help me with this problem ?
Dear Forum Members,
I am trying to customize the standard buddypress activation email that is sent upon registration of a new user (I am using latest WordPress and Buddypress Versions).
After following the suggestions on https://websistent.com/custom-buddypress-activation-email/, I did manage to edit the subject line with following snippet in wp-content/plugins/bp-custom.php:
add_filter( 'bp_core_signup_send_validation_email_subject', 'custom_buddypress_activation_subject', 10, 2 ); function custom_buddypress_activation_subject( $subject, $user_id ) { $user = get_userdata( $user_id ); return $user->user_login . ' – Activate your ' . get_bloginfo( 'name' ) . ' account'; }
This works fine.
However, the following snippet for customizing the message of the email does not work:
add_filter( 'bp_core_signup_send_validation_email_message', 'custom_buddypress_activation_message', 10, 3 ); function custom_buddypress_activation_message( $message, $user_id, $activate_url ) { $user = get_userdata( $user_id ); return "Hi $user->user_login, Thanks for registering! To complete the activation of your account please click the following link: $activate_url Thanks, Jesin"; }
I have tried the approach, as outlined here https://buddypress.org/support/topic/customizing-buddypress-activation-emails-outside-and-still-get-activation-key/, too. It did not work neither.
I am not sure whether this hook (bp_core_signup_send_validation_email_message) is still working or if there is a better way to hook into this message.
Could anybody shed some light on this issue and help me with customizing the activation email content while still prodiving activation link and activation key?
Thanks a lot and kind regards
JoachimHello,
I’m facing to issue. When a new user tries to sign up with hotmail email adress, he doesn’t receive activation mail. Is someone to help me?
Thanks a lot