Skip to:
Content
Pages
Categories
Search
Top
Bottom

Custom edit field profile

  • Hello, (i’m french user !)
    I use a function to post fields in a profile :
    `<?php
    function bp_custom_member_list_xprofile_data( $field ) {
    echo bp_custom_get_member_list_xprofile_data( $field );
    }
    function bp_custom_get_member_list_xprofile_data( $field ) {
    global $site_members_template;

    return xprofile_get_field_data( $field, $site_members_template->member->id );
    }
    ?>`
    Then to show :

    “ “Facebook” is the name of the field
    But, now i want edit this fields..because the basic edit field do not go into my project
    Help me ! :)
    Woa

  • The topic ‘Custom edit field profile’ is closed to new replies.
Skip to toolbar