Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 576 through 600 (of 7,641 total)
  • Author
    Search Results
  • #311213
    gilfer911
    Participant

    Hi,

    I have a site where I have member types:

    Member 1 – a user comes to the site and they want to be an instructor. They complete the instructor registration – which I have managed to do.

    Member 2 – a user comes to the site and they want to be an student. They complete the student registration – which I have managed to do.

    Now this is where I need help:

    Scenario 3 – the student has created their account, but now they want to become an instructor. If I create an “upgrade” registration form then it adds the username, password and email fields, however, I do not want them to change their account, just upgrade it.

    So I would like to create a registration form where they complete 3 fields in order to upgrade the account, but I do not want them to have to re-enter username, password and email as is standard with the WordPress registration requirements.

    Thanks in advance.

    #311177
    jtmeroiti
    Participant

    Hi all,

    Apologies for the post. I’m a wordpress/website creation/Buddypress novice and am struggling a bit to get all my plugins to work together. As such this post may not make complete sense as it’coming from a slightly confused place.

    Basically what I’m trying to do is create a person to person marketplace.
    I have a registration form (User Registration plugin) that I like and it also integrates with woocommerce which is a big plus. It also makes a User Registration MyAccount page which I was thinking of using as a profile page (as I can edit this). However, I like the messaging and friend capabilities of buddypress and want to incorporate that if possible (has lead me into some plugin conflicts).

    So I had a few questions:
    1) Could I assign the BP registration page as a page with User Registration shortcode?
    2) Do you need to assign all the BP pages for BP to work?
    3) Could another registration form be used to create a BP profile
    4) Any suggestions as how I could achieve my goals by managing my plugins differently?

    #311153
    kimo130875
    Participant

    How do I delete the top default paragraph? I am using the latest versions and the template Nouveau.

    Thank you!

    #311089
    kimo130875
    Participant

    I have the latest version of both – WordPress and Buddy press

    How do I customize the paragraph which says now: “Registering for this site is easy. Just fill in the fields below, and we’ll get a new account set up for you in no time.”

    Where do I go to change that?

    Thank you!

    #311039
    Varun Dubey
    Participant

    @easytomake You can try to disable BuddyPress registration
    https://gist.github.com/r-a-y/5578432

    #311028
    bpotter78
    Participant

    Hello,

    I’ve searched everywhere the past 48 hours for a solution to this, but cannot find anything. Not even on the Youzer support!

    I recently installed Youzer and set it up step-by-step.

    The login and registration pages look and work fine, I can register and activate the account successfully.

    But when I start from scratch and login from the login page, after clicking the Login button, the page just refreshes back to the login page, and not redirected to the Buddypress profile. In fact, the login doesn’t actually log into my account. It just refreshes back to the login page where I have to start again.

    I’ve deactivated/reactivated all plugins etc, and I’ve double checked the login redirection settings both in the theme and Youzer. And cleared browser cache. But still nothing.

    Any advice would be greatly appreciated, thanks.

    César
    Participant

    The last update March / April 2020, has caused an uncomfortable and inconvenient situation:

    We have been using the LEARNDASH, Bbpress and BudyPress Add-On for months. Excellent until this month ….

    Now…
    1. A second registration form appears (owned by Buddypress), after having used the original LEARNDASH (LMS)
    2. And in addition, a blue button began to appear above the section “Course content) that does not serve or does not fulfill its functionality.

    This affects the functionality of the LMS and service to those who wish to register. And LearnDash offers both Add-ons, Bbpress, Buddypress

    You should consider this with LearnDash and repair this so that we have the option to skip a second registration form, the one that belongs to Buddypress.

    Easy To Make has also written to LEARNDASH, but they say this is from Buddypress.

    Unfortunately we have decided for the moment to disable Bbpress and Budypress, until this is fixed.

    Thank you! CEASE
    easytomake.net

    #310977
    kavilk
    Participant

    Please anyone can help me to send an activation email to send my new users? activation email sent as to show the end of the registration but not send any email to them.

    #310950
    Jing
    Participant

    We are running into an issue with our BuddyPress activation.

    After the registration, the user gets the activation link. When clicking on the link, the user sees the Activate button showing up correctly.

    Then the user clicks on the Activation button. Admin gets a notification the user is activated, but the user will see page not found error.

    Then the user will try log in with the password just set. It is not working.

    When the admin checks the user list, the user is added correct. We are using WordPress 5.3, and the latest BuddyPress.

    The site was working well before. We recently added Sucuri Firewall which Sucuri team helped us set up. Does this sound like a page redirect issue?

    Please help! We have been working for years to make this site work. Everything was working perfectly when we ran into this issue.

    Jing

    giuseppecuttone
    Participant

    Hi @vapvarun first thanks for your reply.
    Plugin you suggest is able to add terms and conditions checkbox to the registration page (SIGNUP), but is not able to add terms and conditions checkbox neither to http://www.mysite.com/wp-login.php? (SIGNIN) nor to BUDDYPRESS LOGIN WIDGET.
    Has you know signup is different than signin… I am sure you have read my post fastly and you dont detected this “litlle / big” difference…
    Waiting reply of @imath if you have something more to add you are welcome 🙂
    Thanks for your support.

    Varun Dubey
    Participant

    @giuseppecuttone for signup page you will have to use
    bp_signup_validate
    bp_before_registration_submit_buttons

    You can try this, seems still working

    BuddyPress Simple Terms And Conditions

    #310924
    honoluluman
    Participant

    Hello,

    I have been searching for a way to migrate the default plain wordpress emails (registration, forgot password,…) into the the default buddypress html templates.

    I would prefer not to use plugin for that, but just grab the body text from wp emails and wrap it with the default bp email styling. (I don’t care so much about details like the unsubscribe button).

    Is there an away that this could be done?
    Found similar topic here

    In case you know some plugin doing exactly this please share it with me.

    Thank you

    #310899
    iamthewebb
    Participant

    Hi, I can see that the page is only reloading when I try to create an account now.

    Unfortunately with all the plugins you are running it is likely one that is interfering with the buddypress registration. Can you test with only BuddyPress enabled then work through re-enabling until the problem happens again, once you work out which other plugin is interfering they may be able to help.

    #310897
    slastik
    Participant

    My attempt at fixing it:

    `// define the bp_after_registration_submit_buttons callback
    function action_bp_after_registration_submit_buttons($field_id, $value) {
    // make action magic happen here…

    wp_insert_post(
    array ( ‘post_type’ => ‘bp_groups’,
    ‘post_title’ => $_POST[‘field_12’][‘value’],
    ‘post_content’ => ‘This is a description’,
    ‘post_status’ => ‘publish’,
    )
    );

    };

    // add the action
    add_action( ‘bp_after_registration_submit_buttons’, ‘action_bp_after_registration_submit_buttons’, 10, 0 );

    #310895
    slastik
    Participant

    Hi!

    We are running the latest Buddypress and WordPress installations.

    We are an institute with many classes, we want instructors to be able to set up their own group, and self-assign, when registering from a Profile Field (called Class). In that group they will have their own courses.

    Our aim is to allow instructor users to create new groups when signing up to the registration form instead of us manually creating them.

    Very simple we want to take the Profile Field (Class) from the instructor Registration Form and insert that as a new Group into Buddypress when the user selects submit, how do we do this please?

    Logic:
    1.When the instructor user clicks on submit on the Registration Form
    2. Take the text value of Profile Field (Class)
    3.Create a Group in WP Admin using the text value and assign the user into the Class.
    4. Do not make user admin.

    #310878
    globsticks
    Participant

    Hi!
    Thank you!

    is it possible to modify the Registration Form to not display:

    Name(Primary)* field on sign up page

    Name(Primary)* field on sign up page

    thanks !

    #310877
    @mercime
    Participant

    >>I had one registration page before but since I did not need it anymore I deleted it. How do you stop getting this repair warning. perhaps associating the “register” component with a homepage?

    If you don’t allow registration, then you should go to Settings > General and uncheck the “Anyone can register” beside the Membership heading on that page.

    m0rtal
    Participant

    Fresh and clean install of WP (5.4), recent PHP (7.4.3) – after installing BP (5.1.2) new user registration newer completes – after filling all fields and clicking “Submit” nothing happens – email notification not sent, page not refreshed etc – everything stays still like no button was pressed.
    This as also confirmed on ANY theme and language.

    Site is located here: https://яцдютт.рф/

    #310851
    Rob Proce
    Participant

    Hello

    Wordpress 5.4 & Buddypress 5.1.2 installed on a subdomain.

    I have a couple of problems when I install the plugin buddypress.

    The first is:
    After I have installed buddypress on a clean install of WordPress, there is a problem with the confiuration of Pages.
    The first three pages – Members, Activities and groups are created by buddypress, but the Pages Register and Activate NOT.
    Even if I then create those pages again myself.
    Those two pages both link to my homepage.
    And I do have enabled the option in general settings that – anyone can register

    Yes, I can choose the “Register & Activate pages” that have been created by buddypress, but if I want to view those pages then I will come to both of them on the Homepage, with no extra functionality created by buddypress to register or activate !!

    Maybe those pages have been created somewhere, but I can’t find them, select them or let new members link to those pages 🙁

    Second is:
    That I dont have any BuddyPress tab when adding menus, or can I choose that in the screen options, as you demonstrate in this video for the Login and Logout Menu.

    So it looks like there is something missing in my buddypress install.
    I do not know what I am doing wrong or still have to adjust to have these two pages made by buddypress ?? Hope you can help me out with this.

    #310845
    welsh10
    Participant

    Hi,

    I’m using Buddypress via BuddyBoss. How can I stop this email being sent out ‘Your username and password info’. As the user creates their own password on registration.

    This email seems to trigger once I click ‘activate’. I would be grateful if there is a way to stop this email, it’s confusing users.

    Thanks

    #310828
    @mercime
    Participant

    @a3132 There are browser developer tools to help you fix your style issues or refine the design of the page or a specific element of your page like the alignment of radio buttons.
    ~ https://www.sitepoint.com/css-debugging-and-optimization-browser-based-developer-tools/
    ~ https://developers.google.com/web/tools/chrome-devtools/css/reference#view
    ~ https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector/How_to/Examine_and_edit_CSS
    or give a link to your registration page so that we can help you with this.

    #310818
    globsticks
    Participant

    Hello,

    I am being asked to associate (repair)a wordpress page with a buddyPress component which is “Register”. I had one registration page before but since I did not need it anymore I deleted it. How do you stop getting this repair warning. perhaps associating the “register” component with a homepage ?

    Thank you!

    Register

    #310816

    In reply to: /Members’ slug

    globsticks
    Participant

    it worked!

    Hi Brajesh,

    My website does have a registration page, so users have to click on the logout link at some point.
    I am hiding the admin page via secret Login Slug, but I noticed that users can read its value from the URL when they log out. ¿do you happen to know how to I hide the Login Slug from logout URL please?

    !Thank you!

    Hide Login Slug value on Logout

    #310811
    jvalenzh
    Participant

    Hi,

    Does anyone know how to integrate BuddyPress with UserPro? I would like to use the registration forms from UserPro but the profile pages, search, messaging, etc. from BuddyPress. But I don’t know how to make the information collected by the UserPro registration forms to be available in BuddyPress.

    Thanks.

    Javier.

Viewing 25 results - 576 through 600 (of 7,641 total)
Skip to toolbar