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 :

    `
    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 = bp_custom_get_member_list_xprofile_data(‘Facebook’); `
    `echo $facebook` “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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom edit field profile’ is closed to new replies.
Skip to toolbar