Search Results for 'activation email'
-
AuthorSearch Results
-
June 1, 2010 at 6:58 pm #80318
davidmiller72
Memberyes, receiving email from WP (comment notification).
June 1, 2010 at 5:29 pm #80308Paul Wong-Gibbs
KeymasterDisable BuddyPress. Do you get any emails from WordPress on itself? e.g. user registration, comment notification, etc.
June 1, 2010 at 4:54 pm #80303davidmiller72
Memberi just deleted the plugin. then reinstalled. tested with a different email account.
is it possible that there’s something wrong with my server that’s preventing these emails from being sent?
May 29, 2010 at 12:10 am #80034In reply to: I would like to disable Email activation
techguy
ParticipantIf you put it in functions.php you’ll probably need to do something like this:
function auto_login_bp() {
//Automatically log the user in
$user_info = get_userdata($user_id);
wp_set_auth_cookie($user_id);
do_action(‘wp_signon’, $user_info->user_login);
}add_filter( ‘wpmu_signup_user_notification’, ‘auto_login_bp’ );
Although, even then it might not know the $user_id variable. So, you might have to add the code in my original post to the bp-auto-activate-user-and-blog plugin on line 170 or so. Although, that will cause the issues I mentioned above I think.
May 28, 2010 at 11:48 pm #80031In reply to: I would like to disable Email activation
mazen
Member@crashutah thanks a lot man for your responses and information. I’ve noticed that there is some differences indeed between single and MU handling the whole registration, activation, and log in processes.
I tried this piece of code (in my functions.php after the disabling activation and email bits) however it game me some weird behavior and my backend became non functional. I probably missed something (used the code as is while I needed to modify) or maybe one of my other plugins is causing misbehavior? I have auto redirect to profile on login plugin, and branded login plugin activated.
Cheers.
May 28, 2010 at 11:00 pm #80027In reply to: I would like to disable Email activation
techguy
Participant@mazen I just figured out the code to make it work on WP. I’ll add it to my plugin above soon. Here’s the code:
//Automatically log the user in
$user_info = get_userdata($user_id);
wp_set_auth_cookie($user_id);
do_action(‘wp_signon’, $user_info->user_login);I tried it a little with WPMU. It kind of works, but there’s some sequencing that needs to happen better. Cause it logs me in, but not before the login box appears in the sidebar. So, it looks like you’re not logged in, but you are. Which is weird, because it’s not happening to me on WP. Although, it’s likely cause on WP I’m hooking to bp_core_signup_user and in WPMU it hooks to wpmu_signup_user_notification.
Who’s for a unified signup process (WPMU and WP) now that they’re one?
May 27, 2010 at 3:19 pm #79900In reply to: I would like to disable Email activation
techguy
Participant@mazen I’m planning to look at this as well. Just haven’t had time yet. My plan was to look at how this plugin does it: https://wordpress.org/extend/plugins/wp-fb-autoconnect/ Hopefully that can be used to do the automatic login. I know there’s a paid plugin that does it so it’s possible.
May 26, 2010 at 7:30 pm #79816In reply to: I would like to disable Email activation
mazen
Memberhey guys, this is all awesome, btw the code to disable activation email from being sent is not working, however I edited that into a welcome email instead and removed the link. My qustion is, how can we automatically sign in registered users?

