Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 626 through 650 (of 7,641 total)
  • Author
    Search Results
  • artsybohemian
    Participant

    I have a LearnDash site with WooCommerce. Most of my courses are self-paced. I want to use BuddyPress for the courses when I’m teaching live. Is there a way to hide BuddyPress except for the students in my live courses? Maybe I can block registration except by invitation?

    Thank you.

    #310312
    artsybohemian
    Participant

    I’m running BuddyPress 5.1.2 and WordPress 5.3.2. I also have WooCommerce and LearnDash installed. My site isn’t live, yet. But the registration and activate pages go to my homepage and I don’t know why. I appreciate any help. I see others have had this issue, but it seems like it resolved on its own. Mine isn’t. It’s been days.

    Thanks!

    #310311
    artsybohemian
    Participant

    Have you figured out what you did? My registration and activate pages both go to my homepage.

    #310303
    discoverearth
    Participant

    Hey
    I agree with you 100%. Buddypress onboarding needs some additional plugins.

    There is a plugin that allows users to choose groups they want to join as part of the signup Process.

    But we also need a better solution for profile fields.

    What was the buddydev plugin you used to redirect to profile after registration?

    #310301
    verogy
    Participant

    WP version: 5.3.2 / BP version: 5.1.2
    I am building community site with registered users. I don’t want give my useres any access neither to WP admin dashboard nor the WP admin bar. I do not want them to see anything from WP.
    BUT
    I want to keep the member’s profile block on the frontend as you have on your BP org page.
    In my case the registration and so profile modification, image replace etc. would be possible to be done also from the front side.
    OR
    Since BP creates these profile related functions inside (Home, Profile, Notification, Messages, Friends, Groups , Settings), how can I create a new additonal menu item (the name could be: „My profile data” or something like this) on the front in the primary menu bar by clicking of wich I could reach e.g. the „Home” page from the above.
    HOW CAN I REALIZE ANY OF THESE GOALS WITHOUT CODING ABILITIES ?

    #310276
    elucinda
    Participant

    Is there a way to only allow registration by approval of the Admin?
    Spam is still getting through 3 levels of security (captcha, anti-spam and ssl), so I wanted to be able to approve each member myself.

    Is this possible?

    http://www.idreamer.ca

    #310248
    nithesh123
    Participant

    <label> Name *
    [text* your-name default:user_display_name] </label>

    <label> Email *
    [email* your-email default:user_email] </label>

    <label>Mobile Number *
    [text* number default:field_31]</label>

    <label>College *
    [select* institution include_blank “MNNIT Allahabad” “AVV Coimbatore” “IGDTUW Delhi” “IIITM-K Trivandrum” “IIT (BHU) Varanasi” “TAT Bhubaneswar” “Other”]
    </label>

    <label>College Name (if other, enter your college name)
    [text othercollege]</label>

    Name and Email, I have taken default values like this. It works fine.
    But mobile number, college, other college data, I want to take it from additional profile fields that I have added from the user registration form to this contact form.

    algofae
    Participant

    Hello,

    I use the Buddypress registration form and I send the information concerning the registrations to Mailchim vie the MC4WP plugin.

    In my form, there is a date of birth field. However, it would appear that Buddypress adds backslashes in the date data that prevent the data from being sent to Mailchimp. For example, July 14, 1966 is recorded like this: 14\/07\/1966.

    Does anyone have any idea how I can fix this problem?

    Thank you in advance for your answers.

    Olivier Bonnet
    Algofaé

    #310222
    StudentFilmmakers
    Participant

    I wanted to test ultimate member so I deactivated BuddyPress and deleted the related pages. That was a mistake. The Ultimate member has issues I don’t want to deal with and it scares me that some basic things like deactivating registration are not there. So, my questions is how do I reinstall or get by buddypress pages like members page, log in and log out. I notice the logout is missing in the menu options.

    m4soN
    Participant

    Hi there,

    i am using Events Manager and have one specific custom user field i’ve implemented in my registration from for our events. This field i also need to see in the related user profile afterwards.

    How can i achieve this?

    #310117
    buddypresstest
    Participant

    Hello,

    I allow myself to contact you because I have a big problem.

    In fact, I am currently developing the site: https://piedspieds.whimpixel.fr/

    Until now, everything worked very well but overnight, the registration page is no longer accessible … (https://piedspieds.whimpixel.fr/inscription)

    Indeed, it automatically returns to the home page.

    I tried to purge the cache, recreate a registration page, go through the repair tools to reset everything, disable and reactivate the plugin but nothing helps … The famous registration page is more visible.

    Could you help me please ?

    thomei
    Participant

    @samtime
    Thank you very much!
    The following guide solves one part of the issue:
    https://buddydev.com/buddypress-better-registration-part-1-remove-full-name-confirm-password-from-buddypress-registration/
    Works very well!

    @ all!
    Now there are still 2 issues left:
    1) How to deactivate/grey the “display name” in the users profile settings?
    2) How to sync all “wp-usernames”, of all existing users, to the “display name”.

    #310012
    sydlyisaacs
    Participant

    Thanks!

    I ended up going with the Youzer plugin that let’s you customize the member directory, registration, and login pretty extensively. Would recommend to anyone else having a similar dilemma.

    #310011
    sydlyisaacs
    Participant

    Hi, thanks to you both for the replies!

    Yes – I actually resolved it by using the Youzer add-on that allows for customization of the membership, login, and registration pages. It’s a great plugin – would recommend if you guys aren’t already using it.

    And @coolhunt I’m using the theme called Shapely by colorlib! It’s a fun one for sure.

    #310010
    naderi9
    Participant

    I use buddypress for registration but this page not loading correctly!

    ثبت نام

    #310000
    Bharat
    Participant

    Hello Buddybpress team

    I want to create custom short code for buddypress registration from and i have follow below thing .
    1) plugin -> bp-custom.php file in I’ve add copy register.php file code and create short code using same register page code but when i place that shortcode other pages not working .

    Is there any solution for that ?

    Here my code :

    function buddy_register_short(){
    global $wpdb,$bp;

    ?>

    <div class=”bs-bp-container-reg custom-register-section”>
    <div id=”buddypress” class=”buddypress-wrap extended-default-reg”>
    <div id=”register-page”class=”page register-page”>
    <form action=”” name=”signup_form” id=”signup_form” class=”standard-form” method=”post” enctype=”multipart/form-data”>
    <div class=”register-section” id=”basic-details-section”>

    <?php /***** Basic Account Details ******/ ?>

    <div class=”form-group”>
    <label for=”signup_username”><?php _e( ‘Username’, ‘buddypress’ ); ?> <?php _e( ‘(required)’, ‘buddypress’ ); ?></label>
    <?php

    /**
    * Fires and displays any member registration username errors.
    *
    * @since 1.1.0
    */
    do_action( ‘bp_signup_username_errors’ ); ?>
    <input type=”text” name=”signup_username” id=”signup_username” value=”<?php bp_signup_username_value(); ?>” <?php bp_form_field_attributes( ‘username’ ); ?>/>
    </div>

    <div class=”form-group”>
    <label for=”signup_email”><?php _e( ‘Email Address’, ‘buddypress’ ); ?> <?php _e( ‘(required)’, ‘buddypress’ ); ?></label>
    <?php

    /**
    * Fires and displays any member registration email errors.
    *
    * @since 1.1.0
    */
    do_action( ‘bp_signup_email_errors’ ); ?>
    <input type=”email” name=”signup_email” id=”signup_email” value=”<?php bp_signup_email_value(); ?>” <?php bp_form_field_attributes( ’email’ ); ?>/>
    </div>

    <div class=”form-group”>
    <label for=”signup_password”><?php _e( ‘Choose a Password’, ‘buddypress’ ); ?> <?php _e( ‘(required)’, ‘buddypress’ ); ?></label>
    <?php

    /**
    * Fires and displays any member registration password errors.
    *
    * @since 1.1.0
    */
    do_action( ‘bp_signup_password_errors’ ); ?>
    <input type=”password” name=”signup_password” id=”signup_password” value=”” class=”password-entry” <?php bp_form_field_attributes( ‘password’ ); ?>/>
    <div id=”pass-strength-result”></div>
    </div>

    <div class=”form-group”>
    <label for=”signup_password_confirm”><?php _e( ‘Confirm Password’, ‘buddypress’ ); ?> <?php _e( ‘(required)’, ‘buddypress’ ); ?></label>
    <?php

    /**
    * Fires and displays any member registration password confirmation errors.
    *
    * @since 1.1.0
    */
    do_action( ‘bp_signup_password_confirm_errors’ ); ?>
    <input type=”password” name=”signup_password_confirm” id=”signup_password_confirm” value=”” class=”password-entry-confirm” <?php bp_form_field_attributes( ‘password’ ); ?>/>
    </div>

    <?php

    /**
    * Fires and displays any extra member registration details fields.
    *
    * @since 1.9.0
    */
    do_action( ‘bp_account_details_fields’ ); ?>

    </div><!– #basic-details-section –>
    <?php

    /**
    * Fires after the display of member registration account details fields.
    *
    * @since 1.1.0
    */
    do_action( ‘bp_after_account_details_fields’ ); ?>

    <?php
    /**
    * BuddyPress – Members
    *
    * @package BuddyPress
    * @subpackage bp-legacy
    * @version 3.0.0
    */

    /**
    * Fires before the display of the registration submit buttons.
    *
    * @since 1.1.0
    */
    do_action( ‘bp_before_registration_submit_buttons’ ); ?>

    <div class=”submit text-right”>
    <input type=”submit” class=”btn-primary” name=”signup_submit” id=”signup_submit” value=”<?php esc_attr_e( ‘Complete Sign Up’, ‘buddypress’ ); ?>” />
    </div>

    <?php

    /**
    * Fires after the display of the registration submit buttons.
    *
    * @since 1.1.0
    */
    do_action( ‘bp_after_registration_submit_buttons’ ); ?>

    <?php wp_nonce_field( ‘bp_new_signup’ ); ?>
    </form>
    </div>
    </div>
    </div>
    <?php
    }
    add_shortcode( ‘buddypress_register’, ‘buddy_register_short’);

    ?>

    Thanks
    Chavod

    #309956

    In reply to: Spam via messages.

    jobcareercritic
    Participant

    i have a spam problem in my forums section and Wordfence, which i have installed, suggested my problem maybe this. their words:
    “You will need to ask the BuddyPress plugin authors for current best recommendations if they are recommending very outdated information on their support page to prevent spam registrations.”
    is this true and if so what is the solution? how do i stop this spam?

    ricardo231190
    Participant

    Hello guys,

    First of all I’m new to wordpress and can’t code yet so I use plugins and themes. I’m having trouble after deleting the Ultimate member plugin because now I can’t register users at all (it used to work before). I now just want to add members with the regular buddypress but BP asks me in which page the users are “registering” and that page does not exist I think… How can I make the users register without using any plugins apart from BP (user registration is enabled in Settings > General). I just want the normal registration with BP to work (so I can add the profile) and can’t seem to make it work. I have to make a “registering” page or something? How can I do that without plugins?

    Thank you in advance

    WP version is 5.3.2, BP version is 5.1.2 and page is http://www.languageslearningclub.com

    samtime
    Participant

    Hey Thomei,
    I found this article super-helpful to make the BuddyPress Display Name the same as the user’s username when they register: https://buddydev.com/buddypress-better-registration-part-1-remove-full-name-confirm-password-from-buddypress-registration/

    It doesn’t solve all the problems you mentioned, but can make the registration process much cleaner, as it only asks for one username on sign up.

    Hope it helps,
    Sam

    jasonsharp
    Participant

    Hi I would like to alter the registration profile fields to be instead First Name and Last Name rather than the single Name field. I would then want the Name Field to go away and have First Name and Last Name fields be primary. How can I do this?

    viruspointplus
    Participant

    All is in the title, My registration is made with Ultimate membership Pro plugin.

    There, I define User profile picture.

    When I go to BP Member page, or BP Userpage it’s showing Avatar mystery man, not the registered image from wordpress user profile.

    Is there a hook that can replace BP Avatar image by IUMP profile image ?

    Thank you very much for helping…

    thomei
    Participant

    Hello

    BuddyPress requires an alternative user nams and generates a third:

    1) There is the WP-username

    2) BuddyPress invented “display name”.
    (All most very pointless feature, because users are unable to hide there WP-username?)

    3) To make it more confusing, there is an “at-@username” too.
    (It can differ from WP-Username in upper/lower case and in special characters!)

    It means three possibilities for different naming’s for the same user. We’ve got may support questions because user tried to login with the “display name”. Sometimes even with the “at-@username”.

    May questions:
    – Is there a way to get rid of the “display name” in general?
    If no:
    – Is there a way to force the “display name” to be identical to the WP-username?
    – Is there a way to sync the WP-username to the “display name”?
    – Is there a way to remove the “display name” from registration form?
    – Is there a way to remove the “display name” from the profile?

    We are looking for an unique username in BuddyPress.

    PS:
    In general, it’s a really ugly idea of BuddyPress to mess with usernames like this.

    #309679
    jporte11
    Participant

    Every time i try to add a shortcode into WP i get a ‘this is not a valid JSON response’while this plugin is active; any idea why this is happening? would anyone recommend another similar plugin like this?

    Also, the registration link for BP redirects me to a ‘oops, page not found’ even after i activated it in the BP settings. Shouldn’t this create a profile automatically?

    rj2580
    Participant

    Greetings,
    I have a very simple requirement where I would like to have a mobile/phone number field in the registration form which is doable by adding custom registration fields in Buddypress but, I want the mobile/phone number to have a unique meta key value so that no user can create a second profile with same mobile/phone number.

    Just like email has a unique meta key so that the user can have one account with one email ID, similarly, I would like to have mobile/phone number to be associated with only one profile.

    I don’t want to implement any 3rd party plugin for registration like Ultimatemeber etc as it ads a lot of pages too. I would like to have a small snippet or function to attain this.

    Any help would be highly appreciated.
    Waiting for the reply!
    Regard
    RW

Viewing 25 results - 626 through 650 (of 7,641 total)
Skip to toolbar