[Solved]: Buddy Manager don't change the buddy status [Solved]: Buddy Manager don't change the buddy status
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

[Solved]: Buddy Manager don't change the buddy status

Started by dawid8, June 12, 2008, 12:00:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dawid8

the buddy manager say's the hole time that buddy's are offline?

please help

Stramm

necessary for that to work is the onlinestats plugin

dawid8

The onlinestats plugin is installed and works fine

dawid8

at the user profile i can see the correct status but not in the buddy manager

Stramm

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);

dawid8