Search Results for 'activation email'
-
AuthorSearch Results
-
August 26, 2012 at 5:14 am #140242
In reply to: problem Groups with groups and email Verification
ryancalderone
MemberActivation e-mails are not sending to my users either. This is very frustrating. Other topics are not helping either.
August 24, 2012 at 4:38 pm #140146danbpfr
ParticipantHi,
try this in bp-custom.php
remove_filter( 'wpmu_signup_blog_notification', 'bp_core_activation_signup_blog_notification', 1, 7 );
source infos buddypress /bp-core/bp-core-filters.php
The concerned filter do this
/***
* bp_core_filter_blog_welcome_email()
*
* Replace the generated password in the welcome email.
* This will not filter when the site admin registers a user.
*
* @uses locate_template To see if custom registration files exist
* @param string $welcome_email Complete email passed through WordPress
* @param integer $blog_id ID of the blog user is joining
* @param integer $user_id ID of the user joining
* @param string $password Password of user
* @return string Filtered $welcome_email with $password replaced by [User Set]
*/August 22, 2012 at 9:18 am #139966In reply to: Activation Link not showing
brianjschweitzer
Memberhttps://buddypress.org/community/groups/welcome-pack/forum/topic/making-links-live-in-html-emails-generated-by-welcome-pack/ – Found this other post related to this topic.
So is there any possible way to get the activation link to work in the email? Is there some other code we can use to accomplish this purpose? Workaround? I tried the Unconfirmed plugin but it does not fix this issue. Perhaps there is another way (unfortunately without the Welcome Pack) to change the standard Buddypress emails and thus keeping a working activation link?
I am not much of a programmer but I do know that most everyone needs to change the automatic emails being sent out (activation, friendship request, etc.) for BuddyPress. It should be easy to change this text, add your logo, and even add html. However, I have yet to see a plugin or update which makes this possible. I would love to know if anyone has found a solution for this?
Paul is very busy so perhaps the other people interested in getting this working can help? Thanks in advance for any and all replies! – Quote: 1+1=3
August 22, 2012 at 8:42 am #139963In reply to: Activation Link not showing
brianjschweitzer
MemberBuddypress 1.6.1, WordPress 3.4.1. Moved hosting from GoDaddy to rackspace. We have Welcomepack 3.3
The activation email is still not showing the activation link. Just blank..
Has anyone been able to get this working? Is %s the best to use?
I like using this plugin because of the welcome message and this is one of the only plugins that lets you change the default BP messages going out.
August 10, 2012 at 11:43 am #139058In reply to: Where is functions for do_action ?
ebouine
MemberThanks for your reply Roger Coathup,
I’m not a developper expert, so if i have to create my own action for sending a email with a new variable in the url activation, I have to read before how the first action is made. And I can’t find itAugust 10, 2012 at 5:19 am #139023In reply to: How to change activation email text?
somosguatemala
ParticipantI tried editing the file /plugins/welcome-pack/welcome-pack.php
I edited this strip of code yet nothing happened? http://pastebin.com/nNKC7kty
Am i editing the wrong code? am i missing something? or is it something in buddypress i have to edit @djpaul ?August 10, 2012 at 2:08 am #139008In reply to: How to change activation email text?
@mercime
ParticipantIf you’re only going to change that string, see http://blog.ftwr.co.uk/archives/2010/01/02/mangling-strings-for-fun-and-profit/
August 9, 2012 at 11:09 pm #138988In reply to: How to change activation email text?
somosguatemala
Participantwell not only do i want to translate it but i want to add more text to it i just need to find the location of where that text is its really bugging me lol
August 9, 2012 at 3:15 pm #138964In reply to: How to change activation email text?
Roger Coathup
ParticipantFor translations – you need to work with language files (I assume welcome pack supports these @djpaul).
See this for further information: https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
You can also try the ‘codestlying localization’ plugin.
August 9, 2012 at 2:55 pm #138960In reply to: How to change activation email text?
somosguatemala
Participanthmm i see but what file under welcome pack do i have to edit so the activation email is translated?
August 9, 2012 at 9:40 am #138941In reply to: How to change activation email text?
Roger Coathup
ParticipantHola,
no debes modificar los archivos del ‘BuddyPress Core’. Cuando modernizas tu version, perderás tus modificaciones .
Claro, con ‘Welcome Pack’, creo que tu modificas los emails por el plugin.
July 31, 2012 at 3:45 am #138195In reply to: problem Groups with groups and email Verification
walz12
MemberActivation emails are not sending from my site either. What is the best way to fix this problem? I have been reading many posts about this problem but none of the advice has worked for me.
July 28, 2012 at 2:53 pm #138097In reply to: activation email goes to user’s spam folder
modemlooper
ModeratorRead this: http://feedproxy.google.com/~r/Wpmu-Wordpress-Mu-PluginsThemesAndNews/~3/pgTwacuDc6A
Changing your outgoing email address might fix
July 28, 2012 at 1:53 pm #138092In reply to: Enterprise Nation: a 64,000 member BuddyPress site
Eric Langley
ParticipantGreat to read about your success with BuddyPress and Enterprise Nation.
Customizing registration appears to be a must when creating a high load community. There is a lot of heavy lifting that needs to be done during signup which requires a custom process.
Interesting that you do not use and activation email.
The site appears to be locked down from a BuddyPress standpoint. No Activity Stream?
@neononcon you might want to check out WangGuard (free in WordPress plugins) for help in limiting spam registration.
~eric
July 27, 2012 at 1:55 am #138021In reply to: activation email goes to user’s spam folder
raminjan
ParticipantHey Modem Looper bud the plugin you wrote custom profile fields is there anyway to prevent some not all profile fields to show up on registration page? and also about the age drop down so is there really cure for that year problem with wp? because it goes up to 2037.
July 27, 2012 at 12:25 am #138019In reply to: activation email goes to user’s spam folder
modemlooper
ModeratorIt’s a requirement of law that email gets run thru filters and may get sent to spam. Might be the email header ain’t right.
July 19, 2012 at 9:10 am #137583PE Scholar
Member@djpaul – Just the standard, out-of-the-box BuddyPress registration process for now. Couple of additional fields, all added as standard (via BP profile settings).
We are looking into using Gravity Forms for user registration in the future, mainly so that we can hook Twitter (& other social url’s) into extended & custom profile field, and also to make the registration process self-contained (not requiring email activation), but right now, we’re just using out-of-the-box functionality/forms.
FYI – We’re also using the Mingle theme by Parallelus but having raised this issue over on their support forums, I was informed that it’s highly unlikely to be a theme-related issue, which is fair enough really.
July 5, 2012 at 6:29 pm #136846In reply to: User still can’t register – lower case issue
isabeauesby
MemberI may have to do that. I instructed her to retry registering. This time with a different user name. She succeeded in registering but now this is what is happening to her. This is what she sent me…
“Well, I just tried registering with the user name firefox and it acted like it was going to let me in. I went to email and clicked on the activation link, and the registration came back with a red “invalid registration key.” Also, when my name was listed on your site, (all compliantly in lower case letters, of course) there was a red “delete” after my name. I haven’t checked to see if your site has made good on its implied threat. Dina”
If that strikes any red flags of knowledge, please let me know. Otherwise I may need to contact a developer.
Thank you for attending to this. Your help is appreciated and now I understand what they mean by theme change.
BeauJune 14, 2012 at 10:21 pm #135790aces
Participantsee https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
section: BuddyPress isn’t sending out emails (eg. activation emails, email notifications)
June 13, 2012 at 12:50 pm #135730In reply to: Activation email not send
michael_Barca
MemberHello,
I have disable it but not work.
But if you disable it then i dont see that options for emails, to make your own email etc..
Email not coming…June 12, 2012 at 10:47 pm #135721In reply to: Activation email not send
Paul Wong-Gibbs
KeymasterDisable Welcome Pack. Do emails send?
June 10, 2012 at 11:56 pm #135646In reply to: Invalid Activation Key Randomness
bollocks187
MemberSecond Problem
How to turn off password required in registration page of BP/WP the reason is I have another plugin that admin grants access:New user Approval.
Once approved this plugin sends out in an email a NEW password.
User gets frustrated as they have already entered a password at registration they arethen “forced” to use another password once they have been approved for access.
Net is how do I turn off password required at registration!
June 10, 2012 at 11:50 pm #135645In reply to: Invalid Activation Key Randomness
bollocks187
MemberI have consistently found the activation process to be a problem.
There should be a “plugin” that allows Admin to work around the problem.
In my case I have the following two problems cases:1) User Registration – the BP requires a password
2) Email sent to user for activation – user forgets to respond or loses email.
3) User tries to log on and gets they need to activate account
4) User has lost the bloody email
5) No clear method to resend another activation key
6) users tries to register again and wants to keep the same user name
7) gets rejected because the”username” is already in useJune 7, 2012 at 12:00 pm #135544Steve
ParticipantIt seems this is being caused by the WP Email Login login plugin. @r-a-y is an author so hopefully he sees this.
I’ve made a post in its forum here: https://wordpress.org/support/topic/plugin-wp-email-login-this-plugin-allows-non-activated-users-to-login?replies=1
June 7, 2012 at 6:12 am #135538@mercime
ParticipantNo. It’s not normal behavior. Check if you have a plugin which auto-activates user accounts.
-
AuthorSearch Results