Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 776 through 800 (of 1,893 total)
  • Author
    Search Results
  • #171411
    sloantech
    Participant

    Info for http://www.MTKnives.net
    Error: When following the Activation Link, sent by email, user get a message:
    “key not valid”

    1. Which version of WordPress are you running?
    A: 3.61
    2. Did you install WordPress as a directory or subdomain install?
    A: root install
    3. If a directory install, is it in root or in a subdirectory?
    N/A
    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    N/A
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    A: Yes
    6. Which version of BP are you running?
    A: 1.8.1
    7. Did you upgraded from a previous version of BP? If so, from which version?
    N/A
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    A:Bulk COmments Management 1.0, Conditional CAPTCHA for WordPress 3.4.2, Feedburner Email Widget 1.1.9, FeedBurner FeedSmith Extend 1.0.0, Google Analyticator 6.4.5, Google Analytics Dahboard for WP 4.1.5, Lightbox PLus ColorBox 2.6, Simple COntact Form Revisited Widget 2.0.9 UpdraftPLus – Backup/Restore 1.7.3, Widgetize pages Light 1.8, Woopra 2.0,
    Wordpress Importer 0.6.1, WordPress SEO 1.4.15,WP Super Cach 1.3.2, WP_Auctions 2.03b
    9. Are you using the standard BuddyPress themes or customized themes?
    A: 2010 Weaver By Bruce Wampler Version 1.5.4 (a Twenty Ten inspired theme)
    10. Have you modified the core files in any way?
    A: No
    11. Do you have any custom functions in bp-custom.php?
    A: Not that I am aware of – I did not modify the file manually.
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    N/A
    13. Please provide a list of any errors in your server’s log files.
    N/A
    14. Which company provides your hosting?
    A: HostGator
    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    A: Linux

    #171386
    JLent.
    Participant

    Hey There,

    I am using the lates BP and WP and am having trouble with my User Activation Link in new users email. When I Deactivate the Mail From Plugin the activation link in the email does not work. When It is active the activation link works BUT on my Home Page it is asking for an Activation Code. Even when I use different browsers it is still on my Home Page over riding my original content. Any ideas?

    Thanks Jeremy

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

    #171018
    xWafflecakes
    Participant

    Hello,

    I would like to edit some things about the registration form and activation. For example, when someone registers, it shows them a page called “Check Your Email To Activate Your Account!” and I want to edit this text. So I went to my buddypress folder > bp-themes > bp-default > registration and edited the register.php and activate.php. But it’s not working. Is there another file I need to edit?

    Thanks

    #170727
    Yeshourun
    Participant

    So I have this website, and I want to create a separate website for men and woman, but I want both sides to register from the main website: i.e. domain.com/register. The way I want to do this is by having the option to choose if you are Male or Female. So once they select whatever gender they are and they click on Complete Signup, I want whoever clicked on Female to be redirected to woman.domain.com and men to men.domain.com. Is this possible? And if not can it be done? Just a sidenote; email activation is deactivated (Maybe this would help?)

    #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 );
    #170549
    tayenewm
    Participant

    I would like to change the default registration process to the following:

    1. New member registers (currently free)
    2. Email is sent to new member with login password and invite to complete their profile.

    I can’t figure out how to customize the activation email. Please let me know.
    thanks,
    taye

    I am using BuddyPress 1.8.1 with S2Member 130816 with WordPress 3.5.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

    #170193
    nasive
    Participant

    Hi,

    I installed WP and BP 2 days ago in my new website,
    but the register doesn’t work. It always appears, but
    the confirmation messages are not always shown, and
    the activation emails are not always sent.

    ADDITIONAL INFO

    * The only additional plugin I have is Akismet.
    * My theme is the BP_default.
    * I already created the activate and register pages
    and I’ve seen they work.
    * The register has worked a couple of times, but most
    of the times it doesn’t.
    * My WP is installed in a subdirectory.
    * I have the webpage idiomotion.com redirecting to a
    landing page somewhere else while I make this work. So,
    you can see what I’ve done so far here:

    http://idiomotion.com/signup.

    This is what I found yesterday

    *In a PC with Windows 7:

    – Chrome 28.0.1500.95 m. It didn’t show the confirmation
    message, but it sent the activation email.
    – Explorer 8. The confirmation message appeared, but it
    did not send the activation email.
    – Firefox 23.0.1. It worked!

    *In a PC with Windows 8.1:

    – Explorer 11. It did not work.

    I’ve read others say that their register webpage does
    not appear. That is not my problem.

    Please, can you help me with this?

    I’m looking forwarg to working with this great plugin.

    Thanks!

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

    #169782
    Ben
    Participant

    Hello i currently want to edit the text
    Check Your Email To Activate Your Account!

    You have successfully created your account! Please log in using the username and password you have just created.

    i have changed this in /plugins/buddypress/bp-themes/bp-default/registration/register.php

    <h2><?php _e( ‘Registration complete you’re all done!’, ‘buddypress’ ); ?></h2>

    <?php do_action( ‘template_notices’ ); ?>
    <?php do_action( ‘bp_before_registration_confirmed’ ); ?>

    <?php if ( bp_registration_needs_activation() ) : ?>
    <p><?php _e( ‘You have successfully created your account! To begin chatting you will need to download our client.’, ‘buddypress’ ); ?></p>
    <?php else : ?>
    <p><?php _e( ‘You have successfully created your account! Please log in using the username and password you have just created.’, ‘buddypress’ ); ?></p>
    <?php endif; ?>

    but does not seem to change anything any help would be appreciated.

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

    #169520
    Speedysnail6
    Participant

    Hi,

    The registrations on my site do not work. The register page is http://gravacraftmc.x10.mx/GamersCribb/register-2/, but after you are done with the registration form, it doesn’t bring you to the activate page, or send the email. It just refreshes the page.

    The activation page is : http://gravacraftmc.x10.mx/GamersCribb/activate-2

    BuddyPress Version: 1.8.1

    WordPress Version: 3.6

    Plugins: Just BuddyPress and Akismet

    Theme: BuddyPress default

    Thank you in advance,

    Ben

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

    #169326
    Dinsiz
    Participant

    hello

    I do not want my registered users e-mail confirmation.

    before, “BP Disable Activation” is using plug-in. As a result of an update version of PHP stopped working.

    For this reason, PHP and want to know How do I disable email verification system.

    Thank you.

    #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

    #168959

    Every now and then when a user signs up to my website, they get an email to click through for activation.

    From time to time, some are asked to enter an activation code on the webpage but this has the user going round in circles because they do not have an activation code.

    Is there a fix for this known issue?

    Thanks

    #168567
Viewing 25 results - 776 through 800 (of 1,893 total)
Skip to toolbar