They are activated already so it is pointless to ask them to log in, really.
Any ideas?
Cheers.
May 25, 2010 at 1:02 pm #79587In reply to: Email Activation not being sent in upgraded BP 1.2.2
Hollosch
ParticipantProblem was a NOT-installed Mailserver on a v-server
May 17, 2010 at 5:18 pm #78541In reply to: Activation Email not working
techguy
ParticipantMay 17, 2010 at 4:43 pm #78533In reply to: Activation Email not working
Psyber
ParticipantI have had this issue as well and I am running WP MU 2.9.2 w/ BP 1.2.3. This also occurred in previous releases of BuddyPress.
May 17, 2010 at 4:39 pm #78532In reply to: Activation Email not working
Billy
ParticipantHi, I’ve just created my first installation of buddypress and I’m having the same issue. Activation email hasn’t been received for 3 accounts I’ve set up with 3 different email addresses.
any ideas? thanks!
Billy
May 17, 2010 at 4:34 pm #78529In reply to: BP mark as spammers acts wierd in 1.2.2.1
suzette1970
ParticipantIs there anyway to disable activation emails so that people do not have to click to activate their membership? We are using the s2member plugin and 95% of our paid users miss the email or it gets filed in bulk email.
May 16, 2010 at 5:29 pm #78383In reply to: BuddyPress as a school network
Frank & Stein
ParticipantHello Boone.
Thank you for your kind help. I’m new to BP and i am still trying to understand in depth how it works. About your suggestions there are a few things that do not work exactly as you said (at least for me).
1. Admin has to approve all new sign-ups and make the new Member part of 1 (and only one) Group. Only after this action by the Admin, an activation email is sent to the new Member. As an alternative to this process, a new Member could only sign-up after the Admin sends him an invite to a particular Group.
I need the Admin to review the sign-up request, add the new member to a particular group and then send a confirmation to the new member. With the suggestion you made (wp-invites + bp-group-management) all works well, but the member gains access to the website as soon as he signs-up. When he logs in for the first time he is still not part of a group, because most probably the Admin didn’t have time to do this. For me it’s not important if the system is set in a way that it has to be the Admin to invite new members or if is up for the new members to ask to join. As long as the new member gains access exclusively after he has been added to a group by the Admin.2. If the Groups are set to private they still appear in the group directory. I changed them to hidden and now they can only be seen by it’s members, which is perfect for my needs. But since that now i’m left with one empty tab in the groups directory (all groups), is there a way of making it disappear by editing some file? If so, which one and where?
3. Members can only see the list of the other Members of his Group
For now, even with all groups set to hidden, the members can have access to a list of all members. Is there a way to make them have access to a list of only the members of his group?4. How can i prevent members to exit the group or groups they are part of? Maybe by editing some file?
Again, i appreciate all the help that you can provide.
Thank you.May 16, 2010 at 7:09 am #78345In reply to: Email notification not working
dyryk
ParticipantHey All
I am so glad I found this thread
I have 2 seperate hosting accounts both with Bluehost I have pretty much the same WP and BP setup in subdomains on both accounts. 1 setup was working fine and the other would not send tha activation code so I am thinking that maybe this is a problem on SOME but not all bluehost accounts.anyhow … Thanks Ruthlessbookie for the find!
May 14, 2010 at 8:23 am #78120In reply to: What do your spam signups look like?
Nick Watson
Participant@stwc and everyone else.
I’ve been experiencing problems with spammers constantly, I would get about 11 a day, (at the minimum). I’ve tried several things, reCaptcha, email activation, email domain blocking, etc etc and nothing seemed to help with the bot spammers.
All they were doing was creating users with a few profile fields filled out, so there was no big issue, it was just annoying seeing so many fake users on the site.
So all I did out of the suggestions here was enter the code provided for the .htaccess file :
# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .yourbpsignupslug*
RewriteCond %{HTTP_REFERER} !.*yourhomedomain.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://die-spammers.com/ [R=301,L]
# END ANTISPAMBLOG REGISTRATIONAnd it seemed to have worked. For the signup slug, I used wp-signup.php. And so far, for about a day and a half now I’ve only found 1 bot spammer. Drastically reduced, but not quite fixed.
But we’ll see. I’ll post back if there is any change, or after a few days of no spammers.
May 13, 2010 at 6:29 am #77936In reply to: I would like to disable Email activation
techguy
Participant@Hollosch I turned Andy’s code and my little addition to disable the email at activation into a plugin. I’ve posted it to my blog for now: http://www.crashutah.com/blog/juanchito/2010/05/12/buddypress-disable-email-activation-my-first-buddypress-plugin/ I’m still waiting for the SVN access to be able to add it to the WP plugin repository.
Also, right now the plugin only works for standard WP. I’m still working on disabling the activation email for WPMU, but have to figure out why it’s sending the email still.
May 13, 2010 at 12:05 am #77900In reply to: I would like to disable Email activation
techguy
ParticipantThanks to Sarah Gooding, I found this plugin which mostly works with WPMU 2.9.2 and BP 1.2.3: http://www.thinkinginwordpress.com/2009/10/autoactivate-users-and-blogs-at-buddypress-signup/ Only problem is that it still sends the activation email despite the email already being active.
My hope is to incorporate the code from Andy so that it will work with both WPMU and WP and then make it so neither one sends the activation email.
If anyone has ideas why it’s sending the activation email in WPMU, I’d appreciate any help. Seems like it might be a priority issue, but I haven’t yet figured that out.
May 10, 2010 at 11:06 pm #77580In reply to: How do you know who has confirmed ?
techguy
ParticipantIn the database (preferably with something like PHPMyAdmin) you can look at the table wp_signups under the column “active.” That’s WPMU. In WP you can look at the wp_users table. If I remember right, it just changes user_status.
I don’t know of a plugin that’s pulled this information. @boonebgorges has talked about a plugin that would do close to this including resending the activation email and clearing out ones that didn’t activate, but otherwise I don’t know a plugin that will do this.
May 7, 2010 at 7:50 pm #77105In reply to: I would like to disable Email activation
techguy
ParticipantM,
Yes, I thought of that. I installed the beta copy of WP 3.0 today and found that the users are still stored in the same places for a WP/BP install or a WPMU/BP install as they are separate. So, unless they’ve changed the core user signup calls, then we should be good, but I’ll be sure to test it.It’s just too bad that there’s not some BP functions that I could just call like bp_core_creat_user(some variables) and bp_core_activate_user(some variables) so we didn’t have to dig in to figure out the functions that BP is already calling at registration. Maybe there is and I just don’t know it?
May 7, 2010 at 4:48 pm #77088In reply to: I would like to disable Email activation
Mark
Participant@techguy – you might want to get a beta copy of WP 3.0 and work with that instead on this tweak – reason being that WPMU code is merging with WP code starting with WP 3.0
May 7, 2010 at 4:15 pm #77086In reply to: I would like to disable Email activation
techguy
ParticipantI’ve started looking into bypassing the activation email. It seems like the code @ wrote above only works for regular WP installs and not WPMU. WPMU uses the wp_signups table and then when they’re activated they’re moved to wp_users. I’m going to see if I can’t figure out the WPMU code to do this. I’d love to hear if people know more about this. Otherwise, I’ll ask in the WPMU forums.
Also, it seems like you could just use this function to disable the activation email from happening (once again that doesn’t work in WPMU though):
function disable_activation_email() {
return false;
}
add_filter( ‘bp_core_signup_send_activation_key’, ‘disable_activation_email’ );May 7, 2010 at 3:13 pm #77081In reply to: Email Activation not being sent in upgraded BP 1.2.2
techguy
ParticipantYou might also look at the solutions listed: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/email-notification-not-working/?topic_page=2&num=15
May 7, 2010 at 12:41 pm #77069In reply to: Email Activation not being sent in upgraded BP 1.2.2
Paul Wong-Gibbs
Keymaster@hollosch, @bondjamesbond007, @bradedwards — Please give us some information about your install, https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/
May 7, 2010 at 7:29 am #77044In reply to: Email Activation not being sent in upgraded BP 1.2.2
Brad Edwards
ParticipantI’m having the same thing happen… just tried twice. Used gmail addresses… emails never arrived to either account (yes, I checked SPAM).
Frustrating, don’t think I can launch until this is fixed now.
-
AuthorSearch Results