Skip to:
Content
Pages
Categories
Search
Top
Bottom

2 quick profile/register questions


  • michaellanfield
    Participant

    @michaellanfield

    Hello. Here is my site https://www.thosecrazyvegans.net

    1. First, I would like if Your Name under extended profiles is not set to Required. But it seems I cannot change this. Is there a way to edit this so it is not required to add your name?

    2. Is there a way to remove Terms of Use from Profile Details on Register page http://www.thosecrazyvegans.net/register and add it below where it says confirm password? I don’t want the Terms of Use shown on Profile, only on the Register page under Account Details, Confirm Password.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

  • Venutius
    Moderator

    @venutius

    1. One way to achieve this would be to overload the BuddyPress register page and replace the current section that adds the username with code that populates this field from the username field.

    2. Not sure about that one, I take it this is being added by a plugin? if it’s creating an xprofile field then by default it will show up in profile, unless set to not be shown by the user. There’s a couple of options I think, either add some code to force this to not be displayed or else overload the profile page and set it up to display the profile fields you want to display.


    michaellanfield
    Participant

    @michaellanfield

    1. How to do this?

    2. This is not done with a plugin. I just added a new field under Profile Field in Users in WordPress dashboard. How to do this?


    Venutius
    Moderator

    @venutius

    1. take a look at this page, it shows the general principles https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/ also you can look at the BP Template Overloader plugin, it’s designed to make this process more accessible.

    Basically you create a buddypress directory in your child theme directory and replicate the directory path to the buddypress/members/register.php file.

    Regarding 2, how did you do that? I’ve not got it as an option, I’m aware there’s plugin that added a TOS checkbox, not seen it done directly from the xProfile fields.

    But if you did add it as a xProfile field, BP will by default show it in the profile page if the user has set it to publicly visible.

    you might like to check out that plugin, I don’t think it uses xProfile fields: BuddyPress Simple Terms And Conditions

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar