Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,526
- Creating & Extending
- 25,791
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,782
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
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?
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS