Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • wee493 posted a new activity comment 13 years, 7 months ago

    I’ve found a solution, if you have not fixed it already…

    Go to the plugin editor, select the file named “buddypress-like/bp-like.php” then find

    $users_friends = friends_get_friend_user_ids($user_id);

    And replace with…

    //$users_friends = friends_get_friend_user_ids($user_id);
    global $wpdb;
    $users_friends = $wpdb->get_col(“SELECT…[Read more]

    • Thanks @wee493 but it didnt quite work:

      This plugin has been deactivated because your changes resulted in a fatal error.
      Parse error: syntax error, unexpected T_STRING in /home/collabbo/science3point0.com/wp-content/plugins/buddypress-like/bp-like.php on line 383

Skip to toolbar