Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,006
- How-to & Troubleshooting
- 129,530
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,784
- Showcase
- 3,316
- Ideas
- 1,398
- Miscellaneous
- 9,170
-
In that case, you can always put this in the functions.php/bp-custom.php and it will fix the issue
`
add_filter(‘bp_get_add_friend_button’, “friend_fix_bp_button_bug”);
function friend_fix_bp_button_bug($button){
if($button==’is_friend’)
$button=false;
return $button;
}
`
Edit: I posted wrong id, updated now.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS