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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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