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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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