Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 1,026 through 1,050 (of 1,427 total)
  • Author
    Search Results
  • #105503
    Sofian J. Anom
    Participant
    #105315
    TimCarey
    Participant

    Do 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.

    #105033
    modemlooper
    Moderator

    has_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’ => 15

    bp_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’=> true

    bp_displayed_user_avatar( $args = ” )
    bp_get_displayed_user_avatar( $args = ” )
    ‘type’=> ‘thumb’,
    ‘width’=> false,
    ‘height’=> false,
    ‘html’=> true

    bp_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 )

    #104771
    TimCarey
    Participant

    Every 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.

    #104427

    I need this solution too. activation email is not going to users.

    #104027
    Boone Gorges
    Keymaster

    OK, 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 account

    Is 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)

    Or, 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 registrations

    I 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

    #103727
    Paul Wong-Gibbs
    Keymaster

    It’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.

    Virtuali
    Participant

    No, 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.

    ethanvandal
    Member

    I 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 Vandal

    Virtuali
    Participant

    Buddypress, 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.

    #103377
    techguy
    Participant

    Did you try the mail-from plugin or all the other solutions to the activation email not sent threads in the forum?

    Nahum
    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.

    Andrea Rennick
    Participant

    Check 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.

    rlparker81
    Member

    I 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

    thealchemist
    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.

    sevenos
    Member

    I think I’ve found an alternative to that plugin..

    http://www.crashutah.com/blog/juanchito/2010/05/12/buddypress-disable-email-activation-my-first-buddypress-plugin/

    And I just tried this.. works great!

    Still, If anyone can help me with the system mail block please help :/

    #102245
    Alex Azimov
    Participant

    hi 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.

    #101847
    Virtuali
    Participant

    I 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)

    #101672
    Chris_McD
    Member

    Try 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.

    #101665
    JBo796
    Member

    I 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?

    #101606
    Andrea Rennick
    Participant

    Emails 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.

    #101593
    luvs
    Member

    WHAT THE HECK? I get every email from wordpress and buddypress except the ac. email.

    IT WAS WORKING like Yesterday! I upgraded to wordpress 3.0.4 and UHHHH!

    #101591
    Virtuali
    Participant

    It’s so funky, my emails totally fluctuate. I just installed 3.04, and activation emails are not being sent out. I will have to go into troubleshooting mode tomorrow….

    I wish wordpress would really fix this, I am getting %&$% tired of email problems.

    The emails at one time would appear right smack away, but I recall the emails taking a massive amount of time to appear, so I would recommend a notice on the register page about this.

    #101483
    Manish
    Member

    read few other threads on the same problem …. looks like its the case with bluehost. So I changed the host and everything is fine now. Thnks for the help.

Viewing 25 results - 1,026 through 1,050 (of 1,427 total)
Skip to toolbar