Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 176 through 200 (of 7,641 total)
  • Author
    Search Results
  • #328399
    Mahaprabhu
    Participant

    @coolhunt your desired list is good.

    did you make any progress in the onboarding ?

    anyone can help to make it a graded process maybe of onboarding, each time you login, you are coerced to fill certain details.

    Any other ideas on how to make a better registration process is welcome

    thank you !

    #328398
    Mahaprabhu
    Participant

    Yes, it is a very much needed feature, to see whom we have sent Friend Requests to.
    1. We can decide whom we wish to Withdraw request from – probably if after seeing their profile, we find they do not match our idea of a friend. Helps to do this earlier than Unfriend later
    2. Also it would be good to have an option for Admin to make Usernames incremental like
    User108 will have the Username: ABCZ108
    User109 will have the Username: ABCZ109
    and so on
    User2001 will have the Username: ABCZ2001
    Can you please suggest how this can be achieved ?
    If you can give a code snippet for this, it will eliminate the need to have this field in the registration form. We wish to ensure that people dont use wierd usernames or even offensive ones. Plus it is easier for Admin tasks. Plus one less field to check for from the database, to see if a username is taken.
    Please help

    #328331
    lopcoej
    Participant

    I faces the same issue while registration, but my issue was little different. PayMyDoctor

    #328329
    sixf00t4
    Participant

    I’m trying to make registering on the site require a passphrase to complete the registration (a form of spam filtering / needing to be human).

    when I go through the steps, to register, the field is there, and if entered correctly, it works, but if it’s blank, or just wrong, it just kicks me to a white screen error with:

    “There has been a critical error on this website.

    Learn more about troubleshooting WordPress.”

    It would seem something is wrong with the error handling in my function. help?

    function bp_add_passphrase_field() {
    ?>
      <div class="register-section" id="profile-details-section">
        <div class="editfield">
          <label for="passphrase"><?php _e( 'What sport do the Steelers play?', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label>
          <input type="password" name="passphrase" id="passphrase" value="" />
        </div>
      </div>
    <?php
    }
    add_action( 'bp_before_registration_submit_buttons', 'bp_add_passphrase_field' );
    
    // Validate the custom passphrase field on form submission
    function bp_validate_passphrase_field( $result ) {
      // Set the desired passphrase
      $correct_passphrase = 'football';
    
      if ( $_POST['passphrase'] != $correct_passphrase ) {
        $result['errors']->add( 'passphrase_error', __( 'The passphrase you entered is incorrect.', 'buddypress' ) );
      }
      return $result;
    }
    add_filter( 'bp_signup_validate', 'bp_validate_passphrase_field' );
    ?>

    Hi there,

    So, we’ve added two new fields into the registration form and would like to bulk import these informations into existing registration entries. Could you suggest how we best achieve this?

    Thanks in advance.

    #328194

    Hi christy359,

    Thanks for this, we already have this installed. We also wanted to know if there was a way of adding two fields on the registration form where it doesn’t come up on the users profile as the client wants to log as their response was fraudulent or they didn’t attend.

    #328153
    christy359
    Participant

    Hello
    Step 1: Install and Activate User Registration Plugin.
    Step 2: Create User Registration Form.
    Step 3: Add Custom Fields to Registration Form.
    Step 4: Configure Settings of User Registration Form.
    Step 5: Publish User Registration Form.
    still have issue then must visit Nexus Iceland

    #328122
    meiraleo
    Participant

    Not sure if your issue was the same as mine but we got 600K spam registrations because they were finding this url… /wp-login.php?action=register which was different than our Buddy Press Registration form: /register .

    Even though we had Recaptcha, etc the query page was not protected. We ended up creating a redirect to the /register page.

    #328119

    We’ve added two new fields into the registration form and would like to bulk import these informations into those fields. Could you suggest how we best achieve this?

    #328018
    luixv
    Participant

    I am using the following:
    WP Version: 6.1.1
    Permalink: /%postname%/
    Active Theme: BuddyX 4.4.5
    Platform: Windows
    Browser Name Chrome
    PHP Version: 8.0.7
    MySQL Version: 5.5.5
    The plugins I have are these:

    Activity Plus Reloaded for BuddyPress 1.0.8
    Akismet Anti-Spam 5.0.2
    BP Friends Suggestions Widget 1.1.0
    BP Profile Search 5.4.7
    BuddyPress 11.0.0
    BuddyPress Activity ShortCode 1.1.8
    BuddyPress Extended Friendship Request 1.2.1
    BuddyPress Global Search 1.2.1
    BuddyPress Login Redirect to Profile 1.2.3
    BuddyPress Profile Completion 1.0.8
    BuddyPress Simple Terms And Conditions 1.3
    BuddyPress Xprofile Custom Field Types 1.2.5
    Classic Editor 1.6.2
    Classic Widgets 0.3
    Colorlib Login Customizer 1.3.1
    CookieYes | GDPR Cookie Consent 3.0.8
    Custom Font Uploader 2.0.0
    Duplicator 1.5.1
    Easy Registration Forms 2.1.1
    Force Login 5.6.3
    GEO my WP 3.7.2.1
    Kirki Customizer Framework 4.0.24
    Quick and Easy FAQs 1.3.6
    Shared Counts 1.4.1
    Verified Member for BuddyPress 1.2.6
    Wbcom Designs – BuddyPress Member Reviews 2.8.3
    WordPress Username Availability Checker 1.1.8

    I have configured a new Register page using ERForms. I’ve created just a wordpress page which has only a shortcode to the ERform.
    I’ve set it at buddypress settings-> Pages -> register. Buddypress is redirecting to the wordpress regitration page instead of my page.
    I’ve also changed the redirection at buddypress setting to whatever page (for example my FAQ page) and always redirects to the wordpress registration page.

    I’ve tried also deactivating all plugin but buddypress and ERforms and no, buddypress is always redriecting to the standard wordpress registration page instead of what I am setting.

    Any hint / idea what to cope this problem?

    Thnks in advance

    #327996
    Anonymous User 18187419
    Inactive

    Hi Scott,

    thanks for raising this issue, bots registrations are a constant issue on my site, but pretty successfully controlled with a combination of:

    – limit permitted registration email domains to the most common, Gmail, Yahoo, aol, etc. No weird stuff allowed.
    – BP Registration Options plugin, but requires a lot of manual moderation.

    Your point: I must say that not a single bot registration attempt on my site was ever able to activate the account by successfully responding to the activation email. They simply generate non-existent email addresses so never become active.

    Your experience is different?

    #327987
    scottmotion
    Participant
    inderatech
    Participant

    I have a wp site with buddypress registration, and on the registration page the form has the ‘Account Details’ section, with the username, email, password & confirm password. Then it also has the buddypress profile section, with the fields name, birthday, etc etc. I don’t want the persons Name to be visible to the public. I can manage all the other profile fields visibility except for the default Name field and it is driving me crazy! Not sure if anyone has has this problem. please let me know.

    #327985
    scottmotion
    Participant

    I haven’t used BuddyBuilder but after looking at their offering I would guess that you are correct that this plugin is the culprit. It looks like they provide some other templating system to replace some of the standard BuddyPress pages and provide an entire authentication process. I think the first course of action should be to work with them to fix the problem. I mean they offer this entire solution so I’m assuming it does work! Also, did you try disabling this plugin?

    Anyway, when I go to Settings>BuddyPress>Pages, I have these 4:
    Activate, Activity, Members, & Register.

    There may be more or less depending on features you’ve enabled. Activate, Activity, and Members are all blank pages, while Register uses the shortcode ‘[bbp-register]‘ (its actually a bbPress page). You should be able to at least create these 3 blank pages and assign them on that settings page.

    Here’s another post about missing pages: https://buddypress.org/support/topic/how-to-create-login-and-register-pages/

    Moderator shanebp says “BP does not handle a login page.” Here again I have a page with a bbPress shortcode ‘[bbp-login]‘. So basically it looks like login and registration need to be handled by some other plugin or theme.

    There are hooks that can be used to modify these pages, but full control over content and styling would probably require a theme, plugin, or custom page templates. I tried Elementor with BuddyPress but quickly found that Elementor was making the process too complicated. TBH I think Elementor gets in they way more than it helps. I ended up using Blocksy and Stackable.

    scottmotion
    Participant

    Would removing the activation url/key combo from the activation email (forcing user to copy/paste the key) slow down spam registrations?

    It seems like it is very easy for bots to activate the account because the key is automatically inserted into the form and activation proceeds. My thought is that forcing the user to copy and paste the activation key would thwart some bots. Obviously this user experience is less ideal but if it stops bots I’m willing to do it.

    Any thoughts or experience with this?

    inderatech
    Participant

    On the registration page for my wp site, the registration form has the ‘Account Details’ section, with the username, email, password & confirm password. Then it also has the buddypress profile section, with the fields name, birthday, etc etc.

    I don’t want the persons name to be visible to the public, I want it to only be visible to the admins. I tried to go into Users->Profile Fields and change the ‘Name’, but it doesn’t give any options as I guess that’s the base / built in field? Not sure how to fix this, but it is super annoying!

    Could someone share advice on how to fix?

    #327844
    VibeThemes
    Participant

    Our plugin (free) Vibebp allows you to
    a. Assign a default member type on buddypress registration.
    b. Generate multiple registration forms and each form can have its own , member type, activation email.

    Let us know if you are interested, it is built over buddypress. We are still preparing it publish it on wp.org.
    Checkout this video : https://www.youtube.com/watch?v=czb0FYKcFME

    mediamacs
    Participant

    Hello,

    I have a problem with the Buddypress Activation Email. When a user makes a new registration, it says, that an activation email was send, but the users do not receive the email. How can I solve this issue?

    Regards

    dcromwell
    Participant

    Need some help.

    New user fills out the sign-up form ….then clicks on the register button

    Then you see the message: Please Check Your Email To Activate Your Account

    But, it only stays up for a few seconds. Then the user is re-directed to the login form.

    Is there a way to make the (check your email for activation code) message stay on the screen longer and/or not redirect to the login?

    Many new users are missing the activation message …and are wondering what’s next in the registration process.

    Is there time-out code in one of the register/registration functions I can’t find?

    Site: https://racer.media

    Thank you,

    #327311
    scottmotion
    Participant

    Full hijack the authentication flow (Login/Logout/Register/Forgot/Wrong/All Other): End user should never land on a WP login page. I have a mix of BP, bbp, and WP login pages depending on how the user interacts.

    reCAPTCHA during Registration: Should be core. Had to get the plugin from WBCom Designs

    Extended Profile Fields: Should be core. Had to get the plugin from BuddyDev

    User Menu: Username and Avatar. Conditional menu items. I had to use the “User Menus” plugin by Code Atlantic

    Use the username as display name: Had to code this myself.

    Disable Full Name field: Custom code again.

    Set default notification preferences: More code.

    Remove specific accounts from public member list: Really want to hide the admin! More code.

    Remove tabs from user profile: More code.

    Redirect WP Author to BP Profile: teh codez.

    #327186
    ilanits
    Participant

    Hi,
    Two questions:

    1.
    I’ve created two different types of members and assign to them different fields in the registration form, BUT I can only assign it manually after the initial registration is complete, which include only one of the two form versions. Is there a way for the user to choose a role and according to that, to move forward to a specific registration form (same form – different fields)?

    2.
    In the Profile Search, I mostly used Checkbox option, in order to allowed users to checkbox more than one option.
    Is there a way to add Clear All option to the search? (which includes several different fields, each in is a Checkbox field)
    Thanks, Ilanit

    fawp
    Participant

    I am currently testing an installation where

    • User registration is handled by WordPress and not BuddyPress
    • I can register a user through the above interface without interference from BP registration
    • BuddyPress’ Extended Profile fields is enabled
    • I have added custom Profile fields and I am able to update them as a user (not during registration)

    All of the above seem to work without issues. BP’s Name field is never touched.

    But there are several support requests, such as this, asking that the field ‘Name (required)’ not be a required field and, invariably, the standard reply appears to be ‘here some code to fix that’, ‘this is not an easy fix’ or ‘there is a plugin for that’.

    I have also seen tickets on Trac logged for this.

    There was even a comment by Boone somehwere (either here or on Trac) saying that this field is so deeply embedded in BP that this modification is not easy (I can’t find this reference right now).

    So I am trying to understand why I don’t have any issues with this field not being populated (see above) when much of the documentation saying it is required.

    As it stands, all I’d have to do is to hide the “Base” Profile Group from my profile template with a hook or something and not worry about it being ever populated.

    Am I missing something?
    Thanks

    #327036
    fawp
    Participant

    EDIT: I checked your page again and saw that your registration fields now seem to be back on the page?

    Did you find out what the problem was?
    __________________________________________________________

    @rightanglecreative90
    ok, I would start asking several questions, many of which are included here

    When Asking for Support

    as Mathieu suggested.

    Are you able to provide answers to those questions (e.g. not only WP and BP versions but also, did you upgrade from prior versions and which versions were they, do you have any other plugins, etc.) ?

    #326987
    faisalfaisi
    Participant

    Hello,
    I’m creating a website with a OneCommunity WordPress theme. The site is multi-lingual, and for that, I’m using polylang pro plugin. The default language is Arabic, and the Registration page, it works fine. To add the page for the English translation, I created a copy of the Arabic Register page and set the same default page template. But the problem is, Bp Member Register Page is only showing for the Arabic language, and for the English language, it is blank. I tried to assign the Register page in Buddypress settings for each language, but it didn’t work for me. So I want to know, that how I can assign different register pages for each language.

    BrandyBey
    Participant

    How do I create a registration form in Word?

Viewing 25 results - 176 through 200 (of 7,641 total)
Skip to toolbar