Author Topic: How can i change operator stasus on my php code? (solved)  (Read 10080 times)

0 Members and 1 Guest are viewing this topic.

CeyCey

  • Jr. Member
  • **
  • Posts: 3
How can i change operator stasus on my php code? (solved)
« on: July 13, 2015, 08:16:27 AM »
Hello, thanks for project.

i want to change operator status online or away in my php code. i can not do it. how can i do it?
« Last Edit: July 14, 2015, 05:57:55 PM by CeyCey »

Dmitriy Simushev

  • Native
  • *****
  • Posts: 345
Re: How can i change operator stasus on my php code?
« Reply #1 on: July 13, 2015, 09:28:08 AM »
If you really want us to help you, you have to describe your problems with more details.

CeyCey

  • Jr. Member
  • **
  • Posts: 3
Re: How can i change operator stasus on my php code?
« Reply #2 on: July 13, 2015, 01:41:24 PM »
I want to integrated mibew my admin panel. how i can manage user status on my admin panel? for example online or away link. what must i do, change mysql table field or what? Thank you.

Dmitriy Simushev

  • Native
  • *****
  • Posts: 345
Re: How can i change operator stasus on my php code?
« Reply #3 on: July 14, 2015, 09:36:32 AM »
You did not specify version of Mibew you use, so I assume it's the latest 2.0.1.

Next, if you want to interact with database directly you should take a look at "istatus" and "dtmlastvisited" fields of "operator" table. At the same time I don't recommend you to work with Mibew in this way. It would be better to create a plugin that provides integration you need.

CeyCey

  • Jr. Member
  • **
  • Posts: 3
Re: How can i change operator stasus on my php code? (solved)
« Reply #4 on: July 14, 2015, 05:58:43 PM »
Thanks for answer Dmitriy