Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'disable registration'

Viewing 25 results - 376 through 400 (of 647 total)
  • Author
    Search Results
  • meg@info
    Participant

    Hi,
    since three day, i have problem with the registration form of my website,
    In register page, the form is not empty and it return the same values

    you can see it live here http://www.dz-tchat.com/register

    i disabled all plugins, and i used the default theme, but the problem persit.

    I use the bp 1.5.5

    Thanks advance to help fix this.

    Thanks,

    #28780
    Anonymous User
    Inactive

    Is there a way to disable this in the registration process?
    “Only lowercase letters and numbers allowed”

    I really don’t see why this is necessary, I don’t seem to have this issue on regular WP websites. Yet I can’t find anything online that will allow me to enable capital letters in usernames

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

    snowlas
    Participant

    So here is the problem and MY solution. Might not work for you.
    What I’m using: WP 3.3.1, BP 1.5.4, & CIMY Extra Fields 2.3.7

    I register users from my WordPress page, NOT my BuddyPress page. So not myurl.com/register BUT I AM USING myurl.com/wplogin.php?action=register

    What was happening: CIMY generates a key before BuddyPress generates a key. THEN, Buddypress would send out its own email, but WordPress is looking for the CIMY key to activate the user.

    Also, when BuddyPress was sending out the activation email from bp_core_filters.php, NOT bp_members_signup.php. It seems that bp_core_filters.php does not seem to have the function to activate a user, but bp_members_signup.php does.

    When I would register users from my BuddyPress page instead of the WordPress page, the activate email would work just fine. The email was also being sent from bp_members_signup.php, NOT bp_core_filters.php. How do I know? I altered the email message in filters.php, but then got a different email when I registered through BuddyPress and not WordPress.

    Okay. So what did I do?

    bp_core_filters.php was overriding my CIMY activation email. When I disabled BuddyPress, I was able to register users through CIMY and my activation link even said ‘?cimy_key=838494040383830209’ (not a real key, obviously) and not just ‘?key=8393834929282’

    Before you do this, save a clean copy of bp_core_filters.php somewhere different, so if this doesn’t work for you, you can put the old file back in without any problems.

    I went into bp_core_filters.php and DELETED lines 224-255. This starts with:

    ?function bp_core_activation_signup_user_notification( $user, $user_email, $key, $meta ) {

    $activate_url = bp_get_activation_page() . “?key=$key”;
    $activate_url = esc_url($activate_url);
    $admin_email = get_site_option( ‘admin_email’ );

    if ( empty( $admin_email ) )
    $admin_email = ‘support@’ . $_SERVER;?

    Then it ends with, on line 255

    ?add_filter( ‘wpmu_signup_user_notification’, ‘bp_core_activation_signup_user_notification’, 1, 4 );?

    Delete all code between lines 224 and 255. If you have WPMU, above that is the email function for WPMU, in lines 181-222.

    Why am I using CIMY and not just extending the profile fields on BuddyPress? I needed to collect address data. It was a requirement to collect address data from the registration. But, it would then display publicly on the profile in BuddyPress. I couldn’t have that. I just wanted the data in WordPress, hidden. Thus, I’m using CIMY.

    Also, I use CIMY and hide the buddypress admin bar to strangers. I use the plugin login logout and place the widget in a sidebar to direct to the correct login screen, not the buddypress login screen.

    Check it out: http://mediabridges.info

    BuddyPress is running but is not handling any registration, activation, etc. But users can still use it.

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

    Hello, if i could use the original wordpress registration it would solve all my problems.

    It allows the user of 1 username, caps, spaces etc.

    If i disable the buddpress plugin, create a user account with the wp register, and re enable the bp plugin… i can use the account i created just fine.

    Any help on this?

    Hello, if i could use the original wordpress registration it would solve all my problems.

    It allows the user of 1 username, caps, spaces etc.

    If i disable the buddpress plugin, create a user account with the wp register, and re enable the bp plugin… i can use the account i created just fine.

    Any help on this?

    the only noob way i can think of is creating another wordpress install on another directry say site.com/bp/wp

    and use the same database details for both and then have the register page from bp redirect to the wordpress register…

    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.

    schteev
    Member

    I built a site for a group that requires members to pay -it a discount card scheme.
    So far it works like this. –

    1. They register as normal
    2. I’ve disabled the registration email / activation email with the ‘BP Disable Activation’ plugin (http://wordpress.org/extend/plugins/bp-disable-activation/) – I’ve also hacked the plugin to not auto login the new user (well – will try to in 5mins)
    3. I use the ‘Confirm User Registration’ plugin to stop the user from logging in until they have come to the office and paid / collected membership card.
    4. When they have paid the admin activates the account and they receive a confirmation email courtesy of above plugin.

    Seems to work ok.. (If i cani disable auto login) but is there a more elegant solution??
    Suggestions appreciated.

    many thanks!

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

    tnd
    Member

    Hey there.

    I’m using s2Member custom registration fields, and integrating it with the BuddyPress registration form. Set ‘Display Name’ during registration is set to ‘yes, display as username.’

    My problem is this: BuddyPress and s2Member both have registration fields for ‘username.’ I was wondering if I could somehow disable BP’s username-field, to avoid confusing my users.

    Any help would be greatly appreciated.

Viewing 25 results - 376 through 400 (of 647 total)
Skip to toolbar