Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 626 through 650 (of 1,427 total)
  • Author
    Search Results
  • #171746
    totoff
    Participant

    hi,
    i am having the same problem i can’t receive the activation email.
    i tried with severals email adress but it is still the same.
    amy idea,

    Thanks,

    Christophe

    #171727

    In reply to: Email Activation

    asieger
    Participant

    Hi @mercime,

    I received activation email when i installed wp-client earlier, but i don’t know why i don’t get the activation mail for buddypress. The Website is hosted with Supremecluster in the US.

    Please, could it be from my host or probably from wrong settings?

    Thanks
    -Samuel

    #171709

    In reply to: Email Activation

    @mercime
    Participant

    Can you receive an activation mail if you deactivate BuddyPress? Where are you hosted? Have you checked out possible solutions at https://codex.buddypress.org/troubleshooting/frequently-asked-questions/ ?

    #171707

    In reply to: Email Activation

    @mercime
    Participant

    closing this topic in favor of same at https://buddypress.org/support/topic/email-activation-2/

    #171674
    Paul Wong-Gibbs
    Keymaster

    BP has a very old bug where some activation keys didn’t work correctly. I have not looked into this for some months but, if I remember correctly, the issue was very hard for a developer to re-produce to be able to try to find out what the bug was.

    Also, it’s possible that some site configurations might cause a problem. Does the activation link in the emails link to the correct site? Is the URL correct?

    #171557
    asieger
    Participant

    i’m still having some issues with the buddypress platform. I filled the registration form and i got a success message saying the activation code has been sent to my email. When i checked my mail box, i couldn’t find the activation mail from yesterday 15:00hrs GMT till now.

    Please what do i need to do to fix this issue?
    Also, what’s the landing page for already registered members?

    I’ll appreciate your response greatly.

    Regards
    -Samuel

    #171115
    Paul Wong-Gibbs
    Keymaster

    Probably it’s just in the spam folder. The activation email quite often seems to be marked as spam, unfortunately.

    Mail server configuration can be tricky and I’d suggest you also contact your web host for support, as there may be other configuration changes that you or the host could make to improve the chances of the email being received correctly.

    #171101
    bp-help
    Participant

    @yzord
    Did you check for the activation email in your spam folder?

    #170673
    Eve Oliveri
    Participant

    Thanks for the advice. I have just changed the theme to Twenty Twelve and the sign up works.

    Is there something I should be looking for particularly in the Flexform theme to nut out why it is causing issues with sign up?

    In the Twenty Twelve theme once the user receives the email they are prompted to follow a link to activate their account. Upon clicking they are taken to the Activate your Account page. This page says Invalid Activation Key. Is there something else that I am doing wrong?

    I have looked through previous threads regarding the Invalid Activation Key and have not worked out what to do with this.

    Thanks for your help.

    #170561

    In reply to: Registration Process

    Henry
    Member

    The activation email body can be filtered using bp_core_signup_send_validation_email_message

    The subject line can also be changed bp_core_signup_send_validation_email_subject

    For example: To change the subject line you would add this to functions.php

    
    function activation_email_subject_filter( $subject, $user_id ) {
    	$subject = 'Hello New User';
    	return $subject;
    }
    add_filter('bp_core_signup_send_validation_email_subject', 'activation_email_subject_filter', 10, 2 );
    #170427

    @henrywright-1,

    This is what i did to remove it from activation email, you can play with it to remove it from all

    function fix_bp_activation_subject($subject) {
    return __( "Activate Your Account",'buddypress ' );
    }
    add_filter( 'bp_core_activation_signup_user_notification_subject ','fix_bp_activation_subject');

    Naijaping

    #169926

    In reply to: Dashes in usernames

    aces
    Participant
    #169896
    aces
    Participant
    #169872
    gswaim
    Participant

    UPDATE:

    This was not WordPress by SEO. And who knows what it is.

    If a user signs up, clicks the authorization in the email and then logs in they get the Authorization Page which is asking for an authorization key.

    If the user clicks the authorization link but closes the browser before relaunching the browser and logging in, no problem.

    #169564
    Hugo Ashmore
    Participant

    it doesn’t bring you to the activate page,

    And default behaviour isn’t to, the page refreshes and you should see a message saying reg successful please check email for activation key.

    Not sending an email is not generally a BP issue but a server one.

    Having said all that do as mercime suggests checking in another theme known as compatible.

    I’ve tested 3.6, 1.8.1, bp-default theme and registration works as expected, so I’m guessing your slightly confused as to the default sign up process and that your server isn’t sending mail correctly or it’s being dropped into users spam folders.

    #169551
    @mercime
    Participant

    @wyldesites I just set up a new installation WP 3.6 and BP 1.8.1 and registration with activation email is working.

    – Check server email configuration – if you deactivate BuddyPress, does the registration process work for you? Where are you hosted?

    – Deactivate all plugins except BuddyPress and change to Twenty Twelve theme. If all’s well, then activate theme. If user can register, then could be one of the plugins. Activate plugins batch by batch while testing to check which is interfering with registration/activation.

    #169427
    @mercime
    Participant
    #169422
    r-a-y
    Keymaster

    Just tested registration on your site with Firefox.

    Works for me. I was able to register, receive the activation email and activate my account.

    #169195
    writegnj
    Participant

    Having a same issue. @modemlooper for my case I did click the link on activation email. it only gives error when you try to sign in with bbpress login widget after you get account activated success message.

    Anyone have solution for this issue?

    #168976

    In reply to: Activation Code Issue

    Ben Hansen
    Participant

    well I’m pretty sure the number is in the email at the end of the link they click. pretty sure i have manually entered it once or twice

    #168318
    stunley
    Participant

    Actually, If there are no fields in the ‘Profile Details’ column then it doesn’t send an activation email, nor does it load the Check Your Email To Activate Your Account! message; it just goes back to the homepage.

    Hugo Ashmore
    Participant

    The correct way is to sort out your email zone records, reverse PTR records, SPF records etc this is not a BP issue I’m afraid, nor a WP one.

    #168145
    cameronwilby
    Participant

    I am helping Kathryn with this issue, here are the details for the installation.

    The original programmer for the site vanished, so the configuration is the way it is. Not asking anybody to solve the problem on our behalf, just opening the issue to more eyes. All help and all input is greatly appreciated.

    Wordpress: 3.5.2
    Buddypress: 1.7.3
    PHP: 5.3 (I suspect this might be the culprit.)

    Installed Plugins

    Legend – (A)Active, (-)Deactivated

    BUDDYPRESS PLUGINS

    (A)BP Auto Login on Activation 1.0.1
    (A)BP Export Users 1.1
    (A)BP Group Announcements 1.0.2
    (A)BP Group Hierarchy 1.3.9
    (A)BG Group Management 0.6
    (A)BP Group Organizer 1.0.7
    (-)BP Labs 1.3

    (A)BuddyPress 1.7.3
    (A)BuddyPress Activity Plus 1.5
    (A)BuddyPress Auto Group Join 2.2.1
    (A)BuddyPress Docs 1.4.3
    (A)BuddyPress Docs Wiki add-on 1.0.3
    (-)BuddyPress Edit Group Slug 1.2
    (A)BuddyPress Group Email Subscription 3.3.3
    (A)BuddyPress Groups Extras 3.5.7
    (A)BuddyPress Like 0.0.8
    (-)BuddyPress Live Notification 1.0.3
    (-)BuddyPress Usernames Only 0.6
    (A)bbPress 2.3.2
    (A)bbPress reCaptcha 1.1
    (A)bbPress Search Widget 2.0.0
    (A)bbPress Threaded Replies 0.4.3
    (A)GD bbPress Attachments 1.9.2

    OTHER

    (A)Akismet 2.5.7
    (A)Automessage 2.3.1
    (A)BackWPup 3.0.12
    (-)Blog Categories for Groups 1.0.4
    (-)Confirm User Registration 2.0.4
    (-)Disable Comments 0.9
    (-)downML – Download Media Library 0.3.1
    (A)Email Users 4.4.4
    (-)Fundraising 2.3.6
    (-)Invite Anyone 1.0.21
    (-)Live Stream Widget 1.0.4.2
    (A)New RoyalSlider 3.0.93
    (-)P3 (Plugin Performance Profiler) 1.4.1
    (A)Plugins Garbage Collector 0.9.12
    (A)Revolution Slider 2.3.8
    (-)Scheduled Content 1.1.1
    (-)Select Language At Signup 1.0.4
    (A)SI CAPTCHA Anti-Spam 2.7.6.4
    (A)Sidebar Login 2.5.3
    (A)Simple Badges 0.1-alpha20120703
    (-)Snapshot 2.3.3
    (-)Tweet Blender 3.3.15
    (A)Ultimate Maintenance Mode 1.5.0
    (-)W3 Total Cache 0.9.2.11
    (A)WordPress Importer 0.6.1
    (A)WP-DBManager 2.63
    (-)WP-reCAPTCHA 3.1.6
    (-)WP Htaccess Editor 1.2.0
    (-)WP UI – Tabs accordions and more. 0.8.7
    (A)Yoast Breadcrumbs 0.8.5

    #167972

    In reply to: problem with account

    nirat
    Participant

    i want to say that when a new user create an account there is no activation link on mail-id.when new user login into wordpress this message comes:”Your account has not been activated. Check your email for the activation link.” but there is no activation link given on mail-id .please guide me .i am using wordpress 3.5.2 and buddypress plugin 1.7.3.
    I hope that you has understood my problem.

    #167846
    Brian
    Participant

    Ok. So I just tried a risky thing and it seems to have worked. I had launched the site on my domain with BP deactivated. Even though it wasn’t working locally, I activated it on the live site. It seems to have worked. Now I need to figure out how to customize the registration/confirmation/activation/email experience. **fingerscrossed**

    It’s at buildmke.org if anyone wants to register to help test things out.

Viewing 25 results - 626 through 650 (of 1,427 total)
Skip to toolbar