Activity

  • Christina replied to the question "Add Friend" instead of "Private Message" in the forum Boss. theme 8 years, 8 months ago

    I figured it out… you have a bug. The function bp_is_friend() does not return a boolean. It returns a string ‘is_friend’, ‘not_friends’, or ‘pending’. To fix the bug I changed lines 112 & 136 to:

    if(‘not_friends’==bp_is_friend(bp_displayed_user_id())) {