Search Results for 'disable registration'
-
Search Results
-
Topic: Confirmation Email
I’m using Cymi User Extra Field, when you enable email confirmation the user gets the Buddypress email template
with the confirmation link. when the user clicks the link it takes them to the confirmation page of the site prompting them
to login with username and password. Problem is the user name and password doesnt work. The user gets created because they
are visible in the users list. How can I fix this problem.
I’ve disabled the Buddypress sign up for the default WordPress using: BP CUSTOMfunction my_disable_bp_registration() { remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); remove_action( 'bp_screens', 'bp_core_screen_signup' ); } add_action( 'bp_loaded', 'my_disable_bp_registration' ); add_filter( 'bp_get_signup_page', "firmasite_redirect_bp_signup_page"); function firmasite_redirect_bp_signup_page($page ){ return bp_get_root_domain() . '/wp-login.php?action=register'; }and I found this code in a Buddpress Forum:
https://buddypress.trac.wordpress.org/ticket/3443
// Change the text on the signup page
add_filter( 'bp_registration_needs_activation', '__return_false' ); function my_disable_activation( $user, $user_email, $key, $meta = '' ) { // Activate the user bp_core_activate_signup( $key ); // Return false so no email sent return false; } add_filter( 'wpmu_signup_user_notification', 'my_disable_activation', 10, 4 );I tried it with the hope that the key would be disabled and the key fired by WordPress would take over but it still didnt work.
I really don’t care who fires the key I just want the user to be able to login after click the key in their email.
Topic: spam users
i tried using setting –> general –> and disable the Anyone can register option in WORDPRESS .
doing this help me control the spam users but than i thought how to do the registration ? Can anyone help please here is the website now currently (Anyone can register) is disabled.
thanks
I’m having trouble with getting emails to send when BuddyPress is enabled. If I disable the plugin I get registration emails, but when it is enabled I get a message on the screen saying the message was successfully sent, but the email never goes through.
I have tried installing Postman SMTP as described in this post: https://buddypress.org/support/topic/register-activation-emails-not-being-send-smtp-configuration-not-set/#post-252037
Even with Postman STMP installed, registration messages still don’t come through. They also don’t show up in the Postman logs. However, my test messages in Postman are delivered with no trouble, and password resets, etc, show up in Postman logs and are delivered successfully.
This is running on Windows Server 2012 using XAMPP
Wordpress: 4.5.2
BuddyPress: 2.5.3
Theme: AllianceAny help is much appreciated.
Hey all,
Been digging for a solution but can’t seem to find one. My site has 2 registration forms (Form A and Form B) on separate pages that are working great. When users signup to Form B a hidden field called
subscriber_typeis populated. Otherwise Form A and B are identical. Once the forms are submitted a user should only be auto-activated and logged-in if thissubscriber_typefield is populated.So far users filling out Form B are activated (and don’t get the activation email) and are logged in. But users filling out Form A aren’t getting their activation emails either even though they should. Looks like no users are getting any activation emails, regardless of the form they fill.
Is there any way to make sending of the activation emails conditional?
What I’ve tried so far:
// Auto-activate users from Form B (This works) function auto_activate_user( $user_id ) { $subscriber_type = $_POST['subscriber_type']; if ($subscriber_type || $subscriber_type === 'current_subscriber'){ global $wpdb; //Hook if you want to do something before the activation do_action('bp_disable_activation_before_activation'); $activation_key = get_user_meta($user_id, 'activation_key', true); $activate = apply_filters('bp_core_activate_account', bp_core_activate_signup($activation_key)); BP_Signup::validate($activation_key); $wpdb->query( $wpdb->prepare( "UPDATE $wpdb->users SET user_status = 0 WHERE ID = %d", $user_id ) ); //Add note on Activity Stream if ( function_exists( 'bp_activity_add' ) ) { $userlink = bp_core_get_userlink( $user_id ); bp_activity_add( array( 'user_id' => $user_id, 'action' => apply_filters( 'bp_core_activity_registered_member', sprintf( __( '%s became a registered member', 'buddypress' ), $userlink ), $user_id ), 'component' => 'profile', 'type' => 'new_member' ) ); } //Send email to admin wp_new_user_notification( $user_id ); // Remove the activation key meta delete_user_meta( $user_id, 'activation_key' ); // Delete the total member cache wp_cache_delete( 'bp_total_member_count', 'bp' ); //Hook if you want to do something before the login do_action('bp_disable_activation_before_login'); //Automatically log the user in . $user_info = get_userdata($user_id); wp_set_auth_cookie($user_id); do_action('wp_signon', $user_info->user_login); //Hook if you want to do something after the login do_action('bp_disable_activation_after_login'); } } // Fix validation on Form B (This works) function fix_signup_form_validation_text() { $subscriber_type = $_POST['subscriber_type']; if ($subscriber_type || $subscriber_type === 'current_subscriber'){ return false; } } // Disable autivation email only for Form B (This doesn't work) function disable_activation_email() { $subscriber_type = $_POST['subscriber_type']; if ($subscriber_type || $subscriber_type === 'current_subscriber'){ return false; } } add_action( 'bp_core_signup_user', 'auto_activate_user'); add_filter( 'bp_registration_needs_activation', 'fix_signup_form_validation_text'); add_filter( 'bp_core_signup_send_activation_key', 'disable_activation_email');Hello, I updated to the latest version of Buddypress and now my site is redirecting the registration page of my site to wp-login. If I disable the buddypress plugin it stops redirecting from the page.
Topic: Diable Likes?
I have a chance to use a third-party plugin for allowing users to “Like” activity entries. I need to first disable or hide the existing “Like” functionality. Is there a setting for this?
Plugins:
Akismet (3.1.10) by Automattic
Awesome Support (3.2.9) by ThemeAvenue
bbPress (2.5.8) by The bbPress Community
BuddyBoss Inbox (1.0.4) by BuddyBoss
BuddyBoss Media (3.1.9) by BuddyBoss
BuddyBoss Reply by Email (1.0.2) by BuddyBoss
BuddyBoss Wall (1.2.7) by BuddyBoss
BuddyPress (2.5.2) by The BuddyPress Community
BuddyPress Edit Activity (1.0.7) by BuddyBoss
BuddyPress Xprofile Custom Fields Type (2.4.6) by donmik
Gravity Forms (1.9.18) by rocketgenius
Gravity Forms Help Scout Add-On (1.3) by rocketgenius
Gravity Forms Polls Add-On (3.0) by Rocketgenius
Gravity Forms Survey Add-On (3.0) by Rocketgenius
Gravity Forms Trello Add-On (1.0) by rocketgenius
Gravity Forms User Registration Add-On (3.3) by rocketgenius
Invite Anyone (1.3.10) by Boone Gorges
Like Button Voting & Rating (2.1.9) by LikeBtn
List Plugins (1.4.4) by SedLex
Maintenance (2.7.1) by fruitfulcode
Orbit (1.6) by TrueThemes
POWr Social Feed (1.4) by POWr.io
POWr Social Media Icons (1.4) by POWr.io
Remove Dashboard Access (1.1.3) by Drew Jaynes (DrewAPicture)
Subscribe To Comments (2.3) by Mark Jaquith
TinyMCE Advanced (4.3.8) by Andrew Ozz
User Role Editor (4.25.1) by Vladimir Garagulya
WordPress Social Stream (1.5.15) by Lee Chestnutt
WPBakery Visual Composer (4.11.2) by Michael M – WPBakery.comThanks!
Hello,
Wordpress = 4.4.2
Buddypress = 2.5.1
website = infotej.com
Problem = The buddypress comment feature continues to show comments even after writing “NO COMMENT”. If a user comments in the activity page for instance, that comment will show in registration page after writing “NO COMMENTS”, it will also show at the bottom of the activity page, under the list of groups, in profile page and all other buddy press pages.I have disabled the comment ability from my blog posts because of this, but whenever a user comments in activity stream, the comment shows everywhere.
Pls help!
I’ve done a lot of searching but did not find a complete answer on how to do this.
Basically, I want users to sign up with a Username, Email and Password. I want to disable the BuddyPress “Name” field (which is required).
The Display Name for every user will be the same as their username.
Every answer I found suggests using Javascript to hide this field. This seems like a terrible solution to me.
How can I completely disable the required Name field from the registration and profile pages?
1. Which version of WordPress are you running? WordPress 4.4.2
2. Did you install WordPress as a directory or subdomain install? Directory
3. If a directory install, is it in root or in a subdirectory? Subdirectory
4. Did you upgrade from a previous version of WordPress? If so, from which version? We always keep WordPress up to date, so of course it’s an upgrade. Not sure which version. Maybe 4.1.X?
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
6. Which version of BP are you running? BuddyPress 2.5
7. Did you upgraded from a previous version of BP? If so, from which version? No
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes, far too many. However, I did deactivate most to troubleshoot leaving only BuddyPress 2.5, BBpress 2.5.8 and Visual Composer 4.3.4
9. Are you using the standard WordPress theme or customized theme? Customized theme (Bridge by Qode)
10. Have you modified the core files in any way? No
11. Do you have any custom functions in bp-custom.php? No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? bbPress 2.5.8
13. Please provide a list of any errors in your server’s log files. Not available
14. Which company provides your hosting? Blue Host
15. Is your server running Windows, or if Linux; Apache, nginx or something else? VPS Server, ApacheI stole this from another thread as it’s the exact same issue:
I have a problem with getting the registration page to work – the registration page itself is displayed properly, however when I try to submit the registration form (“Complete Sign Up”), all it does is reload the page with fields already filled in (only password fields are blank) and nothing more happens.
WordPress Registration works just fine when BuddyPress is disabled using the Bridge theme. Registration also works when BuddyPress is enabled and I switch to the 2014 theme. Even with all the plugins installed. Perhaps some script conflict within the main theme files?
Here’s a link to the registration page: http://tinyurl.com/gwdmt6n
Hello,
I just installed BuddyPress on my new WordPress Multisite network (v4.4.2) configured for subdomains and it doesn’t appear to have been installed correctly, or I am missing a critical configuration setting.
After installing BuddyPress on my Multisite network through “Plugins > Add New” the following menu items were added to my “Users” menu:
1) Manage Signups
2) Profile FieldsThe issue is, when selecting Manage Signups, I am taken to an empty “Users > Add New” interface where it indicates (directly under the interface title) 2 total users and 1 Super Admin (I’m setting this up for the first time).
When clicking the “Registration is disabled. Edit settings” link in the “Manage Signups” window, I am taken to my Multisite Network Settings where I have the following selections saved:
• Logged in users may register new sites
• Send the network admin an email notification every time someone registers a site or user account.
When linking to “Users > Add New” through the original Multisite Users menu (“Users > All Users) the two current users are listed as expected. At this point, the function of “Manage Signups” is not clear.
Thank you for your assistance,
DonTopic: Few Issues
I am needing help on a few issues. I have latest WP & BP available as of today, and am using theme Twenty Thirteen. The website is http://www.ogfs.org
1) When registered users log in, I need them to only have access to the front-end rather than their limited back-end page. (Note: I am using BP Registration Options to require admin approval upon registration).
2) Disable the toolbar at top for all non-admin users
3) Recommendation on plugin that allows photos to be posted to group post comments. I have tried a few that allows media into the original post, but not the comments. A secondary alternative is possibly allow media attachment into private message (not ideal, but acceptable)
4) Ability for users to Edit their comment. Delete works great, but need ability to edit also. Plugin?
Thanks in advance for any and all assistance!Topic: Few Issues
I am needing help on a few issues. The website is http://www.ogfs.org
1) When registered users log in, I need them to only have access to the front-end rather than their limited back-end page. (Note: I am using BP Registration Options to require admin approval upon registration).
2) Disable the toolbar at top for all non-admin users
3) Recommendation on plugin that allows photos to be posted to group post comments. I have tried a few that allows media into the original post, but not the comments. A secondary alternative is possibly allow media attachment into private message (not ideal, but acceptable)
4) Ability for users to Edit their comment. Delete works great, but need ability to edit also. Plugin?
Thanks in advance for any and all assistance!Topic: Registration not working
The registration process on my website is not working.
wordpress 4.4.1
buddypress 1.3.3
http://www.pandadar.comAfter I have filled the form and submit the application, it redirect to Home page without showing a sucessful and check email message. At the back end, there is no record (the user name not showing up in ‘pending’ or ‘Manage Signup’) of this application. The user did not get activation email either.
This is what I have done.
1. I disabled all the plugin including bp and use a 2015 theme.
Wordpress registration and activation works well.
2. I activate bbpress plugin, and it still worked.
3. I activate buddypress. Registration is in Register Page, and I can not register any more (and there is no error message in SCRIPT_DEBUG). I am redirected to Home after Submit.
4. I edit Setting>General, change it to ip address, remove www or add www back, it does stop to redirect to Home without www. But login wise, it is no help.5. I set the permalink to post name and nothing changes.
6. I disabled all the redirect in the settings I can find in the dashboard, nothing changes.I notice the action field of signup_form is empty. but it comes with the theme. I do not think it is relavant.
Does anyone what problem it is? And if i have to look into the code, where should I start?
Many Thanks!
I have the latest wordpress and buddypress version installed on studin.nl.
Buddypress is working with a theme called WPLMS which is an LMS site.My question is why new users who register receive a lost password mail after a welcome mail?
I have disabled most of the plugins except for ninjaforms and postman smtp but still the same problem.
What could be the issue?Any help appreciatedI am using WP 4.3.1 installed as a directory in root. In order to combat spam registrations, I have been manually editing the register.php files and bp-members-screens.php files each time I update Buddypress to add a challenge field with a simple question. These were the files I was editing:
To add the challenge field:
\wp-content\plugins\buddypress\bp-templates\bp-legacy\buddypress\members\register.php
\wp-content\plugins\buddypress\bp-themes\bp-default\registration\register.phpTo accept the incoming form data:
\wp-content\plugins\buddypress\bp-members\bp-members-screens.phpEach Buddypress upgrade would revert these files to the default, and I would manually add the challenge question again. This worked for almost two years, and throughout several Buddypress upgrades, up to and including Buddypress 2.3.x.
Recently I upgraded from 2.3.x to Buddypress 2.4.3. This was the ONLY change I made. I did not upgrade any themes or other plugins. I went to edit the files above, only to find that editing them no longer affects the registration page. I cleared caches, then disabled all of my caching plugins and even deleted the two register.php files above from the server, and the registration form was not affected. With my manual code addition to bp-members-screens.php that REQUIRES the challenge field text to be present, forms with no challenge field submitted were succeeding. So then I deleted bp-members-screens.php from the server entirely, and registrations were STILL succeeding.
This leads me to believe that in Buddypress 2.4.x the registration page is generated and processed in a different way, and the files above are no longer used. If so, where can I go to edit them now?
Thanks in advance for your help.