Author Topic: Which operators are currently online?  (Read 19958 times)

0 Members and 1 Guest are viewing this topic.

simplyfat

  • Full Member
  • ***
  • Posts: 9
Which operators are currently online?
« on: May 21, 2009, 04:03:03 PM »
Hi!
how can i see which of my operators are online?

Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Which operators are currently online?
« Reply #1 on: May 21, 2009, 08:06:27 PM »
Currently that feature isn't in this software.

Inspirer

  • Mibew Project founder
  • Native
  • *****
  • Posts: 262
    • Mibew Messenger
Re: Which operators are currently online?
« Reply #2 on: May 21, 2009, 08:49:10 PM »
try to redirect visitor.. no other way yet

simplyfat

  • Full Member
  • ***
  • Posts: 9
Re: Which operators are currently online?
« Reply #3 on: May 21, 2009, 08:51:05 PM »
try to redirect visitor.. no other way yet

what do you mean by that?

Inspirer

  • Mibew Project founder
  • Native
  • *****
  • Posts: 262
    • Mibew Messenger
Re: Which operators are currently online?
« Reply #4 on: May 21, 2009, 10:19:29 PM »
On this page:

simplyfat

  • Full Member
  • ***
  • Posts: 9
Re: Which operators are currently online?
« Reply #5 on: May 21, 2009, 10:39:46 PM »
ah okay, thanks! but i need to be in a active chat for that, right?

that doesn't really fit my needs, because i just want to check if my employees are online.
as i see it, it is one of the simplest features to implement. i will just edit my operator/operators.php. but it would be nice if the next version would contains this tiny feature.

by the way: obviously, if even if the last operator logs out, the chat remains online for some time. should i consider this as a bug? as a quick fix, i think /operator/logout.php just needs to set chatoperator.dtmlastvisited a few minutes before the current time...

Inspirer

  • Mibew Project founder
  • Native
  • *****
  • Posts: 262
    • Mibew Messenger
Re: Which operators are currently online?
« Reply #6 on: May 22, 2009, 10:38:42 AM »
Sure, no problem to implement. We are going to add it in the next version.

It is not a bug, just gives 30 seconds timeout when operator leaves "Awaiting visitors" page. Set it to 10 seconds if the connection is stable.

simplyfat

  • Full Member
  • ***
  • Posts: 9
Re: Which operators are currently online?
« Reply #7 on: May 22, 2009, 11:46:53 AM »
sure, i understand that. but if the operator explicitly hits the logout button, the 30 seconds make no sense imho.

Sheldmandu

  • Sr. Member
  • ****
  • Posts: 34
Re: Which operators are currently online?
« Reply #8 on: June 02, 2009, 12:03:32 AM »
Hi guys, when do you think this feature would be implemented?  I've had guys at work ask for it and I've thought about writing it myself, which wouldn't be too hard given how well the code is structured, but don't see the point if it's around the corner anyway.

Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Which operators are currently online?
« Reply #9 on: June 02, 2009, 12:33:04 AM »
Hi guys, when do you think this feature would be implemented?  I've had guys at work ask for it and I've thought about writing it myself, which wouldn't be too hard given how well the code is structured, but don't see the point if it's around the corner anyway.

inspirer's post above says it will be available next release :P  (friday)

olofb

  • Jr. Member
  • **
  • Posts: 2
Re: Which operators are currently online?
« Reply #10 on: January 10, 2010, 01:38:01 PM »
Bump!

Has this issue been solved? I want it too :)

Hi BTW - I'm new here and just want to say *superb system* Mibew! Great work!

danjenkins

  • Jr. Member
  • **
  • Posts: 2
Re: Which operators are currently online?
« Reply #11 on: February 06, 2010, 07:30:33 PM »
Can I find out if this is available in the latest release? Am I just missing it? I want to be able to gather all of the online users and be able to send a growl notification to them using php growl. This would probably require some form of customisation on the part of the db, storing an ip that the user is logged in from. If you could give me a pointer in the right direction that would be great. I essentially want to get rid of the alerts that say a new visitor is waiting, but i want a notification of some kind, IE I'd try to modify the script that checks current visitors, the one that is polled by the broswer to find new visitors.

Thanks,

Dan

Inspirer

  • Mibew Project founder
  • Native
  • *****
  • Posts: 262
    • Mibew Messenger
Re: Which operators are currently online?
« Reply #12 on: February 07, 2010, 04:40:29 PM »
Yep. It is solved.

On the "Operators" page there is a column called "Last active". It can be: Online, Never, Yesterday, February 03 etc.

Notifications: the problem is that all notifications sent from php shouldn't be time consuming. For proper delivery we have to use separate application on the same server or keep a message in database and poll the server. I have to take a look at PHP Growl. Mail me if you know a good solution for notification.