Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'disable registration'

Viewing 25 results - 351 through 375 (of 647 total)
  • Author
    Search Results
  • #143796
    oceanwidedesigns
    Participant

    Thanks @inkblot but BP does manage the registrations, not WP — IE how it used to disable uppercase characters because of conflicts within BP. I’ll take a look at that plugin later – for some reason the Plugin directory isn’t loading properly atm.

    oceanwidedesigns
    Participant

    @chiangmai – It could be because it’s not compatible with BP, I’m not familiar with that plugin but not all WP plugins are compatible with the BP registration process.

    I’ve had success with Wanguard and asking a specific question. I’ve only had one spammer come through in the last month. I tried other CAPTCHA plugins before, and the CAPTCHA wouldn’t show in IE.

    Chiangmai
    Participant

    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?

    #143634
    Paul Wong-Gibbs
    Keymaster

    The default theme with BuddyPress doesn’t have a log in widget. If you’re not using a different theme and you’re referring to the sidebar area, that’s hardcoded into the template. In this case, some extra text with a register link will appear as long as user registrations are enabled on your site.

    To check, http://www.agentwp.com/enable-or-disable-user-registration-in-wordpress

    raphadko
    Participant

    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?

    #142295
    Tanya
    Participant

    I am still having trouble with this and it is driving me nuts!
    I have disabled the plugin “Restrict Usernames”, and have added this code to my functions.php file
    `add_filter(‘validate_username’ , ‘custom_validate_username’, 10, 2);
    function custom_validate_username($valid, $username ) {
    if (preg_match(“/\s/”, $username)) {
    // there are spaces
    return $valid=false;
    }
    return $valid;
    }`
    And still, usernames with spaces are allowed through during registration.

    #141660
    9087877
    Inactive

    I would check them all because I have used plugins that broke registration and it was usually the last one I tried. Matter of fact I know disable wordpress updates was the culprit on one occasion. Just disable them all one by one to weed out the issue and then come back if the problem persists. Just a piece of advice for the future, anytime you install a new plugin, test that the registration still works each time. It sounds tedious but it will save you a headache if you have installed many plugins and you have to weed out the registration killing plugin because you failed to test it.

    #31854
    blg002
    Participant

    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 registered

    Seems like this is broken, or am I just missing something.

    BuddyPress v 1.6.1
    WordPress v 3.4.2
    Using site-wide forums only

    Pretty sure it’s not any of my plugins as I disabled most of them and it still didn’t work.

    #31266
    timothly
    Member

    I am currently running WordPress 3.4.1 and 1.6 BuddyPress and I recently upgraded from 1.5.7 BuddyPress. I have not made any modifications to the files since installation.

    I am running 2.1.2 bbPress with 1.6 BuddyPress, but I am not able to activate any other plugins (Akismet, User Spam Remover, etc.). I receive fatal errors stating “Out of memory” when I try to activate any other plugin.

    It seems obvious that I need to call for more memory via .htaccess file. Any alternatives?

    I use Akismet to filter comments on the homepage, and I used User Spam Remover to disable “New User Registration” emails. Any alternatives to these? I noticed that 1.6 has Akismet integration, but I could not find it in the 1.6 Codex directory.

    Any help is greatly appreciated!

    #138688
    bg
    Member

    So, if I try to disable it do you think the strange field will go away? Anyway, I’ll try to deactivate it now and see what happens. Thanks!

    #138587
    gh0zt
    Member

    Disable User/Pass registrations and use a Facebook only registration system.

    #30795
    bg
    Member

    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.

    #138159
    freque.unce
    Participant

    My mistake, this is the default behavior of WordPress/Buddypress. What I’m trying to do is apply this same effect to bp-disable-activation, which should be easy, I think.

    #137214
    shanebp
    Moderator

    @rogercoathup

    BP 1.5.5, WP 3.4, GF 1.6.3.3.4

    Registration attempts via our mobile theme recently started to fail.
    Submit results in refresh of page with fields inputs showing.

    Thought it might be a s2member conflict…
    So confirmation that a GF issue exists is helpful – thanks.

    GF instances, like the reg form, are shared across the desktop and mobile themes.

    The fate of the mobile theme is being decided, so I haven’t dug around much or tried your -disable ajax or -switch hooks fixes.

    So mainly I was just bumping the thread.

    #137155
    Roger Coathup
    Participant

    It’s not available as an option from wp-admin.

    It’s possible with some fairly advanced coding – you’d need to be a competent PHP developer:

    You could look at using the wp_set_auth_cookie() to auto login the user on registration.

    You need to hook on to an appropriate action in the user registration process – disable the call to wp_new_user_notification(), and then use the auto login function above.

    Alternatively, you could have a look to see if there are any ‘off the shelf’ plugins to do this for you — I’m not aware of any.

    #137039
    allegra1212
    Member

    Wow so many question and not a light on the horizon.

    * Host: Hostgator
    * Everything else works on the site
    * All set up is correct after transfer
    * I disabled all plugins that could interfere
    * How do we create user account??? er…by clicking on create an account!
    * No nothing exotic. Just basic buddypress and buddypress registration system.
    * And yes that was a stupid question but i can check again for the email in the db.

    Soooo…any other questions or may be an advice would be welcome?

    I told you if you want the URL you are welcome to check it. My host is working on it at the moment but we are nowhere yet.

    Thanks.

    #136455
    Paul Wong-Gibbs
    Keymaster

    1) Disable user registration in WordPress, and create user accounts manually via the wp-admin screens.

    2) This is default WordPress multisite behaviour.

    3) You will need some kind of front-end posting form for your theme(s).

    #30021
    rxcknrxll
    Member

    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.22

    ChrisCart
    Member

    Hi all,

    I have an odd issue. Until very recently I had the Buddypress Admin Bar disabled on my site with “define(‘BP_DISABLE_ADMIN_BAR’, true);” in my wp-config.php, and have recently decided to give it a go.

    My registration page is at ohdratdigital.com/register, and sends a prospective user to a signup page. However, if I change ‘true’ to ‘false’, or remove the code, then enable ‘show bar to logged out members’, ohdratdigital.com/register takes users to the actual wordpress page /register that is linked to buddypress (it says ‘this is a test page for registration’, which I think I wrote myself when trying to get my head around BP as I installed).

    Changing back immediately fixes the problem… I don’t understand!

    I am using s2member and bbpress, and everything is up to date. If anyone has any ideas PLEASE let me know, because I’m tearing my hair out!

    Thanks,
    Chris

    amacgirl
    Member

    Hey 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!).

    #134991
    Hugo Ashmore
    Participant

    It’s an option tied to the registration process, you get to enable or disable site registration and then to set what role is assigned to new signups. It will be part of the admin settings for sites rather than network admin if memory serves correctly

    #134979
    Jon Hardison
    Member

    Hi:
    Sounds like you’ve got everything set up right. Do you have the “Disable BuddyPress to WordPress profile syncing?” in BussyPress settings set to No? Once the WordPress registration page is pointed at the BuddyPress registration page, no one should have to register on both, and the option above should keep those registrations ‘in sync’.

    You said:
    “I have the buddypress register associated with the wordpress register page, but it still does not work.”

    If you’ve done this within BuddyPress Page settings, you’re actually associating WordPress’s Registration and activation pages with BuddyPress. Not the other way around as you stated. Is this what you’ve done?

    stupidchief
    Member

    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?
    Thanks

    kozmica
    Member

    Hi, 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.

Viewing 25 results - 351 through 375 (of 647 total)
Skip to toolbar