Search Results for 'activation email'
-
AuthorSearch Results
-
February 28, 2011 at 9:55 am #106495
xavieremerson
Memberhi,
I have the same situation that activation emails are not sending in my installation as well. Did you solved that problem? If you could help me please…
how to solve it?In my system forgot password mails are working….
I don’t know whats the problem in activation mail…
Please help me…Thanks in advance
February 24, 2011 at 11:29 am #106132In reply to: Am I Breaking Something? Is There An Easier Way?
Luca Foss
MemberWell…
I figured that I can have a register page with the register fields that is independent of login status. The purpose of the register page is to “save data to the database”.
Ever since I began this forum post, I solved some things. I created my join page (I’d have to really break it down how I did it). When a new user registers, his/her information gets saved to the database. Then the screen reloads saying that an “email was sent and to activate the account, click the email”.
The email was sent to the make-believe user I created. When I clicked the email, it redirected me to the activation page where it encouraged me to login. HERE AT THIS POINT (step 1), I figured that I can run some conditional, where if someone else is logged in, the new user logging into his/her account would log the active user out. (step 2) At this point, once the new user logs and the active user is logged out, the avatar load process and the rest of the completion of the new account can take place.
As long as all of the needed info is supplied to the db for a new user, it looks to me like this is the most important thing in establishing a new user. I shouldn’t be breaking anything (correct me if I’m wrong here).
So..it sounds possible to me…
February 22, 2011 at 2:47 pm #105968In reply to: Email activation problems (dont arrive)
KoomaR
Memberor how can i disable users activations? I mean instant activation.
February 16, 2011 at 2:03 am #105503Sofian J. Anom
ParticipantI’m using this plugin: https://buddypress.org/community/groups/bp-disable-activation/. It’s free!
February 13, 2011 at 7:41 pm #105315In reply to: Making Buddypress a Social Network for non-bloggers?
TimCarey
ParticipantDo I need to have the network and super admin with buddy press. I didn’t because I don’t want individual blogs. Is there another way to deactivate blogs? And above the mention something called thesis. What is that? I have a test site and everything seems to be working great. And but it is network activated. My production site has everything installed correctly except the network is not activated. But this production site doesn’t send a activation emails. If I had network activated, how do I deactivate blogs? I also wonder about having group pages. Something that can explain the group in the march larger page. And then have all the other group pages be subordinate.
February 9, 2011 at 7:03 pm #105033In reply to: Where are the functions
modemlooper
Moderatorhas_members()
next_member()
rewind_members()
members()
the_member()
bp_rewind_members()
bp_has_members( $args = ” )
‘type’ => $type,
‘page’ => $page,
‘per_page’ => 20,
‘max’ => false,
‘include’ => false, // Pass a user_id or comma separated list of user_ids to only show these users
‘user_id’ => $user_id, // Pass a user_id to only show friends of this user
‘search_terms’ => $search_terms, // Pass search_terms to filter users by their profile data
‘populate_extras’ => true // Fetch usermeta? Friend count, last active etc.bp_the_member()
bp_members()
//Misc
bp_members_pagination_count()
bp_members_pagination_links()
bp_member_user_id()
bp_get_member_user_id()
bp_member_user_nicename()
bp_get_member_user_nicename()
bp_member_user_login()
bp_get_member_user_login()
bp_member_user_email()
bp_get_member_user_email()
bp_member_is_loggedin_user()
bp_member_avatar( $args = ” )
bp_get_member_avatar( $args = ” )
‘type’ => ‘thumb’,
‘width’ => false,
‘height’ => false,
‘class’ => ‘avatar’,
‘id’ => false,
‘alt’ => __( ‘Member avatar’, ‘buddypress’ )bp_member_permalink()
bp_member_link()
bp_get_member_link()
bp_member_name()
bp_get_member_name()
bp_member_last_active()
bp_get_member_last_active()
bp_member_latest_update( $args = ” )
bp_get_member_latest_update( $args = ” ) {
‘length’ => 15bp_member_profile_data( $args = ” )
‘field’ => false, // Field name
bp_member_registered()
bp_get_member_registered()
bp_member_add_friend_button()
bp_add_friend_button( $members_template->member->id, $friend_status )
bp_member_total_friend_count()
bp_get_member_total_friend_count()
bp_member_random_profile_data()
bp_member_hidden_fields()
bp_directory_members_search_form()
bp_total_site_member_count()
bp_get_total_site_member_count()
//Check bp-core-templatetags.php for comments about nav tags
bp_get_loggedin_user_nav()
bp_get_displayed_user_nav()
bp_get_options_nav()
bp_get_options_title()
//Avatar Tags
bp_has_options_avatar()
bp_get_options_avatar()
bp_comment_author_avatar()
bp_post_author_avatar()
bp_loggedin_user_avatar( $args = ” )
bp_get_loggedin_user_avatar( $args = ” ) {
‘type’=> ‘thumb’,
‘width’=> false,
‘height’=> false,
‘html’=> truebp_displayed_user_avatar( $args = ” )
bp_get_displayed_user_avatar( $args = ” )
‘type’=> ‘thumb’,
‘width’=> false,
‘height’=> false,
‘html’=> truebp_avatar_admin_step()
bp_get_avatar_admin_step()
bp_avatar_to_crop()
bp_get_avatar_to_crop()
bp_avatar_to_crop_src()
bp_get_avatar_to_crop_src()
bp_avatar_cropper()
//Other
bp_site_name()
bp_core_get_wp_profile()
bp_get_profile_header()
bp_exists( $component_name )
bp_format_time( $time, $just_date = false )
bp_word_or_name( $youtext, $nametext, $capitalize = true, $echo = true )
bp_your_or_their( $capitalize = true, $echo = true )
bp_get_plugin_sidebar()
bp_page_title()
bp_get_page_title()
bp_styles()
bp_has_custom_signup_page()
bp_signup_page()
bp_get_signup_page()
bp_has_custom_activation_page()
bp_activation_page()
bp_get_activation_page()
bp_search_form_enabled()
bp_search_form_action()
bp_search_form_type_select()
bp_search_form()
bp_log_out_link()
bp_custom_profile_boxes()
bp_custom_profile_sidebar_boxes()
bp_create_excerpt( $text, $excerpt_length = 55, $filter_shortcodes = true )
bp_is_serialized( $data )
bp_total_member_count()
bp_get_total_member_count()
bp_signup_username_value()
bp_get_signup_username_value()
bp_signup_email_value()
bp_get_signup_email_value()
bp_signup_with_blog_value()
bp_get_signup_with_blog_value()
bp_signup_blog_url_value()
bp_get_signup_blog_url_value()
bp_signup_blog_title_value()
bp_get_signup_blog_title_value()
bp_signup_blog_privacy_value()
bp_get_signup_blog_privacy_value()
bp_signup_avatar_dir_value()
bp_get_signup_avatar_dir_value()
bp_current_signup_step()
bp_get_current_signup_step()
bp_signup_avatar( $args = ” )
bp_get_signup_avatar( $args = ” ) {
‘size’ => BP_AVATAR_FULL_WIDTH,
‘class’ => ‘avatar’,
‘alt’ => __( ‘Your Avatar’, ‘buddypress’ )
bp_signup_allowed()
bp_get_signup_allowed()
bp_blog_signup_allowed()
bp_get_blog_signup_allowed()
bp_account_was_activated()
bp_registration_needs_activation()
bp_mentioned_user_display_name( $user_id_or_username )
bp_get_mentioned_user_display_name( $user_id_or_username )
bp_get_option( $option_name )
bp_ajax_querystring( $object = false )
bp_last_activity( $user_id = false, $echo = true )
bp_user_has_access()
bp_user_firstname()
bp_get_user_firstname()
bp_loggedin_user_link()
bp_get_loggedin_user_link()
bp_loggedinuser_link()
bp_displayed_user_link()
bp_get_displayed_user_link()
bp_user_link()
bp_displayed_user_id()
bp_current_user_id()
bp_loggedin_user_id()
bp_displayed_user_domain()
bp_loggedin_user_domain()
bp_displayed_user_fullname()
bp_get_displayed_user_fullname()
bp_user_fullname() { echo bp_get_displayed_user_fullname()
bp_loggedin_user_fullname()
bp_get_loggedin_user_fullname()
bp_displayed_user_username()
bp_get_displayed_user_username()
bp_loggedin_user_username()
bp_get_loggedin_user_username()
bp_current_component()
bp_current_action()
bp_current_item()
bp_action_variables()
bp_root_domain()
bp_get_root_domain()
//Conditionals
bp_is_blog_page()
bp_is_my_profile()
bp_is_home()
bp_is_front_page()
bp_is_activity_front_page()
bp_is_directory()
bp_is_page($page)
bp_is_active( $component )
bp_is_profile_component()
bp_is_activity_component()
bp_is_blogs_component()
bp_is_messages_component()
bp_is_friends_component()
bp_is_groups_component()
bp_is_settings_component()
bp_is_member()
bp_is_user_activity()
bp_is_user_friends_activity()
bp_is_activity_permalink()
bp_is_user_profile()
bp_is_profile_edit()
bp_is_change_avatar()
bp_is_user_groups()
bp_is_group()
bp_is_group_home()
bp_is_group_create()
bp_is_group_admin_page()
bp_is_group_forum()
bp_is_group_activity()
bp_is_group_forum_topic()
bp_is_group_forum_topic_edit()
bp_is_group_members()
bp_is_group_invites()
bp_is_group_membership_request()
bp_is_group_leave()
bp_is_group_single()
bp_is_user_blogs()
bp_is_user_recent_posts()
bp_is_user_recent_commments()
bp_is_create_blog()
bp_is_user_friends()
bp_is_friend_requests()
bp_is_user_messages()
bp_is_messages_inbox()
bp_is_messages_sentbox()
bp_is_notices()
bp_is_messages_compose_screen()
bp_is_single_item()
bp_is_activation_page()
bp_is_register_page()
bp_the_body_class()
bp_get_the_body_class( $wp_classes, $custom_classes = false )February 6, 2011 at 7:41 pm #104771In reply to: Not getting activation email
TimCarey
ParticipantEvery time I deactivate BuddyPress plug in e-mail start getting sent again for new users and a new blog sites from multisite. When I activate and BuddyPress plug in again they don’t get sand. It must be something with buddy press plug in.
What is BuddyPress doing to emails to send them now and differently.February 2, 2011 at 6:33 am #104427In reply to: Email Activation not being sent in upgraded BP 1.2.2
shabbirhazari
MemberI need this solution too. activation email is not going to users.
January 27, 2011 at 3:02 pm #104027Boone Gorges
KeymasterOK, I get why you might want BP_ENABLE_MULTIBLOG now. My bad.
I just did a test on a local installation and registration on subsites seemed to work fine – no redirects. Maybe I’m missing something? Here’s what I did:
1) enabled BP_ENABLE_MULTIBLOG in wp-config.php
2) created a secondary blog and enabled bp-default on that blog
3) Visited the secondary blog as a non-logged-in user
4) Clicked on “create an account” just above the login box (example.com/subsite/register)
5) The registration page loaded correctly – no redirect to the main blog. I filled out the registration info and submitted
6) Got an activation email and successfully activated my accountIs it possible that this is a theme issue? Do the BP themes that you are using for the portals have the necessary registration templates? (registration/activate.php and registration/register.php)
January 25, 2011 at 10:34 pm #103850Barmy Blue Man
MemberOr, as an alternative, I want a Register page that does the following:
– Option to use Janrain Engage
– uses reCAPTCHA or an arithmetic challenge
– forces minimum password length and displays password strength/match
– Shows disclaimer text, with option to require users check box to Accept Agreement
– Shows privacy policy text, with option to require users check box to Accept Agreement
– sends customized activation email to non-Janrain registrations
– sends customized username/password email to non-Janrain registrationsI have all of this capability now, just not with BuddyPress.
If anyone knows of an existing solution for doing this with the BP login and registrations, that is fine, too.Thanks
January 24, 2011 at 7:08 am #103727In reply to: Activation Email Takes half hour to receive
Paul Wong-Gibbs
KeymasterIt’s nothing to do with BuddyPress or WordPress. It’s probably more likely due to throttling of emails sent on your godaddy account. I’d start by getting in contact with godaddy support and asking them what the situation is.
January 20, 2011 at 4:59 am #103407Virtuali
ParticipantNo, I would not recommend going to an earlier version of WP, the last few are critical security updates.
With the mail plugin, it should work. I am not saying it will pop up immediately, it might take a few minutes, but it should be there sometime.
January 20, 2011 at 4:38 am #103406ethanvandal
MemberI wonder if reverting to an older WP installation will fix the Activation Email problem… I have seen many people mention previous WP versions that they have made it work for.
I installed the BP Disable Activation plugin available here: http://crashutah.com/
Running BP 1.2.7 on WP 3.0.4! I’ll post again once I update to the new WP 3.1 and test it with my current PB installation.
I will also try your suggestion of installing Mail From.
Thanks,
The VandalJanuary 20, 2011 at 4:08 am #103402Virtuali
ParticipantBuddypress, as mentioned many, many, many times, is wired through the wordpress emails.
Buddypress has absolutely nothing to do with the emails. So don’t blame it on BP, there is nothing bp can do for the activation email really.
As through searching on forums, this issue is rising problems after problem. Bluehost seems to be big with it, so try the “Mail From” plugin.
January 19, 2011 at 9:53 pm #103377In reply to: Users can’t complete sign-up
techguy
ParticipantDid you try the mail-from plugin or all the other solutions to the activation email not sent threads in the forum?
January 19, 2011 at 6:32 pm #103360Nahum
Participant@djpaul this is true…it’s also happening when i just deactivatate and reactivate BP. I have a strong feeling its my install. specifically, since it doesn’t seem to happen on other MU installs I have. but then again, all my others are Subdirectories not subdomains like this case.
Since now i’m also losing another super-admin owned blog too during this, not just the main site.
I’m just trying to track back now and see what the wp_bp_user_blogs is for and where is it being used.
If you want you can login using the guest logins I emailed you earlier and deactivate and reactivate BP while keeeping your eye on the phpmyadmin…to see the blogs disappear…that would be ok.
January 17, 2011 at 5:12 pm #103144Andrea Rennick
ParticipantCheck your error logs.
Check the files on the server.When stuff suddenly stops working with no changes on your end, it is almost entirely something on the server side. Hosts DO run updates to the software on the server and sometimes settings get reset.
January 17, 2011 at 4:11 pm #103136rlparker81
MemberI am having the same problem but I don’t have BP Disable Activation installed. When a User signs up none of there information is being stored in the database but it still sends the activation email. When you click on the link in the email you get an error saying that activation failed.
The strange thing it this was working until the 9th of Jan, then it just stopped. Nothing has been changed on the site and I have been driving myself crazy trying to find out why it has stopped working, does anyone have any ideas of things I could try?
thanks
January 13, 2011 at 4:40 pm #102771thealchemist
Member@sevenos … Is the system not sending? or are people not receiving? I had to put a warning message in the registration form to remind folks to check their junk/spam folders because 99% of all “missing” activation emails go there.
January 13, 2011 at 2:58 pm #102759sevenos
MemberI think I’ve found an alternative to that plugin..
And I just tried this.. works great!
Still, If anyone can help me with the system mail block please help
January 8, 2011 at 10:10 am #102245In reply to: Not receiving PM notifications via email.
Alex Azimov
Participanthi Avi M,
I am having the same problem. Also with Bluehost and initially I had a problem with activation e-mails. Nothing was sent and the new user could not activate the account as there were no e-mail of notification. Then I was advised to set up an e-mail account with them and still the problem persisted. After that I had install the Configure SMTP plugin which solved the activation e-mail problem only. Still there are no e-mails/notifications being sent sitewide. Can not figure out what I should do.
Can you tell me if you installed any additional plugin for this at all? How did you set up an e-mail address from Bluehost. Before I set an e-mail address and started using the Configure SMTP plugin, the general @box…bluhost.com e-mail was used which apparently was the default address.Please share with us what you have done with bluehost.
thanks in advance.January 4, 2011 at 5:17 am #101847In reply to: PLEASE HELP!!! no group creation option in groups
Virtuali
ParticipantI tried to register on your site to see what was going on, but I didn’t receive an activation email.
Can you go an activate me in Admin panel?
(it requires a plugin, “bp pending activations)
January 2, 2011 at 12:28 pm #101672In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
Chris_McD
MemberTry installing Email Log (https://downloads.wordpress.org/plugin/email-log.zip), which records all mails sent from the WP+BP installation, this will at least let you know if the activation email has been processed from the Site (According to the site itself).
There is also another plugin (https://buddypress.org/community/groups/wp-activate-users/) which will allow you to activate users that dont seem to get the email or are just plain lazy.
January 2, 2011 at 5:19 am #101665In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
JBo796
MemberI cannot for the life of me get the activation email to send. Can anyone please help? I’ve been working on this for over 12 hours straight now and am exhausted. Please help me! I’ve checked the box next to “allow anyone to register”, saved changes and installed the latest versions of “wordpress”, “buddypress”, “buddypress template pack” and “mail from” and it still won’t work. What else do I need to do?
December 31, 2010 at 1:50 pm #101606In reply to: Not getting activation email
Andrea Rennick
ParticipantEmails are *not* a WordPress issue. They are 99.9% issues with the host or your ISP. Every. Single. Time.
The reason they get dumped into trash or blocked by your ISP is becasue they are sent thru php mailer and have different header son them. Which is entirely due to the way your box is set and (as repeatedly mentioned) the way your ISP handles them on receipt.
-
AuthorSearch Results