Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 1,151 through 1,175 (of 1,427 total)
  • Author
    Search Results
  • #84373
    intimez
    Participant

    I tested this again on another install and same happening. Notification for activation email, mention, new friendship request, etc. all have problem. See same in yahoo and gmail emails.

    #84150
    harderstuff
    Member

    It looks like the fix is to change:
    $group_ids = $this->get_group_ids( $user_id );

    to:
    $group_ids = BP_Groups_Member::get_group_ids( $user_id );

    in bp-groups-classes.php

    #84137
    harderstuff
    Member

    I think the problem was that I had BP_MULTIBLOG_ENABLED, and didn’t have BLOGID_CURRENT_SITE set correctly in wp-config.php. I fixed that, but now, I get the following error when I try to delete a user:

    [03-Jul-2010 13:22:47] PHP Fatal error: Using $this when not in object context in /var/www/vhosts/veraloft.com/httpdocs/wp-content/plugins/buddypress/bp-groups/bp-groups-classes.php on line 1053

    The error occurs in delete_all_for_user(), a member function of BP_Groups_Member

    Any ideas?

    #84027
    harderstuff
    Member

    If I remove registration/register.php from my theme, I just get sent back to the subdomain’s home page when I try to register, without getting a form to register in. Where does the BuddyPress registration page come from when things are working correctly? Is it from the bp-default theme?

    #83990
    r-a-y
    Keymaster

    Remove the register.php from your user blog’s theme because you shouldn’t need it.
    That’s causing the problem.

    #83980
    harderstuff
    Member

    Yes, BuddyPress is activated network-wide.

    I get redirected to subdomain.domain.com/register which runs the register.php file in my theme. The register.php file is a copy of the bp-default/registration/register.php file, with a couple of formatting changes.

    Should I get redirected to domain.com/register (without the subdomain)?

    btw, the contents of the bp-custom.php file are:

    php define( ‘BP_ROOT_BLOG’, 9 );
    php define( ‘BP_ENABLE_MULTIBLOG’, 1 );

    if that’s any help.

    #83974
    r-a-y
    Keymaster

    If you’re using WPMU or WP 3.0 in network mode, try this:
    https://wordpress.org/extend/plugins/bp-registration-options/

    The plugin author hasn’t updated this for single WP yet.

    A more, manual method involves forwarding the activation emails to an admin account so you can approve them manually that way.

    Put this sample code in your theme’s functions.php:
    http://wordpress.pastebin.com/Qf2cskRj

    Replace “get_site_option( “admin_email” );” with a custom email address if you don’t want it to forward to your admin email addy.

    #83899
    r-a-y
    Keymaster

    Do you have BuddyPress activated network-wide?

    If you activated BP network-wide, when you attempt to register from a subdomain, what is supposed to happen is you get redirected to BuddyPress’ register page.

    #83660
    peterverkooijen
    Participant

    “What’s wrong with creating the user before the activation email is sent?”

    Because the (spam) account is still there, listed everywhere, even if it will never be used.

    #83653
    techguy
    Participant

    What’s wrong with creating the user before the activation email is sent? If it doesn’t get sent, then the user won’t be created and they’ll never be able to login since the user account won’t be activated.

    Of course, if you’re using the plugins that r-a-y mentions, then that’s a different story.

    #83652
    r-a-y
    Keymaster

    You have to activate your account via email by default!

    It appears that you’re using the BP Disable Activation plugin or some other plugin that does something similar.
    Can you confirm?

    #83456
    djsteve
    Participant

    Has anyone made any progress with this? Will we have buddypress checking for banned email domains soon?
    Will we have buddypress checking for banned domains upon registration and perhaps even again upon activation?
    Can someone please add the possibility to add *.info in a way that works
    I know this won’t stop all spam and splogs – but I am getting tired of deleting a dozen spammers every day that are mostly from the same dozen domain names that I have added to the block list. This would save lots of people hlaf the splog deletions, and that adds up to a lot of time saved.
    BTW – has anyone tested buddypress with TTC Spam Bot Registration plugin (https://wordpress.org/extend/plugins/ttc-user-registration-bot-detector/ )to see if there are any issues? I am guessing it may still be bypassed by buddypress even if it worked in WP?

    #82265
    techguy
    Participant

    @tober11 Thanks. It’s nice to hear. I figured if I was going to be building my project on the back of BuddyPress I should try to do my part to give back. I’m all in with BuddyPress, so you’ll see me around here for a while.

    BTW, this plugin is now release officially: https://buddypress.org/community/groups/bp-disable-activation/ and will be part of Welcome Pack 2.2 in the future.

    #82250
    Paul Wong-Gibbs
    Keymaster

    FYI, Welcome Pack 2.2 will include this functionality; I’m working with techguy on this.

    #81838
    tober11
    Member

    techguy …I’ll be looking forward to your progress on this. As a side note…I’ve enjoyed your contributions around this community. Kudos

    #80916
    eor
    Member

    I think a lot of it is because its considered spam by most email hosts just as gmail, aol, etc. Can someone help create a fix for this? There has to be a way to change the way the emails are delivered from Buddypress.

    Thanks,
    eor

    #80879
    dt borneo
    Participant

    the problem same with my buddypress, new register never receive activation code from administrator

    #80876
    Paul Wong-Gibbs
    Keymaster

    Hi
    No, Welcome Pack won’t let you create or change which email address the activation emails are sent to.

    #80875
    techguy
    Participant

    Nice find Zachary. I wouldn’t recommend changing that file since it will get overwritten when you upgrade BP. Instead just use the bp_core_activation_signup_user_notification_to filter to change it to your email.

    #80873
    zlamczyk
    Participant

    Figured this out, finally. Turns out that the file and function to modify was:
    wp-contentpluginsbuddypressbp-corebp-core-filters.php
    –>function bp_core_activation_signup_user_notification( $user, $user_email, $key, $meta )

    Isn’t it redundant to have two functions so similar to each other? Both the above function and
    wp-contentpluginsbuddypressbp-corebp-core-signup.php
    –>function bp_core_signup_send_validation_email( $user_id, $user_email, $key )
    are extraordinarily similar to each other. It’s kinda frustrating.

    I’d consider developing a plugin, but perhaps I’ll wait for the first release of WP 3.0.

    #80810
    ovizii
    Participant

    I have compared both the test server and the live server configs, disabled mod_security, checked different other settings and found NOTHING until I stumbled upon a pretty hidden error log of this client and there are a couple of different DB errors like [06-Jun-2010 10:46:25] WordPress database error Unknown column 'spam' in 'where clause' for query SELECT COUNT(ID) FROM wp_users WHERE spam = 0 AND deleted = 0 AND user_status = 0 made by require, require_once, do_action, call_user_func_array, bp_core_do_catch_uri, load_template, require_once, bp_get_total_member_count, bp_core_get_total_member_count

    so its definitely a wordpress issue and not a server issue. here is a bigger part of the error log, just in case anyone has some feedback on this: http://pastebin.com/tx5gaEWG

    gettign weirder and weirder:

    the test site has these fields inside the wp_users table:
    Full Texts ID user_login user_pass user_nicename user_email user_url user_registered user_activation_key user_status display_name spam deleted

    the live site these:
    Full Texts ID user_login user_pass user_nicename user_email user_url user_registered user_activation_key user_status display_name

    After adding the two missing fields: spam and deleted, all is good :-)
    Does anyone know when those fields were supposed to be added? I which WP version? or does BP add them? I’d like to figure out where this went wrong…

    #80721
    eor
    Member

    Any closer to getting this to work with mu?

    Thanks,
    eor

    #80714
    techguy
    Participant

    Yep, I just tried the Welcome Pack and you can remove the link and change the email that way and it sends to the user.

    So, then you can just manually pull the activation key from the database using PhpMyAdmin or something and append it to a url like this: http://yourdomain.com/activate?key=KEY-FROM-DATABASE

    #80713
    techguy
    Participant

    Since you’re using WPMU, BP just basically calls the WPMU user creation (see lines 320-321 in bp-core-signup.php). So, you’re going to have to mod the WPMU signup functionality to get the emails to send right.

    Another temp option is to try the Welcome Pack plugin which allows you to modify the activation email that users get (I haven’t tried to take the link out, but it seems possible). That would solve the email they get.

    Then, you could build a plugin to activate the users. Until then, you can just copy the activation key out of the database using phpmyadmin and browse to the URL yourself. Far from ideal, but the Flintstone way if you’re in a time crunch and need to get by until you can get a plugin.

    #80677
    techguy
    Participant

    Andy’s solution was for WP, but it didn’t work for WPMU. For WP, there’s this plugin: https://buddypress.org/community/groups/bp-disable-activation/ We’ve been working on an MU solution in this thread: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/i-would-like-to-disable-email-activation/?topic_page=1&num=15) However, haven’t quite gotten it to work right.

Viewing 25 results - 1,151 through 1,175 (of 1,427 total)
Skip to toolbar