Mibew Messenger Community

General => General Discussion => Topic started by: CeyCey on July 13, 2015, 08:16:27 AM

Title: How can i change operator stasus on my php code? (solved)
Post by: CeyCey 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?
Title: Re: How can i change operator stasus on my php code?
Post by: Dmitriy Simushev 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.
Title: Re: How can i change operator stasus on my php code?
Post by: CeyCey 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.
Title: Re: How can i change operator stasus on my php code?
Post by: Dmitriy Simushev 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.
Title: Re: How can i change operator stasus on my php code? (solved)
Post by: CeyCey on July 14, 2015, 05:58:43 PM
Thanks for answer Dmitriy