News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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