the buddy manager say's the hole time that buddy's are offline?
please help
necessary for that to work is the onlinestats plugin
The onlinestats plugin is installed and works fine
at the user profile i can see the correct status but not in the buddy manager
yes, you're right, there's a lil glitch in it
in buddy_manage.php find
$user_data = mysql_num_rows($result_online);
and replace with
$user_data['isonline'] = mysql_num_rows($result_online);
Thanks now its working ;D