Author Topic: How to email every message log to Admin / some address (v1.6.9)  (Read 6469 times)

0 Members and 1 Guest are viewing this topic.

iss42

  • Jr. Member
  • **
  • Posts: 1
How to email every message log to Admin / some address (v1.6.9)
« 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

Great Cyrus

  • Full Member
  • ***
  • Posts: 9
Re: How to email every message log to Admin / some address (v1.6.9)
« Reply #1 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

faf

  • Mibew Staff Member
  • Native
  • *****
  • Posts: 950
    • Mibew Messenger
Re: How to email every message log to Admin / some address (v1.6.9)
« Reply #2 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. 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.