MyBB Community Forums

Full Version: What plugin do i need to monitor PM's??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So how do this?

Do i need some sort of plugin or is it some kind of coding?
http://mods.mybb.com/view/private-messag...ned-for-14

And just change compatible from 1.4 to 1.6 and works fine Smile


Or just use this with no edits:

http://community.mybb.com/thread-116261.html
(2012-04-13, 06:31 PM)weBex Wrote: [ -> ]http://community.mybb.com/thread-116261.html

I edited my post in same time you posted yours Smile I noticed that plugin few seconds later after i posted this one with edits.
http://mods.mybb.com/view/private-messag...ned-for-14

Do not forget to change compatibility line. Also use these scripts to update the plugin: http://community.mybb.com/thread-108595.html

Edit: Apologies for so much delayed reply. The tab kept open and I think no one has replied to this thread. Sad
(2012-04-13, 06:31 PM)weBex Wrote: [ -> ]http://community.mybb.com/thread-116261.html
Does this plugin let us to prevent the users from knowing that their PMs are logged?
(2012-04-13, 06:49 PM)Deathlock Wrote: [ -> ]
(2012-04-13, 06:31 PM)weBex Wrote: [ -> ]http://community.mybb.com/thread-116261.html
Does this plugin let us to prevent the users from knowing that their PMs are logged?

If you see in the screenshot, there's a notice at the PMs that it will tell users that it's getting logged and viewable by Admins.

If you want this removed, after downloading the files, open:
\inc\languages\english\admin\tools_pmlog.lang.php

Using Notepad or Notepad++
And change:
$l['private_message_logging'] = "Any messages sent through this form will be logged and viewable to board administrators. Do not include any private information, financial information, or passwords in any messages sent.";

To:
$l['private_message_logging'] = " ";
Essentially, you're removing the notification from the PMs.
Thank you everyone!