Search Results for 'disable registration'
-
Search Results
-
I love all the features BuddyPress has to offer but is there a way to disable the BuddyPress registration option and leave the default one only? I have the Sparkle theme and have BBPress installed.
If there’s a way to do this, I would appreciate if you’re as detailed as possible to avoid confusion.
The URL to my site: http://www.carfanaticsforum.com/forums/
Topic: Using wordpress registration
I have tried all the solutions ive found online modifying the bp-customs files and nothing has worked.
However as soon as i disable buddypress. wp-login.php?action=register does go back to the default.
The reason i want to use wordpress registration is because i cant find a way to force strong passwords with buddypress signup.
Any idea? Many thanks.
I wish to disable Buddypress Registration. I have s2member installed as well and I prefer to use it’s registration page.
Topic: Remove Text
How to remove text:
The following active BuddyPress Components do not have associated WordPress Pages: Activate, Register. RepairSince i have other plugin for Registration that compatible with recaptcha + WP Social Login, and i want to disable default BuddyPress Registration and Active.
but those text sometimes a little bother me.
Thank You 🙂
Topic: Can't add users to groups
I am trying to have a site admin add users to groups. After adding action hook posted here: https://codex.buddypress.org/developer/how-to-add-members-to-a-group-via-wp-users-screen/ to my bp-custom.php I get the following error: Parse error: syntax error, unexpected T_FUNCTION in /home1/…/wp-content/plugins/bp-custom.php on line 18
I am running PHP 5.4.32, WP 4.0, BP 2.1
bp-custom.php code is included below:<?php
/**
* Disables BuddyPress’ registration process and fallsback to WordPress’ one.
*/
function add_users_to_bpgroup() {
if( bp_is_active(‘groups’) ):if( isset( $_GET[‘action’] ) && isset( $_GET[‘bp_gid’] ) && isset( $_GET[‘users’] ) ) {
$group_id = $_GET[‘bp_gid’];
$users = $_GET[‘users’];foreach ( $users as $user_id ) {
groups_join_group( $group_id, $user_id );
}
}
//form submission
add_action( ‘admin_footer’, function() { ?>
<script type=”text/javascript” charset=”utf-8″>
jQuery(“select[name=’action’]”).append(jQuery(‘<option value=”groupadd”>Add to BP Group</option>’));
jQuery(“#doaction”).click(function(e){
if(jQuery(“select[name=’action’] :selected”).val()==”groupadd”) { e.preventDefault();
gid=prompt(“Enter a Group ID”,”1″);
jQuery(“.wrap form”).append(‘<input type=”hidden” name=”bp_gid” value=”‘+gid+'” />’).submit();
}
});
</script>
<?php
});endif;
}
add_action ( ‘load-users.php’, ‘add_users_to_bpgroup’ );?>
Hi,
It seems like when I enable buddypress on a site the captcha I set up gets bypassed and I get a lot of spam registrations. I am using a specific captcha that keeps track and I don’t seem to see anything there when I enable buddypress and get a lot of spam registrations.
Does buddypress open up a separate registration portal or an alternative registration form some where, and if so, how I put my specific captcha on it or disable that entirely?
I’ve searched here and found others with similar issues but the topics are closed and it doesn’t look like the ones i found were resolved.
thank you!Hello, i’m using the latest BP release with the latest WP release but unfortunately some counters does not working correctly for me. Here a picture:

