This topic has 4 replies, 3 voices, and was last updated 11 years by SQadmin.

  • Author
  • #2828
     pincushion
    Participant

    Hi,
    Nice work on the theme 🙂

    I would like to remove the first name from “users” profile page and have it say “nickname/ user name” instead?

    Upon user registration it asks user for full name *required, is there any way of removing that? I don’t know about you, if I was going to sign up I would like to keep that private? I have tried to remove it from the profile fields in users/profile fields in the word press dashboard but wont let it be deleted.

    Woocomerce and Memberships pro? do you have to have both installed? or can it be either or?
    whats recommended?

    Cheers

    #2838
     adam
    Participant

    Instead of deleting it from users/profile fields, why not just edit it and change “First Name” to “Nickname/User Name”? You can then add a new name field and keep it private if you like.

    Woocommerce is if you want to have a store on your site in order to sell stuff. Memberships pro is if you want to charge for memberships. You can have both, either, or none installed.

    #2870
     SQadmin
    Keymaster

    In addition to @adam answer you can set the default privacy for the field to be private from the WP admin -> Users -> Profile fields -> profile edit page.

    And to display the username instead of fullname in members directory add this to sweetdate-child/functions.php:

    COPY CODE
    
    /* Display Username in Directory */
    function kleo_member_username() {
        global $members_template;
    
        return $members_template->member->user_login;
    }
    add_filter('bp_member_name','kleo_member_username');
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #2886
     pincushion
    Participant

    Hi and thanks for the response’s

    Did that and works! 🙂

    On another note, where do i find the code to change the profile layout, say from accordion to standard layout?
    I have searched but not found…

    Cheers

    #2902
     SQadmin
    Keymaster

    Hi,
    I am glad it works.
    There is no such option to switch to normal layout instead of accordion

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?