Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'disable registration'

Viewing 25 results - 276 through 300 (of 492 total)
  • Author
    Search Results
  • #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?

    #132600
    Paul Wong-Gibbs
    Keymaster

    No — BuddyPress is just a WordPress plugin, so if you disable user registration, it’s off, everywhere. User accounts are shared across all plugins.

    #131845
    Hugo Ashmore
    Participant

    Concentrate on the bp default theme for the moment, Mingle is – I suppose – a BP compatible theme and as such should have all the files necessary contained within it’s own theme folder. You can come back to the mingle theme, I would just concentrate on BP for the moment, but first disable BP as well and just establish that WP is working correctly, finds posts/pages , and allows registrations.

    9087877
    Inactive

    Every time I hear of this I have to say before anything else disable all plugins except for BP then try a test registration/activation. Even If it sends it to a spam folder in your email then you have used a process of elimination to find the culprit. Most of the time if you are getting your test activations in a spam folder on your email then setting up an email on your host from your domain cures the issue. Something like “admin_yourusername@yourdomain.com” in your cpanel webmail or whatever you have usually fixes this. You may also need to change the email in your dashboard/settings/general E-mail Address to reflect the email you created on your host depending on the host and how they handle mail. Hopefully this will help you. “My advise to anyone is after installing any plugin after BP is to do a test registration/activation each time.” That way you don’t have to sort through 20 plugins to find the one that breaks activation. Oh yeah, and if it activates go ahead and log-in with the username and password you created or the test registration/activation member you created will not show up in the members directory.

    #130938

    In reply to: Registration question

    Paul Wong-Gibbs
    Keymaster

    What about if you disable account registration, and manually create accounts for your students? That way only they will have access and it saves fiddling about with code, which doesn’t sound like the right solution for this.

    #130732

    In short yes, this is my first buddypress setup so first thing I did was to test out registration
    This was both in the custom-community theme and the default theme. No other plugins, except bbpress which I disabled to test, still no go.

    I am on a timeline so I have reverted to 1.5.0 and the activation step worked in one go. Unfortunately I am having problems as site-wide forums arent available in that version but that would be another topic. If none of the other posters sites are still available for testing, Id be glad to set up a vanilla wp, and buddypress install and provide you with the login and password…

    Something in the code has definitely changed. I guess I could do a diff between 1.5.0 and 1.5.4… If someone finds the answer before I get the chance to do that, even better, let us know.

    @mercime
    Participant

    Yes, @ mentions usually get emailed by default. Didn’t know if you disabled that in your settings like I did :-)
    a) is Good choice

    If you’ve changed any of the BP template files in your theme folder, replace all of them for a clean slate by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    A. Copy your theme’s header.php and Save As > header-buddypress.php

    Open up header-buddypress.php and at the bottom of the file, below all other code, add this:
    [UPDATED – 3/2/12]
    `

    get_queried_object_id();
    $title = get_post_field( ‘post_title’, $post_id ); ?>

    `

    Save file.

    #130092
    40cooper
    Participant

    So here’s an update…I went into buddypres settings and changed it so that my registration page, gamespank . net/new-members, is not associated with wordpress anymore. Then I installed a plugin that allowed me add a shortcode to that page creating a custom registration page. This worked, but when I tested it, it allowed me to create a new user, it even added it to the user database, but the welcome email never got sent, thus no password for sign up. I tried to use the forgot password form, but got this error message: “The e-mail could not be sent.
    Possible reason: your host may have disabled the mail() function…”
    This is definitely not the case, and I checked to make sure anyway. I have no idea what is going on at this point. Thank you for the help so far, but I am in need of more, lol.

    #130091
    40cooper
    Participant

    Yes, I actually just installed that today, but I did deactivate all my plugins except for buddypress, but the issue was still there. The only time people can register is when I disable buddypress.

    #130085
    40cooper
    Participant

    No one has an idea about this? It is definitely a problem with my buddypress instillation. I deactivated buddypress and used the wp reg and it worked fine. Then brought back buddypress and disabled all the other plugins and the problem was back. I didn’t change anything to do with the registration, except I changed the actual slug for the page to new-members, but that was awhile ago. No idea what could be wrong. Is there a way to bypass the buddypress registration and use something else?

    #129381
    @mercime
    Participant

    Registration is disabled by default in any WP/BP installation. You need to enable registration in your dashboard menu Settings > General panel and save.

    If you’re using bp-default theme, you’ll see a register link appear in the right sidebar under the login form.

    @ChrisClayton
    Participant

    @Craiglovelock – you will have to figure out how to insert a custom textfield into the wordpress registration page and then insert a “name” field (sorry, cant help more since i have never touched the wordpress registration form)

    Since you have disabled the buddypress registration form and you have given wordpress back control over it, you may get better answers on the wordpress.org forums.

    wifiguy
    Member

    I finally found an answer which I shall tell you about in case anybody else is trying to do the same.
    I changed the theme to “Suffusion” http://aquoid.com/news/themes/suffusion/
    installed the suffusion buddypress pack. When you go to activate BP use the option “don’t change my theme”
    and Viola we have buddypress working with the WP register and login.

    #124654
    roninerrante
    Member

    As someone said here, I disabled e-mail activation with an autologin plugin called: “BP Autologin on Activation”. I hope this will be fixed soon anyway.

    #124276
    @mercime
    Participant

    @junglejinge you need to wrap your code within backticks (`) the symbol between the parentheses for short blocks of code. But for large blocks like the page.php source code, use pastebin.com as aces mentioned above

    I gathered additional information from WP.org forums
    https://wordpress.org/support/topic/where-have-my-sub-menus-gone?replies=3
    https://wordpress.org/support/topic/buddypress-theme-knocks-out-my-navigation-structure?replies=2

    BP compatibility process for Graphene Theme

    A. After you activate the Graphene theme, install and activate BP Template Pack

    B. Go to Appearance > BP Compatibility and go through the process till you click Finish. Do not disable the Template Pack’s CSs nor JS. You’ll see this in frontend [before you make the changes, the regular page and the component page]


    It’s totally unlike what you have currently at http://www.meetinbradford.org/

    Note: this theme has many options which may or may not work with the modifications placed below. In case the following exercise does not work, please contact the graphene theme developer and refer him/her to this post.

    C. Download the 6 BP folders which were transferred to your graphene theme folder in server down to your computer hard drive. Because of your theme’s HTML structure, you will need to use the first method for fixing alignment on 16 files within the folders you downloaded. Those 16 files listed here https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles

    Starting with activity/index.php open it up with text editor
    At the very top, replace:
    `

    `

    with
    `

    `

    At the bottom of same activity/index.php file, replace:
    `

    `

    with:
    `


    `

    Save file. Then do this for the remaining 15 files listed in link except for registration/register.php where you do the same for the top portion of the file but at the bottom of the file, replace:

    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    with:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();

    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save files and upload the six folders with modified template files to your theme folder in server.

    D. Styling modifications – you’d most probably want to tweak some styles that come with bp.css. Check out style.css mods used in twenty theme as guide https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/

    #123929
    sxalexander
    Member

    I’m also interested in turning off the registration process.

    I saw this snippet (to be put into functions.php):

    if ( bp_core_is_multisite() )
    remove_action( ‘wp’, ‘bp_core_wpsignup_redirect’ );
    else
    remove_action( ‘init’, ‘bp_core_wpsignup_redirect’ );

    from this thread:

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/sign-up-redirects-to-registration-which-goes-nowhere/

    But its not working yet for me.

    #122754
    Paul Wong-Gibbs
    Keymaster

    That file mostly lives in bp-members-signup.php now, but it contains stuff used in more places than just the registration screen. You could try unhooking everything in a plugin.

    Sofian J. Anom
    Participant

    @DJPaul , I’ve make a ticket: https://buddypress.trac.wordpress.org/ticket/3467.
    You’re welcome.

    Paul Wong-Gibbs
    Keymaster

    If BuddyPress is activated sitewide, I guess BuddyPress should prevent access to any non-root site’s registration page. If it doesn’t, please would you make a ticket on http://buddypress.trac.wordpress.org so we can get it looked at in a future release. Thanks

    valuser
    Participant

    Am running multisite
    Have bp on blog 2 define ( ‘BP_ROOT_BLOG’, 2 ); in wp-config

    the tab ‘Pages’ in Dashboard > BuddyPress > Components on blog 2 has no mention of a blogs directory

    earlier in the Dashboard Network admin there was a warning

    “Some of your WordPress pages are linked to BuddyPress Components that are disabled: ok, one ore time. Repair” pressed button . this seemed to redirect me to BuddyPress Components on blog 1 which had the same set-up in the tab ‘Pages’
    (i did have 1.29 on this site)

    Directories
    Associate a WordPress Page with each BuddyPress component directory.
    Activity Streams
    Discussion Forums
    User Groups
    Members
    then registration.
    no mention of a Blog Directory ?
    (just posted from another blog (id8) and it was picked up by the activity stream)

    If this is not replicated in your setups then i must have installed incorrectly and thats ok please say so as i don’t want to waste your time.

    just testing this out the version im using is trunk 4932

    Andrea Rennick
    Participant

    “well, I think I will really back to my phobia of plugins! this plugin just ripped me of 20 $ of google adwords advertising my website, and it caused any user who tried to sign up with creating blog in registration to tell them please check your activation e-mail! (theopposite of what it should do!) and this time it’s not sending e-mails at all even after long time because the plugin did it’s job at this side only!”

    I actually tested this plugin last week – it worked for me and did none of the things you mentioned.

Viewing 25 results - 276 through 300 (of 492 total)
Skip to toolbar