Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'disable registration'

Viewing 25 results - 326 through 350 (of 647 total)
  • Author
    Search Results
  • #156199
    Rocio Valdivia
    Participant

    Hi!

    If somebody still need to disable activation email, the following function works fine for me:

    `
    // 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 );
    remove_filter( ‘wpmu_signup_blog_notification’, ‘bp_core_activation_signup_blog_notification’, 1, 7 );
    add_filter( ‘wpmu_signup_blog_notification’, ‘__return_false’ );
    `

    Thanks to @cnorris23 for it! https://buddypress.trac.wordpress.org/ticket/3443

    Hope it helps to someone 🙂

    rlrob008
    Participant

    Good Day All,

    I have been reading through these forums with regards to the BuddyPress Registration form issue.

    I am not too sure if I understand the requirements properly from reading so many threads on here. I think I just ended up confusing myself further.

    We setup a BuddyPress website here http://www.weetie.com/. The website has a customised registration form. The “Allow anyone to register” option is set in the admin panel.

    This is the BuddyPress registration form.

    Currently in most browsers desktop and mobile the registration form does not work. It is however erratic as some can register and others can’t.

    It does that reloading of the form with contents still loaded for many users. It was not working in any browsers until Friday last week. Then we rolled back to an older version and it started working on certain devices it had stopped working on until then.

    We have even setup a test installation of the platform with only WordPress and BuddyPres (manual installs) with the default BuddyPress theme activated. The same problem persists there.

    These are the 2 latest threads we have gone through to try to resolve the issue:

    http://buddypress.org/support/topic/sign-up-redirects-to-registration-which-goes-nowhere/

    http://buddypress.org/support/topic/disabling-bp-registration/

    Neither of which helped.

    What I was wanting to know is the following.

    1) Do we need to completely disable BuddyPress registration?
    2) Use the default WordPress registration?
    3) Is there a step-by-step guide to assist one with this process?
    4) Is there perhaps a compatibility issue with the system and certain browsers?

    We have currently lost large chunks of time trying to solve this issue and styling it to work on mobile devices so we are on the tightest of deadlines to complete and any assistance would be highly appreciated.

    The WordPress version currently used is: 3.5.1
    The BuddyPress version currently used is: 1.6.2
    The previous BuddyPress version used: 1.6.4

    Hopefully I have enough detail for assistance.
    Kind Regards

    #152509
    @mercime
    Participant

    @jcollier if you’ve selected “User accounts may be registered” then you should not be seeing that in your registration form. Could be that the JS to hide blog creation when it is disabled is missing in your theme’s /registration/register.php file. What theme are you using? If you change to BP-default theme, is the issue corrected?

    #150948
    aaclayton
    Member

    On my site I have fairly strict user registration requirements, and therefore I have the BuddyPress setting Allow Akismet to scan for activity stream spam set to DISABLED (unchecked).

    While poking around my database today I noticed something really disturbing. Despite Akismet (allegedly) being disabled, activity_meta entries are being created and processed for every activity item that is registered. To make things worse, Akismet is even flagging certain activity items as spam with a 100% false positive rate!!!!!

    I need Akismet to be OFF for BuddyPress, not dormant, not asleep, just off. I don’t want it making activity_meta entries, and I certainly don’t want it attempting to flag anything as spam. Anyone have an idea for how best to proceed?

    troyward
    Participant

    Hi,

    I am totally new to buddypress, and I am very excited to work on it for the first time. I have good understanding of WordPress. I am trying to integrate buddypress with an existing wordpress site. The problem is that my site is a subscription based site. So I need users to sign up using WordPress registration.

    I want to use buddypress but I want users to register using my existing registration system. Once they signup they can then modify their buddypress profiles. I am also concerned about security so I want to disable buddypress registration component and use WordPress registration system.

    Thanks,

    #150052
    yidamweb
    Participant

    Hello Ben,

    Thank you for the insight given.

    I also await advice on how to be able to continue using the “BuddyPress Registration Options” plugin – it is currently disabled because it was not allowing the public to access/read the groups/forums of the site.

    Thanks again.

    #149958
    valuser
    Participant

    quote from @SeriousDon

    users are submitting their info and the register page just simply reloads with no error.
    created a locally hosted test server ………. got the website to function 100%

    Have had similar experience but in the reverse

    created a local site (though with a lot of customization) all well locally with registration 100%

    put it up on a host and registration page just reloads with no errors.

    Have no great experience but could it be version differences of php, or mysql etc. ???
    or more likely as modemlooper suggests left over tables from a discarded plugin maybe a disable or auto activation plugin.

    I think (though will not name as i’m not 1000% certain) one wp managed hoster had a reports of a similar type problem from a few clients and they eventually fixed it.

    Stumped! there are a few results on google search terms —> buddypress register registration reload reloads refresh and a buddypress ticket (now closed) #4477

    At first all registration was disabled regardless of theme.

    Then as suggested in one of the google results I removed an anti spam addition from htaccess and i got back registration in bp default and the other themes.

    but no registration yet for the theme that “caused” the problem

    Baconbits
    Participant

    So I have been browsing through every thread related to the subject, and have seen very little solutions and very few lucky folks who had the problem find a solution. I’ve been working very hard to root out the problem so please bear with me, I need assistance. A solution to this problem would help a LOT of BP users.

    My problem: (using WP 3.5 / BP 1.6.2) Registration is broken on random browsers, seems to come to life for some people under very random circumstances. Still 50+% of my potential users are submitting their info and the register page just simply reloads with no error.
    -Disable all plugins except buddypress: No luck
    -Use BP default theme, with fresh buddypress install: on MY computer, IE will suddenly be able to register, but not firefox, and still every other person to try to register fails.
    -htaccess is unaltered from its original state
    -“allow users to register” is checked
    -no form of captcha, or custom registration page is being used.

    On a hunch, I created a locally hosted test server and downloaded a backup of my WEBSITE files (not the SQL database). I got the website to function 100% as it currently does (without my users, I’m not sure how to export/import BP users and profiles). Lo and behold, under the exact same circumstances I can register under every browser under the sun, on multiple PCs on my local network.

    This tells me there is something wrong with my database (and obviously the other users reporting the same problem — if its not your plugins or theme, its a db issue).

    So now my question, how can I go about squeezing the junk out of my database that could be causing this (if anybody agrees that I’m right). Over the months I have used and removed well over 100 plugins that I’m sure have left their traces all over the database. Something in there must be causing the problem.

    If I can’t root out the error, would it be possible to create an entirely new database and only import ALL user data (name, email, password, avatars, activity stream posts, etc)… I don’t want to annoy my users by having them log in to see they have lost any data. If this is possible then I would have my current up to date website as it is, without a single papertrail of plugins that are long since deleted.

    What do you guys think? I realize this is a very rough issue so any help is greatly appreciated. I’ve been tinkering for days trying to figure this out, many of us are losing users because of this.

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

    #149132
    doncgarner
    Participant

    Hello to all, I have JUST freshly installed Buddypress Last night with No Hitches. I DIDN’T install the forums or the BBPress features because I wanted to do that when I needed to later. My Site is Currently using/in WP Maintenance Mode Plug-in (Only Plugin NOT Disabled)…All the other Plugins were de-activated before my BP install. I’m using ThemeForest’s Continuum Theme for WP. I ONLY Want Buddypress’s FEATURES & FUNCTIONALITY…..NOT it’s template, at all, at least throughout the Content Pages & Categories on my site. I do want a MEMBERS site, with all of BP’s features for members when they join and become a part of my Artists community. However, I am STUCK!!! After the install What Do I Do Next, and HOW Do I Do It with the Continuum theme? Someone please point me to a step by step video of HOW to make my template Config to the Continuum theme that I want to use throught my site’s main content. I was on the Ning.com network before I dedcided to re-design my whole website community/network. Most of WP’s features are very understandable, but…..I can’t seem to fugure out for the life of me, how to make Buddypress work, within my website, and it’s continuum theme. Here’s what I need members to be able to do within the community……..

    1. Create a members/Artist profile upon Registration. re-directing them to completing their profile, and adding a bio, photos, music, videos, links, etc….within their profile after registration.

    2. NOT be able to see the WP Admin Panel AT ALL or have any access to it. Also NOT see WordPress login Screen while signing-up or signing in. Just a simple login screen. Don’t need Anyone to know the site is a WP installed platform AT All!!!…lol

    3. Members be able to UPLOAD music, videos, photos, files, etc, to their profiles, and designated pages within the website. Even add a Music or video player on profile page.

    4. Members to Video Chat with Multiple members or privately, with SAME Access Login they signed in with to the site.

    5. Members to be able to POST a blog topic in a MAIN Blog area, where ALL members’s Blogs display, and NOT have it interfere with any other POSTS for content, on the site by admin.

    6. Add Password protected pages where I can Monetize and offer Specific content for members. All pages are NOT going to be public, but ANYONE can join. Just don’t want them to get past a certain couple of pages without Becoming A Member 1st.

    If anyone can help me with ANY of this, ESPECIALLY The BuddyPress SET-UP with my Cintinuum theme…please do so . As, I have a Launch Deadline of New Years Eve Midnight!!!! (Sign) If I can get the Buddypress Membership features working within My Template without changing the template….then I’m good. I just need members to see the current design theme, wnjoy the content, and still be able to sign-up for a new membership and get all of the buddypress features also. Thanks In Advance Friends…..Blessings.

    Jimmy
    Participant

    Hi. I’m running BP 1.6.2 and WP 3.5. Site is solofirm.net.

    At some point, I’ve started getting an error with the reCAPTCHA that’s part of my registration form. (It keeps saying: “An internal error occurred: 4D17516D982D8.A147408.703B”) I can’t figure out how to fix the reCAPTCHA, and I also can’t figure out how to disable the “Human Verification” part of the registration form. Can you help?

    #148428
    @mercime
    Participant
    #147211
    AutomatedKid
    Participant

    From bad to worse!

    Scenario: bp and wp in a multisite setup

    I previously had a fresh install of bp 1.6.1 and wp 3.4.2 somewhat working where it gave me registration link errors on subsites and missing “my links” menu item, and now thinking an upgrade would solve my problems, now I can’t install bp no matter what, either bp 1.6.2 & wp 3.5 or bp 1.6.1 & wp 3.4.2, or any combo, respectively. Unfortunately I lost my previous backup folder in the middle of night thinking I was deleting an older, older backup and that wasn’t the case, so now I’m stuck with nothing. Anyways…

    With this new install I tried with a few plugins installed and disabled, no plugins installed whatsoever from a fresh install, and I get the same issue, blank admin screens, can’t update bp from 1.6.1 to 1.6.2 either from ftp or install menu, etc. I was able to rename the bp folder to get back into the site, however that serves me no good when I need to at least get an older version of bp installed on the site.

    Yes, I know, I’m just ranting since I can’t even replicate getting to the previous point I had before with the issues I had. Yikes!

    I am able to install a fresh wp 3.5 multisite setup on its own, had a minor issue with disabling and re-enabling the themes to clear errors, and was even able to register / login via a subsite, and all seems to work just fine. It’s only when I introduce bp into the mix that things start getting crazy.

    If anyone can tell me what I am doing wrong, I’d really appreciate it, since no sleep is taking a toll on me.

    #146549
    fitnessblogger
    Participant

    Hi Guys,

    When anyone signs up to my site using registration form.

    The (User set) Password does not work and they have to use forgotten password link to reset password and gain access to my site ? ?

    I have a quite a few plugins running so my next step is to disable all these and test each one!! Its going to take a while!

    I was just wondering if anyone had any thoughts on where i should be looking ? ? ?

    WordPress version 3.4.2 (multisite – Subdomain – users can create blogs)
    BuddyPress version 1.6.1
    http://fitnessblogger.net

    Kind Regards

    James

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

    aaclayton
    Member

    Hi BP Community,

    I have a slightly urgent problem and could really use some quick advice. My site seems to have gotten large enough to attract a couple of the black hat seo scripts that automate user registrations. I’ve had to temporarily disable registration while I figure out a way to if not eliminate, at least reduce the number of these that get through. I looked into a couple of the Captcha programs, and ran into a problem.

    * The captcha field was displayed on the registration page, but it’s contents did not affect whether a submitted registration was processed or not. It seems like some of the WordPress captcha options that are out there are not hooking into the right thing to filter BuddyPress registrations. I’ve seen some other recommended solutions add a filter to:

    `bp_core_validate_user_signup`

    I wasn’t able to get this filter to actually stop the registration from proceeding, though. It seems a lot of the BuddyPress captcha related solutions out there were designed for WPMU, which used a different set of registration functions. I could really use a hand figuring out how to filter an extra level of human authentication into the registration process.

    Thanks in advance,
    Andrew

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

    #32632
    Qoff
    Participant

    I already search about it in the google, but despite a lot of people have the same problem i dont find a solution

    When the users try register by the buddypress register they come back to the initial page of the website and don’t receive any confirmation e-mail.

    When i disable the buddypress the normal register method works fine.

    I already tried install the “Configure SMTP” plugin and configure to a gmail. I receive the test e-mail (very delayed but i receive) and when i try register in buddypress the email doesn’t come, i already check the send folder in the gmail, but only the test emails was there.

    Sorry for my english orthography btw.

Viewing 25 results - 326 through 350 (of 647 total)
Skip to toolbar