Mibew Messenger Community

General => Support => Topic started by: iss42 on February 25, 2014, 05:08:23 PM

Title: How to email every message log to Admin / some address (v1.6.9)
Post by: iss42 on February 25, 2014, 05:08:23 PM
Hi
Is there a setting to email all chat logs to the admin at the end of the chat?
Or how would I do this?  (I can code a little PHP).
Thanks
Title: Re: How to email every message log to Admin / some address (v1.6.9)
Post by: Great Cyrus on February 25, 2014, 06:58:32 PM
hmm i guess no,ther is no way to what you want
there is only sending offline chat for operators job through email
but it's not a big deal for developer to do this if they found it useful
Title: Re: How to email every message log to Admin / some address (v1.6.9)
Post by: faf on February 25, 2014, 07:38:50 PM
hmm i guess no,ther is no way to what you want
Yes, you're right.

but it's not a big deal for developer to do this if they found it useful
Sorry, but we have the roadmap (http://mibew.org/roadmap). No new features in Mibew 1.6.x, only bugfixes and security issues.

Or how would I do this?  (I can code a little PHP).

Well... You can try to alter functions close_thread and close_old_threads in libs/chat.php. As of thread visualization, one should look into the operator/threadprocessor.php file.

Hope, it will help.