Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 6,676 through 6,700 (of 7,641 total)
  • Author
    Search Results
  • #65824

    In reply to: Location Profile Field

    xspringe
    Participant

    There used to be the possibility to use pre-built fields to the registration form (as described here: https://buddypress.org/forums/topic/what-happened-to-add-prebuilt-field), which would take care of at least part of this problem. But it appears this is no longer supported for 1.2.

    So I definitely support the request for the ability to add pre-built registration fields.

    #65811
    snark
    Participant

    Yes, that makes sense, until there are hundreds of IP addresses to try to ban. Also, WP isn’t logging the IP addresses, though I suppose I could install a plugin to do that.

    Philosophically, it goes back to the debate over sending new users a confirmation email or not. I’m in the yes camp, because many forum spambots will sign up for memberships with a bogus email address, so if they have to confirm via email, their memberships will never get confirmed. But I suppose there’s a performance trade-off to sending out a high percentage of emails that end up bouncing.

    Ideally I can figure out a set of methods to stop most spam registrations from happening in the first place, greatly reducing the amount of user editing I would otherwise have to do after the fact.

    r-a-y
    Keymaster

    Ahh sorry about that!

    I thought you were talking about the registration page!

    Move /bp-themes/bp-default/members/single/profile/profile-loop.php to your child theme and adjust.

    r-a-y
    Keymaster

    Move the /bp-themes/registration/register.php to your child theme.

    Edit as needed.

    #65705
    rich! @ etiviti
    Participant

    check out:

    https://buddypress.org/forums/topic/removing-blog-posts-form-the-swa-widget#post-36775

    but instead of component == ‘blogs’ change it to type == ‘new_member’

    then change your theme activity/index.php to remove the select option ‘show new members’

    I would also like to see this filter turned off if logged in as admin, so we could administer the the spammers better –

    using the above example – add before the loop

    if ( is_site_admin() )
    return $activities;

    #65699
    Andrea Rennick
    Participant

    “would it not be possible to have certain customizable elements which each and every installation of WPMU/BP had to create whilst doing an install, e.g. the name of the pages and hooks that the sploggers exploit?”

    They look for the default registration slug. You already have the ability to change it.

    #65648
    still giving
    Participant

    What recommendations are there for a captcha or a custom field creation that fits into the BP 1.2 registration process?

    I have tried a few plugins but they don’t work in BP 1.2 and dont appear in the registration.

    Yes, logging on and custom profiles etc are OK … but this open door approach DOES pass on a lot of janitorial work to site admins

    It seems strange that there is no default to offer some basic kind of obstacle to registration in the blog registration process … it is like building a house with wide open doors.

    Buddypress only adds layers on top of WPMU liabilities what with the attraction of Activity Directory and so on. It looks embarrassing to have it all advertised their by default.

    #65595
    PJ
    Participant

    https://wordpress.org/extend/plugins/buddypress-real-names/

    I tried that but the registration form doesn’t change and all and when I click the Buddypress button in the site admin it redirects me to my homepage. The title of the plugin sounds good, but if it worked that would be better.

    #65568
    Fabiano Arruda
    Participant

    I have the same question :)

    #65517
    andrew_s1
    Participant

    Well, yes, that would prevent the loop: the loop happens on wp-login.php, but not on /register/

    Enabling registration doesn’t affect the problem. The problem’s cause is that in bp-core/bp-core-catchuri.php , function bp_core_set_uri_globals , when viewing wp-login.php, $component_index = 1 , but $bp_uri =array([0] => ‘wp-login’)

    #65515
    Windhamdavid
    Participant

    Correction on my part!! No Fail for bp_lockdown(). It Works perfectly fine in 3.0 alpha and MU 2.9.1.1 @Andrew_s1 ~ make sure you have registration enabled as that’s what’s causing your loop.

    #65510
    andrew_s1
    Participant

    I stuck this line into function bp-lockdown, just after the global statement:

    error_log(“bp->current_component='{$bp->current_component}'”);

    and then viewed my /var/log/apache2/error.log

    It’s fine on the registration page, “/{blog}/register/” . Here, bp->current_component contains ‘register’, as expected, so no loop

    But at “/{blog}/wp-login.php” , bp->current_component is empty.

    This is the same, whether I’m actually logged in, or not.

    #65456
    Meerblickzimmer
    Participant

    Well, i get the same trouble and it looks like i get it after update to the last buddypress-version.

    /register/ redirect to the homepage. I use wpmu – latest version. Anyone how knows a solution? Thanks for help! M

    #65444
    Thomas Opp
    Participant

    Is there any way to enable the activations mails in a Single WP like in MU?

    It seems to me BuddyPress supports activation only in WordPress MU.

    #65442
    zageek
    Participant

    Thanks Andrea I didnt even realise that other users could add new users, because I was also wondering how they were spamming me even after I disabled registrations.

    I feel kind of sorry for the spammers, because if we all put our heads together they won’t have anymore sites left to spam. I still wonder why they are attacking buddypress, is it to drive users to other platforms? Enemys of Buddypress?

    So far I have built a list of domains, most of them are .info or .co.cc in otherwords free domains and of course some .com domains. They get clever and get a user to sign up with gmail every now and then to trick me. So i just ban the Gmail users and send them an email from my personal account asking them who they are if they look legitamate. Luckily for me I am in South Africa and its easy to spot non South African “culture” in terms of the types of names and usernames of members.

    I have also checked where the IP addresses come from and most are coming from the United States ( do they use proxy servers and could the be from elsewhere in the world) Some IP addresses are also from Sweden.

    Btw, I was also angry and blamed the devs for this problem but the more I devote time to looking at the more I am starting to realise that no matter what BP devs do the spammers always try new things and if the devs had to devote lots of time to fighting spam all the time they would never have a chance to improve buddypress and sort out bugs that come along. And if they didnt sort out the issues we would be even more upset.

    So I think the fight against spam is in our hands the users, it will also help us learn more about being better webmasters. Its also the least we could do to help give back something in exchange for a product that we are getting for free and that could quite easily be charged for. We need to stop expecting things for free and in our laps and learn to be greatful for what the developers of open source software are putting in and giving away for free.

    #65430
    peterverkooijen
    Participant

    As far as I know wpmu_activate_user is a plugin action hook. Also mentioned here. It works for my function. Not sure what you need exactly.

    #65425
    carrotcreative
    Participant

    I’m not sure that I follow this. I can’t find this action “wpmu_activate_user” . Are you referring to “wpmu_activate_signup?”

    #65423
    peterverkooijen
    Participant

    I use a function with something like this:

    function example_wp_usermeta($user_id, $password, $meta) {
    global $bp, $wpdb;

    $uid = get_userdata($user_id);
    $email = $uid->user_email;

    $fullname = $meta[field_1];

    ...
    update_usermeta( $user_id, 'nickname', $fullname );
    ...
    }
    add_action( 'wpmu_activate_user', 'synchro_wp_usermeta', 10, 3);

    #65417
    vincedepalma
    Member

    From the main wordpress admin you need to go to “settings” then check the box “anyone can register”

    #65358
    geoffm33
    Participant

    It’s on the WordPress Settings page, the option called “Membership”.

    #65306
    bbrian017
    Participant

    So now what?

    I sit here with a website that doesn’t allow registrations?

    Something official from buddy press or WPMU needs to be written…

    what do I do?

    #65292
    bbrian017
    Participant

    I simply did the easy things. I added yes or no questions. I put in default profile fields they would have to answer and I added a date of birth field.

    What I don’t understand is right now I have registrations closed and they are still signing up.

    Registration has been closed for almost an hour and I still got 8 or 9 spam accounts over the last 40 minutes.

    How is that possible?

    #65289
    bbrian017
    Participant

    I had to close registration the spam is so bad. I’m assuming the person that is spamming our websites is someone within the community here at buddy press.

    As soon as I made a rude comment about the developers ignoring spam issues I got hit by spam like never before.

    #65279
    bbrian017
    Participant

    I had 110 e-mails this morning and over 60 spam accounts.

    Where am I supposed to find time for this?

    I looked at the bp demo site registration I don’t see much different besides the date of birth…

    http://testbp.org/register/

    #65277
    zageek
    Participant

    Thanks Windhamdavid! I was having a similar problem on my test site and this has shed some insight into whats going on

Viewing 25 results - 6,676 through 6,700 (of 7,641 total)
Skip to toolbar