BuddyDev

Search

xProfile field on Registration Page

  • Participant
    Level: Master
    Posts: 222
    Mike (DesignServe) on #24518

    Hi Brajesh,

    I’ve started migrating users properly and new users will start registering on the site soon.

    Here is my register page:

    https://technicskeyboard.com/register/

    Months ago I edited “Ground” to be called “My Community Name” and added the text to explain. However, I don’t really want it there. Is it mandatory for the member to complete it on Registration? Can I hide it somehow?

    I will probably want some fields on there relating to the keyboard models but I don’t want to confuse the new users with their ‘Community Name’. I wish all these nice names, uernames, logins, ‘various names’ were all one thing in WordPress. If it confuses me I’m sure it is going to confuse all my members 🙂

    I’m sorry about this, when I started with Buddypress I did a lot of research about it (because it was annoying me) and I read posts where you and other people helped on the Buddypress forums… and I have forgotten everything I read 🙂

    Many thanks,
    Mike

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #24526

    Hi Mike,
    Thank you for the question.

    BuddyPress needs the display name.

    There is a solution to this though.

    Here is a tutorial that will help you with it.

    https://buddydev.com/buddypress-better-registration-part-1-remove-full-name-confirm-password-from-buddypress-registration/

    Hope that helps.

    Regards
    Brajesh

  • Participant
    Level: Master
    Posts: 222
    Mike (DesignServe) on #24557

    Hi Brajesh,

    Thank you for the help and the great article. I implemented it on my site a couple of days ago and it is working really well.

    I’m looking forward to part 2, did you write part 2? lol.

    Please leave this thread open I will discuss xprofile fields on registration here with you.

    For now, do you know how to temporarily remove the second column (Profile Details) on this page?

    https://technicskeyboard.com/register/

    Thanks again,
    Mike

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #24568

    Hi Mike,
    Thank you.

    You can use the following css to hide the 2nd column.

    
    #profile-details-section {
      display:none;
    }
    
    

    I could not complete the second part of the article. Will find some time and do it in near future.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved