Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'disable registration'

Viewing 25 results - 226 through 250 (of 462 total)
  • Author
    Search Results
  • #149877
    Paul Wong-Gibbs
    Keymaster

    The first issue is fixed by a 1.6.3 update, which we will be releasing very soon.

    I am not aware of any bugs with your second issue; if the current user is a member of that private group, they have access to see its activity items on any page on your site.

    Third issue is a WordPress setting; see http://www.agentwp.com/enable-or-disable-user-registration-in-wordpress

    #149821
    yidamweb
    Participant

    Hello,

    This problem was solved, as follows:

    1. Disable “BuddyPress Registration Options” plugin.
    2. In Settings >> General >> New User Default Role, set to “Blocked”, or some appropriate value to make spam registration difficult.

    Thanks to Hugo for pointing to the solution.

    #149655
    yidamweb
    Participant

    Hello Hugo,

    The BP-centric plugins installed are “BuddyPress Registration Options” and “BuddyPress Login Redirect”. Might they be disallowing public access to the forums/groups? How to disable the disallowing feature?

    #149543
    Rocio Valdivia
    Participant

    Hi @purplemonkeyking you only have to disable the users’ registration option here: http://example.com/wp-admin/network/settings.php

    Then, try to connect with the plugin you’re using and done. I’m using the same plugin and it works for me 😉

    By the way, are you using the premium version of https://wordpress.org/extend/plugins/wp-fb-autoconnect/ it’s because I need the premium BP features and I would like to know other people opinion before to buy it.

    Thanks!

    #148428
    @mercime
    Participant
    #146449
    r-a-y
    Keymaster

    Just tested your registration page on IE8 and it shows up without that message.

    Are you using some caching plugins?  If so, disable it or whitelist the registration page from being cached.

    Also try purging your browser cache for IE.  One other thing I noticed is the javascript is failing, which prevents me from using the captcha service you’re using.

    #144967
    @mercime
    Participant

    == t I do not want them to be able to register new blogs and create blog post ==

    @toriea You can do that. If you created a network (go multisite), you need to go to Network Admin > Dashboard, then go to Settings > Network Settings where you’ll find Registration Settings: Allow new registrations
    — Registration is disabled.
    — User accounts may be registered. <=== choose this option
    — Logged in users may register new sites.
    — Both sites and user accounts can be registered.

    @mercime
    Participant

    == In my profile page (http://www.luchotv.com/miembros/Luciano/profile/) it says “Base Name” with just my name as information, it looks like a group even though groups were disabled. ==

    No, this is not part of a Group/Group Forums at all. /Luciano/profile/edit/group/1/ refers to the first group of Profile Fields. As you can create more profile fields based on your community, you can also create more than one group of Profile Fields to organize profile information – https://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields
    – Note that all the fields you add in the first group of Profile Fields will also show up in the Registration Form if you have that enabled. Those in the 2nd group or so will only show up in e.g. /Luciano/profile/edit/group/2/ and /Luciano/profile/edit/group/3/ if you have more than one or two groups of Profile Fields.

    @mercime
    Participant

    @ronnie_fantastic Looking good.

    1. Missing BuddyPress styles: Go to Appearance > BP Compatibility. and uncheck “Disable BP Template Pack CSS”
    – you need the BP template pack CSS to properly align the BuddyPress sections.

    2. Enable registration: Go to Settings > General and look for the line where you allow registration (it’s off by default)

    3. “It has what looks like a 2 cell table with ‘Base’ written above it and the name/username within”
    – This is the Profile page and it shows profile fields. BP Codex is your friend https://codex.buddypress.org/getting-started/configure-buddypress-components/

    #144219
    r-a-y
    Keymaster

    If you were using the WordPress registration page before while running BuddyPress, then it was actually a bug in BuddyPress! :)

    However, if you really need to use the WP registration page, add this code snippet to /wp-content/plugins/bp-custom.php:

    `remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );`

    This snippet disables the redirect from WP’s registration to BP’s registration page. It’s not really recommended to this, so I note this as a disclaimer now!

    You’ll also want to probably remove the “Registration” page from the BuddyPress admin settings area so that page cannot be used for registering.

    #144103
    Qoff
    Participant

    I think the solution will disable the e-mail verification, but probably this will get a lot of spam >.< Did you guys think a captcha is enough?

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

    #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

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

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

    #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).

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

Viewing 25 results - 226 through 250 (of 462 total)
Skip to toolbar