Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 1,451 through 1,475 (of 1,893 total)
  • Author
    Search Results
  • #95053

    In reply to: Signup/Activation

    rich! @ etiviti
    Participant

    “To disable sending activation emails you can user the filter ‘bp_core_signup_send_activation_key’ and return false.”

    #15786
    #15746
    rlparker81
    Member

    Hi, I have been passed this site to fix and I have never used buddypress before so my apologies if I am being a bit thick!

    OK it is a WordPress MU 2.9.2 site with the following plugins
    BuddyPress 1.2.3,
    bbpress Integration 1,
    WPMU enable bbpress capabilities 0.1
    buddypress usernames only 0.52.

    If you complete the form to register with the site it submits fine and you get an email with an activation code. However if you follow that link it says that there was an error activating your account. I have had a bit of a poke around and from what I can see when it sends the email it doesn’t create a record in the wp_signups table.

    Where in the code should it insert this record? Is this the correct table?

    This was working perfectly until a couple of weeks ago and no one is admitting to changing anything so not sure why it has stopped working.

    If anyone has any ideas why this could have stopped working/how to fix it or just point me in the direction of the files I need to look at I would be very grateful

    thanks

    Rachael

    #94707
    Daniel Eriksson
    Participant

    The problem is that Kimili flash embed upon activation outputs blank spaces before the XML declaration on the main and comment feed. The main feed is kinda messed up, with some strange embed codes and stuff. I’ll try to remove all the crap code, reactivate flash embed again and see if it works. I have emailed the plugin creator to

    Probocop
    Participant

    Hi,

    When a user signs up to my site, they fill the registration form in and press submit. They then get the email through asking them to activate the account. But when they click the link they end up on the ‘/activate’ page with the message ‘There was an error activating your account, please try again.’ displayed.

    Any idea why this would be?

    Thanks

    #15584
    bodjiang
    Member

    I had S2Member extension install on buddy press, I did a sandbox checkout with PayPal, and return to user registration page once the payment method is complete, BuddyPress then send me email confirmation with activate key.
    Here is the problem:
    I accidentally closed the page before the confirmation URL loads, then I try to copy & paste the URL to an other browser, it says “invalid” activation key.

    i know this is a stupid mistake, I ended up have to re-purchase the membership again, I just thought if we can have a button on “Invalid Key” page, so we can resent a new confirmation email.

    Can any1 point me a direction where I might be looking into?

    I will share the result if I find anything useful.

    Regards

    Gary

    #15463
    Anonymous User 96400
    Inactive

    Here’s a little snippet I use on a lot of BP sites. It basically gets all users that registered on your site but for whatever reason never activated their account. You can then manually follow up on their registration.

    I usually put it on a settings page of some custom plugin I wrote for the site.

    `<?php
    global $wpdb;

    $not_active = $wpdb->get_results( $wpdb->prepare( “SELECT um.user_id, um.meta_value, u.user_email, u.display_name, u.user_login, u.user_registered FROM {$wpdb->usermeta} um INNER JOIN {$wpdb->users} u ON um.user_id = u.ID WHERE um.meta_key = ‘activation_key'” ) );
    if( $not_active ):
    ?>

    Non-activated Users

    <?php
    foreach( $not_active as $key => $val ): ?>

    ID Display Name Username Email Key Registration Date
    ID Display Name Username Email Key Registration Date
    user_id; ?> display_name; ?> user_login; ?> user_email; ?> meta_value; ?> user_registered; ?>

    `

    #15441
    Jack
    Participant

    (I mistakenly posted this as an activity update rather than a topic. Oops)

    I’m running a multi-site BP installation (WP 3.0.1, BP 1.2.5.2) and I’m experiencing problems related to user authorization.

    When I have the option ”Both sites and user accounts can be registered.” enabled under multi-site options, any user that attempts to sign up isn’t able to activate their account using the activation link include in the confirmation email sent by BP. When they click the link, instead of activating their account they’re see a 404 page, or an ”oops… couldn’t find that page screen” (in chrome). This occurs even when they don’t try to create a blog during signup.

    I’ve also noticed that in cases where the user does attempt to create a blog, when they select a blog url during the signup process, WP is allowing them to select a blog url formatted as ”domain” rather than ”<domainblog” which in one test overwrote the url for the user’s profile because they used their username as their blog url. This meant that it was impossible to visit their profile page; all links instead landed on their blog’s homepage.

    Any ideas as to how to address either issue, the activation issue is the biggest problem I can see so far.

    #93689
    Paul Wong-Gibbs
    Keymaster

    Regarding the email problem — who is your host?

    #93687
    paduy
    Member

    sorry google translate came on in between this is the english version

    My hostingprovider helped me out today and now i got bp working.But is there somewhere a tutorial where i can learn somethings about it like ow to work with it.Also i’d like to know after a created an account i get the message that an activation mail will be send to my emailadress but till now (somewhat half an hour)i didn’t recieve anything.Do i do something wrong

    #15430
    paduy
    Member

    Mijn hostingprovider hielp me uit vandaag en nu heb ik bp working.But is er ergens een tutorial waar ik kan leren wat over het als ow te werken met it.Also Ik zou graag willen weten na een een account aangemaakt ik het bericht dat te krijgen een activatie mail zal worden verstuurd naar mijn emailadres, maar tot nu toe (een beetje een half uurtje) heb ik niet ontvangen anything.Do ik iets verkeerd te doen

    #15400

    Topic: User emails

    in forum Miscellaneous
    Stacy (non coder)
    Participant

    Is the activation, registration and forgot password email the only auto emails a user gets if I don’t add a plugin for more? I’m changing the “no-reply” and admin addy and want to test that it results for each.

    #93547
    jose
    Participant

    Paul,

    Thank you so much for your insight! Here’s what I’ve got now:

    1. I’m pretty sure we’re using the single site version of WordPress(maybe this is known as the MU version?). It was installed through our server using SimpleScripts. I was aware of the plugin option, but didn’t want to get into that yet until I had the account creation issues taken care of. Thanks for the info.

    2. Disabled the BuddyPress plugin, as well as the Group Documents plugin (and reverted to the default non-BuddyPress theme). Created an account, and got the confirmation email right away. The WP account registration was just “username”, and “email”… and WP emails the password. The BuddyPress registration required much more info. So without BP turned on.. Accounts worked.. with it turned on.. The account gets created, but no activation email gets sent out.. thoughts?

    3. I’m referring to the WordPress setting: Site Address (url): “Enter the address here if you want your site homepage to be different from the directory you installed WordPress.” I’m trying to point the domain to sdcityrobotics.saltbored.com , and it will display as http://www.sdcrobotics.org (our domain).

    4. Got it. I was just curious as to if there were some settings I was just totally missing.

    BlueHost Issues !?!?

    1. Ok don’t use SimpleScripts or WordPress.. Just install WP manually on my server, and then install the BuddyPress plugin manually? And that will get it to work?
    2. I’ll definitely search around for BH. Thanks for the tip!

    #93353
    marcycapron
    Participant

    @zlamczyk and anyone else who finds this — to redirect activation email to admin….

    function my_redirect_activation_email()
    {
    return get_site_option( “admin_email” );
    }
    add_filter(‘bp_core_activation_signup_user_notification_to’, ‘my_redirect_activation_email’);

    I’m sure can be manipulated to plop user email in there.

    #15282
    skolbloggense
    Participant

    When a user add another user to his/her blogg, and activation e-mail is sent. The problem is that the link in the email is in the format;

    http://www.site.com/wp-activate.php?key=67fca61a30711575&e=1

    It should be like this;

    http://www.site.com/activate/?key=67fca61a30711575&e=1

    I have tried adding the foillowing row to wp-config.php;

    define ( ‘BP_ACTIVATION_SLUG’, ‘activate’ );

    But, still wrong URL is sent… Any ideas what could be wrong?

    #15246
    Faisal
    Participant

    I am setting up new website http://www.buddytweet.com. I am currently working on it. But i am facing problem in sending email to user. I have currently disabled activation but i want to verify email at signup. But email is not working. I have tried plugins like “Mail from”, “wp-mail-smtp”, “configure smtp”. But nothings works. I have checked settings by disabling buddypress. It works fine when buddypress disabled.

    #92854
    Heli
    Member

    Hi. I have found a solution to that no activation email has sent. Check this out http://www.thinkplexx.com/neokrates/fix-wordpress-and-buddypress-sendmail-problems-sign-up-complete-activate-your-account-via-the-email-but-email-doesnt-come

    I actually used Google mail account. There in Google account settings also probably has to set that you use imap. I’m not sure of that. But now the activation email is sent and users can register.

    #92663
    @mercime
    Participant

    @airrykah deactivate BuddyPress. It depends on your WordPress installation. Check if your install is sending out activation emails to those registering. Find resolution for your email problem at WordPress.org forums before activating BuddyPress.

    If your WP activation email is working, deactivate any BP registration plugins and see if regular registration works.

    Edit – there’s also a workaround, see if this works for you – https://codex.buddypress.org/getting-started/faqs/specific-faqs/#register

    #14992
    Deuce
    Participant

    Hi, I have different types of users on my site and I was wondering if there is a plugin that I can install that if a normal person just click the Register button they get taken to a standard /register page, but if someone wants to register as a speaker or vendor they can click on a Register Link on specific pages that will go to /register/vendor or something and it will ask for more information.
    I would like for the normal users to just get a standard activation email but the other user types to have to be approved.
    Is there anything out there even close to this? Or at least the first part and I can figure out a way to hack it apart to do the manual approval?

    Thanks!

    #91868
    Micah
    Participant

    ok, I will check it out . . . and post back what I find. Thanks r-a-y

    #91829
    r-a-y
    Keymaster

    Hi Micah,

    Try this:
    https://codex.buddypress.org/getting-started/faqs/specific-faqs/#register

    And see if that works for you.

    #91765
    Micah
    Participant

    I was easily able to create a new user on the backend, so at least that part worked fine.

    Just need to get the front end working. . . the test front end users never show up on the back end, and never get an activation email

    #91763
    Micah
    Participant

    nope, not in spam folder. when I try to input the link while logged in as admin, it simply redirects to the homepage. the bp site is http://www.thecrookedpolitician.com

    test user is not showing up at all and is not marked as spam.

    #91725
    LPH2005
    Participant

    Are you sure that the email was not placed in a spam folder?

    Login as admin and go to domain.name/members/userid

    There should be a marking stating the person is marked as a spammer. This comes from not activating the account from the email. It can be easily changed by pulling down from the admin bar.

    #91724
    Micah
    Participant

    it is setup to accept new members, and I went through the registration process on the front end and it seemed to work just fine . . . until I never received the activation email.

Viewing 25 results - 1,451 through 1,475 (of 1,893 total)
Skip to toolbar