Search Results for 'activation email'
-
AuthorSearch Results
-
June 18, 2016 at 5:29 pm #254799
In reply to: email activation.
emlehh
ParticipantWhere do i find the option to change activation email sender?
Thanks, 🙂 Will try that.
June 1, 2016 at 1:42 pm #253992In reply to: Membership Codes
danbp
Participantit’s possible. I suppose you need a unique code for some later user specific actions. But that code exist nowhere when a user register. What can we do ?
1) generate a 6 digit code and show it on the register page
2) asign that code to the user
3) show the code on his profile1 – we use php mt_rand to generate the code and one of the available action hook on the register page for his output. Add this snippet to bp-custom.php
function bpfr_digit_generator() { $num = mt_rand ( 0, 0xffffff ); $output = sprintf ( "%06x" , $num ); echo '<strong>Your personnal code: '. $output .'</strong>'; } add_action( 'bp_after_account_details_fields', 'bpfr_digit_generator' );2) create a new xprofile field, call it Personnal Code or whatever. Make it mandatory and asign it the visibility level you want. In field description, ask the user to copy/paste in the code.
3) as the user entered the code in a xprofile field, you get automagically this field on his profile.
I’m a bit unsure how to insert this field value in the activation email, or if it’s even possible. Perhaps somebody else can help you. See email on codex.
A bit raw, but at least you have a start point how to do that.
Here also another method, you may use if you don’t want the user to copy/paste the code.
May 31, 2016 at 3:38 pm #253939In reply to: Users cannot register since update 2.53
Earl_D
ParticipantI am running the lest version of Buddypress and WordPress on a VPS server NOT running multisite. Tiny framework is the theme I am using. However the first thing I did to trouble shoot was try to replicate problem without any plugin and using 2012 theme (which tiny frame is based on) and 2016 theme. The issues remained the same with but those thems and th social me theme.
I will try to check the MYSQL question as I am familiar with that having done MYSQL database programming. However I have narrowed done the problem to something related to the extended profile fields component. Through trial and error and some research I surfaced the correlation which one other person seems to have referred as well. If extended profile fields are turned OFF the registration is completed and the activation email sent. If it is on the registration process is not completed. I tested this extensively turning on and off and it followed that pattern. I currently have the component turned off and users are able to register. When I turned on again I was unable to complete a registration.
It may be unrelated but no registration spam protection plugins will work now either I have tried several with recaptcha and without and in every case the registration process short circuits.
Thanks for any help in advance. I would like to get the extended field working again.
EarlDMay 30, 2016 at 12:31 pm #253881In reply to: Users cannot register since update 2.53
Paul Wong-Gibbs
KeymasterDid anything else update at the same time? Anything?
2.5.3 contained changes to email implementation, and a security fix regarding user activation. The latter is most likely cause.
What theme are you using? Do you have a custom registration template (did you make one)? What other plugins do you have running? Are you on multisite or regular WordPress?
Can you think of any other useful information regarding any customisations around user or site registration?
April 19, 2016 at 4:45 am #252609sharmavishal
ParticipantWhen I activate some members they are not added to the members list.
BP considers activated users when they login to the website. else it doesnt.
activation emails dont go or goes to spam folder? check this plugin and use it as per your requirements
https://wordpress.org/plugins/wp-mail-options/
Also if your email domain is on lets say google apps and you are using the email domain to send mail from your site hosted on a different server you need to add email srv records
April 18, 2016 at 12:08 pm #252584In reply to: BuddyPress Email Issues with New Installation
dfarland
ParticipantIt doesn’t appear to be. The only emails I’m receiving are those initiated by WP or bbPress. The emails related to activation, group requests, mentions, and other BuddyPress emails are not coming through.
April 7, 2016 at 8:33 pm #252205In reply to: Extended Profiles Not on Register Page
concoa
ParticipantUPDATE:
I deleted all BP files and the plugin and did a reinstall.PROBLEM #1)
I am still having trouble with the Register page. I do not know what this error refers to:displays an error message:
“Profile Details
Warning: Creating default object from empty value in /home/content/p3pnexwpnas09_data01/28/2853428/html/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-group.php on line 649”Line 649 is:
$fields[ $key ]->visibility_level = $field_visibility;PROBLEM #2)
Registration submission is now working, but an auto response email is being sent. Is there something in BuddyPress (or WordPress) to disable this? I’m getting an email saying:
Hi test4,
Thanks for registering!To complete the activation of your account, go to the following link: http://blahblahblah.com/activate/ef23a0f24958c3a125917f7e3bac95f8/
I’m using s2Member to allow admin approval of registrations. This email needs to be removed. Thx.
April 4, 2016 at 2:07 pm #252092In reply to: Email Notifications not sending
manigopal
Participantat normal wp-admin / registration it works but only while trying to register via buddypress its not working ie no email for user registration and even activation also.
April 2, 2016 at 3:45 pm #252037Jojanonone
ParticipantThanks a lot @berkelmudez!!
Accidentally I noticed that activation emails were not being sent. And neither were notification emails, like when receiving a private message. Switched to Postman and all was sweet again.
WordPress 4.4.2
BuddyPress 2.5.2
bbPress 2.5.8March 22, 2016 at 6:31 am #251654In reply to: Redirect login after activation
alkarana
ParticipantThis plugin would be better if you added a redirect after login so that we could send users to any page we wanted after they login instead of going to the user dashboard.
https://wordpress.org/extend/plugins/user-activation-email/
———–
WebsiteMarch 21, 2016 at 7:20 pm #251616r-a-y
KeymasterIf you are using any WordPress plugins that manipulate email, try disabling them and see if you are able to send out the activation email.
If you are using any email plugins, please list them as well. If not, check if your WordPress install can send any email. You can check by enabling post comment moderation under “Settings > Discussion” and using an anonymous user to post a comment on your blog.
March 7, 2016 at 3:45 pm #250801In reply to: Activation mails not send after update
karolbielecki
ParticipantHi I’ve a got an other problem. The activation mail comes as plain textl.
HTML Email is not send.
All Emails are in English a german translation is only possible when i change the text manualy.Befor the update i had a [bp-custom.php] and it worked.
March 3, 2016 at 5:34 pm #250559In reply to: Stmp email buddypress 2.5
Jot
ParticipantGood afternoon. Buddypress I just upgraded to the latest update, and currently the subject of emails works well. I use the “WP-Mail-SMTP” plugin for my own mail server and I have had no problems. I tried to register a new user and sent correctly the activation email.
If it’s any help this pluguin.March 3, 2016 at 1:27 pm #250535In reply to: Activation mails not send after update
IngeB1983
ParticipantHi Paul,
Thank you for responding.
To answer your questions:
* How were you customising your activation emails?
-I was changing lines in the .pot file in PoEdit and generated a new .mo file in order to personalise the activation mail a bit more. (No core files were adjusted or changed)
-I made a change in the buddypress.min.css file* Is your site sending other emails correctly, or are all emails broken? Can you test to be sure?
I have only sent out activation emails up to this point. To test your question, I have manually added myself as a user and activated the account. Then, I send a confirmation email which it DID send, only the sender was WordPress instead of my site name.* Are you running WordPress multisite, or regular WordPress?
Regular WP. No multisite* Do you run any plugins that change wp_mail or affect how emails are delivered? For example, any plugins that send email via Mailchimp, etc?
Not to my knowledge. I am currently running these plugins:– BuddyPress
– Child Theme Configurator
– Jquery Updater
– Members
– Page Excerpt Widget
– Rating Widget
– User Submitted PostsAll of them were running as well yesterday when it still worked.
Let me know if you need any more info.
Inge.
March 3, 2016 at 12:54 pm #250529In reply to: Activation mails not send after update
Paul Wong-Gibbs
KeymasterHi @ingeB1983
I’m sorry you’re having problems. Thank you for letting us know.
* How were you customising your activation emails?
* Is your site sending other emails correctly, or are all emails broken? Can you test to be sure?
* Are you running WordPress multisite, or regular WordPress?
* Do you run any plugins that changewp_mailor affect how emails are delivered? For example, any plugins that send email via Mailchimp, etc?March 3, 2016 at 12:29 pm #250524Topic: Activation mails not send after update
in forum How-to & TroubleshootingIngeB1983
ParticipantHi there,
I have been customizing my activation emails and yesterday they worked fine.
Today I updated to Buddypress 2.5.0 (I running WP 4.4.2 for a few weeks now) and the activation emails are not sent anymore.Please help.
Kind regards,
IngeJanuary 21, 2016 at 10:05 pm #248971In reply to: new user emails
Slava Abakumov
ModeratorYou can try this plugin: https://wordpress.org/plugins/bp-disable-activation-reloaded/
But you should not do this – anyone will be able to register with fake emails.December 4, 2015 at 1:50 am #247400In reply to: Where is the group directory?
balmainboy
ParticipantI’m using the 7.2 theme. I’ve tested it on Twenty Fifteen and it displays again in basic format. When logged in as a new member there is a join now button at least, but the styling is still very plain compared to the documentation screenshot – no avatars or colour – as per my previous screenshot of my site.
The page is also called titled ‘Groups’ rather than ‘Groups directory’ – but i’m sure i could always change the name in WP settings.
I’ve also got a problem with Activation emails but i’ll need to create a new thread for that.
November 19, 2015 at 7:56 am #246935In reply to: How to fix Activations
r-a-y
KeymasterFollow what I mentioned above regarding the email plugins.
Do some tests by registering some accounts yourself to see if you receive any activation emails.
November 19, 2015 at 1:15 am #246928In reply to: How to fix Activations
asabetyyy
ParticipantSo, as far as I understand, you need to create two blank pages, one for register and one for activate, and after associating them, buddy press recreates the content. That’s done, users can register. now the problem is, they are not receiving activate emails, or emails at all after the registration, so i don’t know how to fix the activation issue I’m having.
October 30, 2015 at 5:55 am #246140In reply to: wp_signup and wp_user sequence out of synch
paragbhagwat
ParticipantTo add more to this… i am writing the method as shown below
add_filter( ‘bp_core_signup_send_validation_email_message’, ‘RECN_CUSTOM_activation_message’, 10, 3 );
function RECN_CUSTOM_activation_message( $message, $user_id, $activate_url ) {
$user = get_userdata( $user_id );
….
….and the $user_id passed is the signup id ….while the WP_USER table does not have data for the signup id…
October 8, 2015 at 8:15 am #245243In reply to: How to get an ID of a user who was just activated?
William
ParticipantNo @henrywright. At this point, the user has just clicked on the activation link in email.
@shanebp suggested this function. It’s working but I can’t get it to return an id that I can store in a GLOBAL variable so that I can use it somewhere else on activation page with this hook:bp_after_activate_contentHere’s the function that @shanebp suggested.
function william_bp_core_activated_user( $user_id, $key, $user ) { // do something with $user_id // there is no return for add_action, only add_filter }; add_action( 'bp_core_activated_user', 'william_bp_core_activated_user', 10, 3 );October 6, 2015 at 5:02 pm #245157alexeykrol
ParticipantI organized testing of this function.
1. System sends emails
2. New users got this emails in their mail box
3. Then they press activation links and go on home page, not activation page.
4. Then they try to enter login/pass and system tells them – Ops, error! your account didn’t activate, please see you inbox.
5. I can see they have “registered” status, but not “activated” and i need to activate them by hands.Therefore there is something wrong while users try to confirm their address in activation email.
October 6, 2015 at 10:03 am #245123Henry Wright
ModeratorCheck the activation emails aren’t going into user’s spam folders.
September 28, 2015 at 3:13 pm #244874William
ParticipantThanks @modemlooper. This is doable but will the account remain deactivated as usual? The user might justchoose to ignore the second email with activation link since they can already login. What do you say? I’d like to sort of force a user to fill the second form and I don’t want them logging in if they haven’t filled the second form.
-
AuthorSearch Results