Fatal error: Call to undefined function bp_get_friends_slug() in C:\xampp\htdocs\mybuddypresssite\wp-content\plugins\buddypress-friends-on-line\bp-friends-on-line.php on line 17
https://www.ads-software.com/plugins/buddypress-friends-on-line/
]]>Hi there,
The plugin breaks the “Members Directory” adding friends function.
—-
Let’s say User-A and User-B are friends.
When User-A visits the “Members Directory” page, he sees the button “Add Friend” next to User-B. They are all ready friends though.
I think it would be better this “Add Friend” button to be replaced from the “Cancel Friendship” button.
Furthermore, if User-A clicks on “Add Friend” button the button just turns into “-1″, which I don’t know what it is.
Regards
—–
The problem above is caused by “BuddyPress Friends On-line (FOL)”
Please check the problem here:
https://buddypress.org/support/topic/adding-friends-via-members-directory/
https://www.ads-software.com/plugins/buddypress-friends-on-line/
]]>Hey!
Nice Plugin.. Thank a lot!
Do you know a way to add an “online” Submenu-Entry to the BuddyMenu in Toolbar ? This would be very nice, so users can directly jump to it from everywhere..
Best regards
https://www.ads-software.com/plugins/buddypress-friends-on-line/
]]>Output from debug:
wp-content/plugins/buddypress-friends-on-line/bp-friends-on-line.php:40 – BP_Core_User::get_users is deprecated since version 1.7! Use BP_User_Query instead.
Please update to use the user query function to avoid deprecated code in your cool plugin.
https://www.ads-software.com/plugins/buddypress-friends-on-line/
]]>BuddyPress Friends On-Line conflicts with BP Profile Search. When BuddyPress Friends On-Line is activated, any search submitted by BP Profile Search returns all the members.
I believe the problem lies in the function fol_get_online, that always filters the data, while in my opinion it should filter only when necessary. The code fragment follows:
add_filter('bp_core_get_users', 'fol_get_online', 10, 2);
function fol_get_online($data, $params){
extract( $params, EXTR_SKIP );
if(bp_is_user_friends() && bp_is_current_action( 'online') ){
$type = 'online';
$user_id = bp_loggedin_user_id();
}
return BP_Core_User::get_users( $type, $per_page, $page, $user_id, $include, $search_terms, $populate_extras, $exclude, $meta_key, $meta_value );
}
https://www.ads-software.com/extend/plugins/buddypress-friends-on-line/
]]>Hi,
I just installed your plugin and it returns a message that there are no online friends although they are.
I’m using WP 3.5.1 and Buddypress 1.6.5. It looks like the plugin hasn’t been updated the last 3 months. Does this mean that perhaps is not compatible with the latest versions of WP and bbpress?
https://www.ads-software.com/extend/plugins/buddypress-friends-on-line/
]]>Hi really like this page loader, but I want to get rid of the WP logo. Can you please help with this?
https://www.ads-software.com/extend/plugins/buddypress-friends-on-line/
]]>Does Friends Online work on WP3?
I cannot see it among the widgets.
https://www.ads-software.com/extend/plugins/buddypress-friends-on-line/
]]>