Mibew Messenger Community

Contributions => Plugins, tips, and tricks => Topic started by: stevanicus on November 05, 2009, 10:03:13 AM

Title: Logout on Exit
Post by: stevanicus on November 05, 2009, 10:03:13 AM
I'm not sure if this has already been covered. But something that bugged me was it still said I was online when I exited the admin page. I suppose you dont want this when u have more than one operator.

Go to -> operator -> logout.php

above...

Code: [Select]
logout_operator();

add...

Code: [Select]
$operator = check_login();
$status = 1;
notify_operator_alive($operator['operatorid'], $status);

Hope it helps.



Title: Re: Logout on Exit
Post by: jason.a.reid on February 04, 2010, 09:33:41 AM
Works well, thanks
Title: Re: Logout on Exit
Post by: col54red on May 09, 2011, 04:50:00 AM
it works. thanks for your help.