There is one group created, and the counter for groups is not showing 1 but count, reverse other counters does not show correctly the zero numeber (show no-count)
I recently disabled with code the “Register” page, the one of BP, and also installed a registration anti-spam software.
Already tried myself to change the original code i found: bp_get_total_group_count_for_user() with the only one is working for me (notifications): bp_get_total_group_count_for_user( bp_loggedin_user_id() )
But this does not work. A little help should be creately appreciated… Stefano
Hello,
I’ve added an extra required field to the registration form.
But I need to customize it a little bit further:– Users should not be able to change the value of this profile field after registration
(disable editing of this field)+
– This field should be hidden from users after registration.
So the only time users can submit a ‘value’ to this specific field, and view this field, is when they sign up. After successful registration, they can not view what they submitted anymore, and they can’t change it either.
Is this possible?
After upgrading to 2.0 (and 2.0.2 now) some users have been marked as spammers and their activity is not showing up at all in the activity feed. I don’t have Askimet or any other security plugin enabled, actually I tried disabling everything except BP and it still persists. I can fix it by marking the user manually for spam in the user list, then unmarking them, but it happens again if they try to post.
I noticed an entry in the bp_activity table “is_spam” field is set to 1 for those users. Is there a way to disable this spam filtering totally? As my site is private and registrations are closed anyway…
Hello,
I have been looking around the web to disable BuddyPress registration and enable WordPress registration and I have tried to add:
remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’);
add_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );in my (functions.php) and nothing happened and still the BP registration page opens. do i have to modify anything else ?
I have spent the last few hours searching these forums and as many corners of the Internet as possible for the answer to this question, but cannot find a satisfactory answer (the answers I have found are no longer valid for current versions).
I would like to remove the “Confirm Password” field on the registration page, so that new users only have to enter their chosen password once. How do I go about doing this?
Disclaimers:
I’ve heard all the arguments against doing this, and I would still like to do it, please.
I know how to hide the “Confirm Password” label, as well as the input field. I just need to know how to tell the form that only one instance of choosing a password is necessary.Thanks in advance!
For some odd reason, users are unable to login with the password they set upon Registration. Login only works when the password is reset.
Here’s the current process:
1. User registers here (but NOT via the social login): http://www.cookbookcommunity.com/register/
2. User receives email with activation link, and clicks link, which takes the user here: http://www.cookbookcommunity.com/wp-login.php
3. User tries to login using the password he/she used upon registration, which does not work. Error message shows: “ERROR: The Username or Email or password you entered is incorrect. Lost your password?”
4. User Resets password, and is then able to login after password reset, and is able to reset password to the same password used upon registration.I’m pretty sure this is not an issue with any plugin except for Buddypress. I’ve systematically disabled all plugins one by one and re-tested the above process. However, the issue is resolved when I deactivate the Buddypress plugin itself, then the registertion/login process runs smoothly without the above issue. So it seems like a problem with Buddypress itself.
I have WordPress MU setup with Buddypress 2.01.
Any help would be greatly appreciated, I’ve exhausted my Google search abilities to find a fix for this issue.
Thanks,
JasonWP 3.9 | BP 2.0 | single site
I could post all the trouble I ran into on my quest, but it’s quite a list. So let me start by trying to explain what I want to achieve:I am making a corporate site, which is visible only to registered users (both WP content and Buddypress pages). However, anyone can request an account, providing they are actually an employee of the company. the flow I have in mind is as follows:
Users comes to site and click register
fills in username, email, password en confirm password + 1 or 2 custom fields. redirected to ‘account waiting approval’ temp page
Administrator receives email that a new member wants access. Administrator checks whether user is an employee and approves user
Now user receives email that his account is created, logs in and is redirected to his ‘edit my profile page’I have tried to accomplish this in many ways, but haven’t succeeded in anything else then stacking plugins.
Registered-users-only-2: keeps unregistered users out of both WP and BP content.
Approve New User: gives administrator the opportunity to approve or deny new users
Erident Custom Login and Dashboard: styles my login.php
BP Disable Activation Reloaded: kills the activation (don’t need it because I manually approve)This comes really close accept for the fact that the user is required to choose and confirm a new password, but then receives an e-mail with a randomly chosen password. This will not do. I see two solutions:
kill the random password generation (because user has already chosen and confirmed one)
remove the choose and confirm password during registration (because randomly chosen one is also fine)I have no idea how to achieve either one. Would anybody be so kind as to point me in the right direction?