Activity

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

    That code just removed the “Private Message” option but then there is no button at all, just the “…”. I don’t think the code you gave me is the correct code you meant.

    Actually, it seems to me the default code that is in member-header.php at lines 136 & 137 should already do what I want, but it isn’t working. The friend button is not being made the main button. If I replace the code in lines 136-142 with just “bp_add_friend_button();” then the friend button does become the main friend button. I’m not sure why the “if(!bp_is_friend(bp_displayed_user_id()))” in line 136 would be evaluating to false in this case when I’m viewing a user that is not my friend. Seems like a bug?!