MyBB Community Forums

Full Version: New member notification?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a setting that sends Admin an email when a new member has joined and/or posted ? I seem to remember seeing this function somewhere but can't find it.
No. There is a plugin though. But since it's a bit old you need to change the compatibility line (and likely the fixes for 1.6.5) to get it running under MyBB 1.6.

http://mods.mybb.com/view/email-about-new-members
http://mods.mybb.com/view/email-about-new-members

You will need to edit the compatibility line in the plugin file.
Thanks - So in the PHP file do I change this line? - 'compatibility' => '14*',

Do I change it to - 'compatibility' => '16*',

or - 'compatibility' => '1.6*',

or something completely different?
Change it to 16* or just *

[wiki]Editing Plugin Compatibility[/wiki]
(2011-12-10, 12:41 AM)Paul H. Wrote: [ -> ]Change it to 16* or just *

[wiki]Editing Plugin Compatibility[/wiki]
Thanks - Just tested it and it works fine. Much appreciated.