Advanced search  

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

Pages: [1]   Go Down

Author Topic: [Solved]: Buddy Manager don't change the buddy status  (Read 5846 times)

0 Members and 1 Guest are viewing this topic.

dawid8

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 57
[Solved]: Buddy Manager don't change the buddy status
« on: June 12, 2008, 12:00:48 am »

the buddy manager say's the hole time that buddy's are offline?

please help
« Last Edit: June 16, 2008, 10:33:28 am by Stramm »
Logged

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Buddy Manager don't change the buddy status
« Reply #1 on: June 12, 2008, 03:53:26 am »

necessary for that to work is the onlinestats plugin

dawid8

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 57
Re: Buddy Manager don't change the buddy status
« Reply #2 on: June 12, 2008, 09:42:51 am »

The onlinestats plugin is installed and works fine
Logged

dawid8

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 57
Re: Buddy Manager don't change the buddy status
« Reply #3 on: June 12, 2008, 09:44:25 am »

at the user profile i can see the correct status but not in the buddy manager
Logged

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Buddy Manager don't change the buddy status
« Reply #4 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);

dawid8

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 57
Re: Buddy Manager don't change the buddy status
« Reply #5 on: June 16, 2008, 10:03:18 am »

Thanks now its working ;D
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 20 queries.