Search Results for 'disable registration'
-
Search Results
-
Activation emails not being sent/received so set up BP Disable Activation to at least get new members.
This of course is leading to spam so tried adding CAPTCHA,it works on the comments section but not on the registration page.
My first attempt at this so stumbling blindly along!
Any ideas?
Hey guys,
I noticed that the fields on my buddypress website registration form, in any field, the user is allowed to enter unlimited characters. How can I restrict that?
I have searched for it everywhere, and the best solution I found was to use javascript, but we all know this is not really a restriction, as experienced users can disable it.
Any ideas?Topic: New users can’t register
It goes like this
– User submits registration form at example.com/register/
– Get’s sent an email with an activation link
– Clicks activation link e.g. example.com/activate/?key=d2373a345c3bbf9a62dd475e61cfbff9
– Not registered
– Activate page also has form to submit activation key
– Submits activation form with key value from URL
– Not registeredSeems like this is broken, or am I just missing something.
BuddyPress v 1.6.1
WordPress v 3.4.2
Using site-wide forums onlyPretty sure it’s not any of my plugins as I disabled most of them and it still didn’t work.
I really love my s2member setup and really don’t want to use BP registration. I’ve got things set up pretty well, however I’d rather disable the redirect from the standard WP registration url than hack it everywhere it appears. I’ve tried:
`if ( bp_core_is_multisite() )
remove_action( ‘wp’, ‘bp_core_wpsignup_redirect’ );
else
remove_action( ‘init’, ‘bp_core_wpsignup_redirect’ );
`
and
`
remove_action( ‘wp’, ‘bp_core_screen_signup’, 3 );
`
with no luck.Any ideas?
Thanks!
Hi, I have installed the plugin, “New User Approve”, in which the plugin will automatically generate a new password and send to the new users I have approved. So now, I have a problem with buddypress normal registration because it requires that new users have to create a password before they can complete the registration process. So, when their accounts get approved then they will receive an another password from the plugin, New User Approve, to log in to the site, which is very confusing. So, is there any other ways I can remove or disable buddypress password creation during registration process? I had tried to remove the password creation codes in the registration file in buddypress default theme, but it didn’t work. It did remove the password section, but you can’t then complete the registration process?!
My website is, http://buddygalaxy.com.
BP accepts a new member’s registration just fine. An activation link is emailed out. The new member clicks the activation link, and they land on a page that says they’re able to now log in. Then when the member attempts to log in, they’re required to enter an “activation code”.
Where does this activation code come from? I don’t see it anywhere, and I’d prefer to just have new members click an activation link and be good to go. Can’t we just skip this activation code business?
In any case, please let me know how I can get this registration process running smoothly.
1. Which version of WordPress are you running? 3.3.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? No upgrades yet…this is a brand new install.
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. N/A…this is a brand new install and BP was installed along with everything else all at the same time.
6. Which version of BP are you running? 1.5.6
7. Did you upgraded from a previous version of BP? If so, from which version? No upgrades.
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Advanced Access Manager, AG Custom Admin, BP Xtra Signup, BuddyPress, BuddyPress Activity Plus, BuddyPress Moderation, Contact Form 7, Cookies for Comments, Disable WordPress Updates, Envolve Chat, Genesis Connect, Genesis Favicon Uploader, Genesis Simple Edits, Genesis Simple Hooks, Genesis Simple Sidebars, Google XML Sitemaps, JW Player Plugin for WordPress, Login Lockdown, Mail From, MaxBlogPress Ping Optimizer, Revision Control, Secure WordPress, SEO Friendly Images, W3 Total Cache, WordPress Importer, WP-DB Manager, WPTouch. Importantly, while I’m currently running all these, I’ve disabled all plugins but BP and Genesis Connect for testing purposes, and the registration issues remain.
9. Are you using the standard BuddyPress themes or customized themes? I’m running Amped child theme from StudioPress and Genesis Connect for theme compatibility.
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? I used the BP wizard to install bbPress.
13. Please provide a list of any errors in your server’s log files. No PHP errors on this site to report.
14. Which company provides your hosting? Bluehost
15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache 2.2.22Hey geniuses of the buddypress world!
I’m new (and totally unsure if I am doing this right so I apologize if I am posting this in the wrong area…)
Anyway onto the problem, and to be honest I am having trouble identifying if it is an automatic redirect in buddypress, wordpress or the theme (Salutation).
I am trying to figure out if it is possible to disable the automatic redirect away from the registration page when you are a logged in user. I essentially need users to be able to go in and register other users and eliminate the ability for anyone who goes to the site to register.
I am using buddypress not for social networking on the site but more for internal members of the company to be able to go and download documents, find information, etc. etc. and I need these internal members to be able to go in and register people that work for them….possible? Maybe? Bueller?
I have been looking all over for someone else that has asked the same question but I can’t seem to find one that fits completely so please if there is another topic thread that would point me in the right direction, link away!
I am working with Buddypress 1.5.5, WordPress 3.3.2 & Salutation 1.4.2 and also have the free version of the S2Member plugin installed (120517 I think!).
Is it possible for admins to view full profiles including all custom profile fields of
users who have not verified/activated their accounts.I have managed to disable auto sending of activation emails after registration so
admins can have a look at the new user first and trigger the activation email – effectively
approving the new users. However my client has asked to be able to view the full profile
so they can better decide if the user should be approved. They want to check that all custom profile
fields have been filled out correctly.Is there any way of doing that?
ThanksHi, I’m looking for a way of disabling the need of email activation in the registration process, and I’ve found a plugin (http://wordpress.org/extend/plugins/bp-disable-activation/ the descripcion says it also automatically logs in the user) and some code (http://buddypress.trac.wordpress.org/ticket/3443 and #2 in http://wpmu.org/6-buddypress-power-hacks-you-dont-want-to-miss/) but I’m afraid to use those because they are really old.
Is there an alternate/new way to do this?
I want this because the activation email seems to work ok only for gmail accounts and the hotmail accounts do not receive the email (I have tried the mail plugins suggested in the codex). But I also would like to make the registration process shorter and super simple to my potential users.
If the sent email can not be removed, maybe replacing the activation key with a welcoming message.
I know that if I do this, the site would be vulnerable to sploggers but I have seen there are safety plugins for this such as wangward.