forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 modpack by Stramm => Topic started by: dawid8 on June 12, 2008, 12:00:48 am

Title: [Solved]: Buddy Manager don't change the buddy status
Post by: dawid8 on June 12, 2008, 12:00:48 am
the buddy manager say's the hole time that buddy's are offline?

please help
Title: Re: Buddy Manager don't change the buddy status
Post by: Stramm on June 12, 2008, 03:53:26 am
necessary for that to work is the onlinestats plugin
Title: Re: Buddy Manager don't change the buddy status
Post by: dawid8 on June 12, 2008, 09:42:51 am
The onlinestats plugin is installed and works fine
Title: Re: Buddy Manager don't change the buddy status
Post by: dawid8 on June 12, 2008, 09:44:25 am
at the user profile i can see the correct status but not in the buddy manager
Title: Re: Buddy Manager don't change the buddy status
Post by: Stramm on June 15, 2008, 09:38:02 am
yes, you're right, there's a lil glitch in it
in buddy_manage.php find
Code: [Select]
$user_data = mysql_num_rows($result_online);
and replace with
Code: [Select]
$user_data['isonline'] = mysql_num_rows($result_online);
Title: Re: Buddy Manager don't change the buddy status
Post by: dawid8 on June 16, 2008, 10:03:18 am
Thanks now its working ;D