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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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