Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to make “about me” kinda profile field?


takuya
Participant

@takuya

function my_fix_linking(){

remove_filter( \'bp_the_profile_field_value\',

\'xprofile_filter_link_profile_data\', 2 );

add_filter( \'bp_the_profile_field_value\',

\'my_filter_link_profile_data\', 2, 3 );

}

add_action(\'bp_member_theme_functions\', \'my_fix_linking\');

This code seems to be wrong. Anyone can figure out another working code?

Skip to toolbar