Search Results for 'activation email'
-
AuthorSearch Results
-
April 30, 2010 at 12:25 pm #76136krisklParticipant
that’s the thing, I don’t want to loose them..
what if the activation email was in their junk folder or never reached them..
April 30, 2010 at 6:21 am #76113In reply to: user activation problem
Paul Wong-GibbsKeymasterDo non-BuddyPress specific emails get sent OK from your WordPress install? i.e. disable BuddyPress and get WordPress to send you a password reset email, or something.
April 29, 2010 at 9:30 pm #76070In reply to: New User Activation Email Issue
Paul Wong-GibbsKeymasterWhite page usually means a PHP error. What’s in your web server error log?
April 26, 2010 at 1:40 am #75211Ruth MaudeParticipantthe hack adds “the new users’ e-mail address to the e-mail with the activation link. This way you’ll know which activation link belongs to which user.” This is really needed!
Is there another line to add to functions.php that will add the email address?
Actually what we need is a plugin that creates a pending membership panel in the admin so you can go in and active or mark as spam… just like comments!
April 25, 2010 at 8:28 pm #75181In reply to: Spammer Error
gaysurfersParticipantI have the same problem. 50% of my users are marked as spammers
I think they don’t get the activation email, or it gets thrown in their SPAM folders..
It would be nice to have a functionality in WP to send them another email with activation link..April 25, 2010 at 7:50 pm #75178Ruth MaudeParticipantTHANK YOU! THANK YOU! THANK YOU!
So all I had to do was add the following two code snippets to my /wp-content/plugins/buddypress/bp-themes/bp-default/functions.php file and both these issues are fixed! Next step will be upgrading to php5.
/*redirect activation email to admin for approval*/
function my_redirect_activation_email()
{
return get_site_option( “admin_email” );
}
add_filter(‘bp_core_activation_signup_user_notification_to’, ‘my_redirect_activation_email’);/*disable blog signup for non logged in member*/
add_filter(“wpmu_active_signup”,”bpdev_check_current_users_blog”);
function bpdev_check_current_users_blog($active_signup){
global $current_user;
if( !is_user_logged_in() )
return “none”;
else
return $active_signup;//if the user is logged in, do not change the site policies
}April 25, 2010 at 7:01 pm #75169r-a-yKeymaster
function my_redirect_activation_email()
{
return get_site_option( "admin_email" );
}
add_filter('bp_core_activation_signup_user_notification_to', 'my_redirect_activation_email');
Add this to wp-content/plugins/bp-custom.php or your theme’s functions.php file.
April 22, 2010 at 8:21 pm #74768In reply to: How to disable Email activation
freidoParticipantApril 22, 2010 at 7:12 pm #74757In reply to: change e-mail text ?
r-a-yKeymasterAhh okay, Erich! Thanks for the extra details.
It could be an issue with the email address that the activation email is sending from.
By default, the activation email tries to use the admin email option in WPMU.
If that isn’t set, it uses something like:
Which could be causing the activation email to go to the spam folder.
Try using the following plugin to set the email address:
April 21, 2010 at 4:37 am #74544In reply to: bp 1.2.2.1 new users unable to login
kevinlucierParticipantI am having the same problem, no activation email.
Using BP 1.2.3 and WP MU 2.9.2
HELP!!!
April 19, 2010 at 2:57 pm #74210In reply to: I would like to disable Email activation
ousepParticipantJust to clarify, I’m not in favour of disabling email activation, either. The spam you’d be getting would kill your site.
However, the site I was doing this for does not allow users to post status updates in the conventional form. The site is an anonymous image sharing site. Users need to be registered to submit an image, but they needn’t be registered as themselves. Every user has the option of using [username]@domain.ext as their email address if they choose to stay anonymous.
Status updates are replaced by img tags to the uploaded image. Yes, they could spam in activity comments, but I guess that’s a risk that had to be taken. Until someone figures out how to use akismet on those comments too…
April 19, 2010 at 1:29 pm #74190In reply to: I would like to disable Email activation
Shanni EinerParticipantIn all honestly, I wouldn’t recommend disabling email verification. In fact – you actually should not only use that, but use it with Gravatar to double verify members. My BP communities are brand new, in dev stages right now. I’ve already been subjected to spammers which is why I support use of Gravatars – because not only will your users be verified in your community, but globally and this is a big step in spam prevention.
If you want to customize the registration page, many of them can be through your theme framework. However, too much code will slice your page & overall framework right down the middle and break your site.
April 19, 2010 at 5:23 am #74132In reply to: I would like to disable Email activation
Sarah GoodingMemberDoes this also work with the BP Compatibility plugin or would there be an extra step? I have no problems getting this hack to work with single user WP + BP. However, when I try it with WPMU, it doesn’t work. I thought perhaps it was due to the fact that I’m using the Compatibility plugin in conjunction, but even when that is deactivated the hack isn’t working. Thoughts?
April 18, 2010 at 9:24 pm #74094rich! @ etivitiParticipantsometimes it depends on your host too. emails from my default bp install on dreamhost tend to make the junk/spam folder (yahoo, gmail, etc)
April 18, 2010 at 9:16 pm #74092liveviewMemberI have the same issue. Tried installing plugins, changing email to a “legit” one rather than the standard noreply@xxxx.xxx, tried sending through SMTP rather than mail()
Nothing works.
Most likely Hotmails spam filter reacts to the activation link, that would be my guess at least.
April 18, 2010 at 8:46 pm #74090In reply to: User Registration Problems
UengIParticipantI have a lot of problems with BuddyPress user registration in general. It seems:
– no emails are sent to the user for activation
– there is no “forgot password” feature
– there is no ability to (re)send the user an activation link, either from the user or the admin’s area.
On the emails, when I create a new user or blog via the admin area, I get a notification email, so it’s not a setup issue with the mailserver. The server is my localdomain/localhost dev box anyway. No webhost involved.
Ugh this may seem a small part of BP % wise but it seems without these features it’s really not usable. What is the deal? Can this fundamental stuff really be missing/so buggy?? It’s hard to believe.
April 17, 2010 at 12:45 pm #73911ToreParticipantExtremely interesting but I’m a bit hesitant to do modding that needs to be at core. I’m hoping that Andy_P will see this! This have to get to core if it work! I’ll check the trac.
I’ve tried to sign up for your test website but I’m not getting any activation email.
April 16, 2010 at 2:19 pm #73799In reply to: Email Activation not being sent in upgraded BP 1.2.2
21cdbParticipantI had the same problem a few seconds ago. A newly registered member didn’t recieved the activation email but was listed in WordPress>Backend>Users
I asked the user to check spam inbox twice but there was stil no activation mail
It would be great if admins could manually acivate such users or resent the activation email.
April 16, 2010 at 7:07 am #73769In reply to: E-mail domains blacklist doesn't work
Nick WatsonParticipantApril 15, 2010 at 9:23 am #73619ssanimeMemberI have the same problem. users can register but they don’t receive a activation email and cannot login.
April 12, 2010 at 5:47 pm #73032Hugo AshmoreParticipantThere was a thread which touched on the subject of plugin activation, I hadn’t really clearly understood the difference between ‘Site Wide’ and basic activation, or why sometimes activating a plugin using the plain link on left side actually activated the plugin sitewide placing the plugin into the list at the top of the page reserved for sitewided plugins that users cannot deactivate .
There is a configuration option in the plugin primary file hat should ensure that the plugin is activated sitewide regardless, it doesn’t always work and must be only half the issue, but I raised that on the other thread.
My approach to BP plugins is NOT to upgarde them automatically but manually deactivate, remove old folder to safe area outside doc root; upload new plugin reactivate using sitewide link, even though most BP plugins should or even ought to activate sitewide; there’s no reason for any general member to have access to BP or any of it’s plugins, and I don’t want to chance to having people access and deactivate a BP plugin
April 12, 2010 at 5:47 pm #73132Hugo AshmoreParticipantThere was a thread which touched on the subject of plugin activation, I hadn’t really clearly understood the difference between ‘Site Wide’ and basic activation, or why sometimes activating a plugin using the plain link on left side actually activated the plugin sitewide placing the plugin into the list at the top of the page reserved for sitewided plugins that users cannot deactivate .
There is a configuration option in the plugin primary file hat should ensure that the plugin is activated sitewide regardless, it doesn’t always work and must be only half the issue, but I raised that on the other thread.
My approach to BP plugins is NOT to upgarde them automatically but manually deactivate, remove old folder to safe area outside doc root; upload new plugin reactivate using sitewide link, even though most BP plugins should or even ought to activate sitewide; there’s no reason for any general member to have access to BP or any of it’s plugins, and I don’t want to chance to having people access and deactivate a BP plugin
April 9, 2010 at 12:03 pm #72520In reply to: Plugin Hall of Shame! :) Plugin Devs Please Read
danbpfrParticipantI found this mail sended in 2007 on wp-hackers, while searching for error message stuff at plugin activation
It seems to be be already the same situation in 2010… so devs, you know…
wp-hackers] Plugins : return proper error on activation faliure
Omry Yadan omry at yadan.net
Fri May 18 07:35:15 GMT 2007
* Previous message: [wp-hackers] List digest with unprotected emails
* Next message: [wp-hackers] Re: WordPress 3
* Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Some complex plugins may fail during activation (creating database
tables or what not).
currently there is no way for plugins to return an error signal + error
message in such cases: only thing they can do is to print the error.
this is problematic as the error does not fit well into the wordpress
admin page, and can also cause problems if for some reason the someone
tries to set an http header after the plugin was activated.
I suggest that we allow plugin to return error message back to wordpress
on activation.
April 5, 2010 at 2:09 am #71754In reply to: I would like to disable Email activation
treelovinhippieMemberCould someone please kindly turn this into a plugin?
April 4, 2010 at 11:15 am #71680GianfrancoParticipant@Matt Thanks, I appreciate the suggestions.
About the clearing of the fields it’s somethng I planned to do, but didn’t think about the registration login form after the activation of an account.
Otherwise, I’m glad you’re a Cure fan! It’s cool you registered to the site.
-
AuthorSearch Results