MyBB Community Forums

Full Version: How do I know if a new user is awaiting activation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Is it possible to get an email to notify me (as administrator) that one or more new users are awaiting activation ?

In Board settings I have the adimistrator's email entered in General configuration, I have PHP selected in the mail options and tried with and without additional parameters, and I have administrator activation set in users registration.

Without such a facility a new user can be left waiting for ages for activation. I know I can use other activation methods but I want to ensure that only members of our club are activated.

TIA
Ian
Install this plugin: http://mods.mybb.com/view/email-about-new-members

Also, you will need to edit the plugin file and replace this:

'compatibility' => '14*',

With this:

'compatibility' => '16*',
Hi,

Thanks for the response. It sounds exactly like what I'm looking for but having followed the installation instructions and gone to activate the plugin I get an error message of

The service is unavailable.

My error log is being mailed to me and it shows this...

Type: 20
File: (Line no. 0)
Message
SQL Error: 1366 - Incorrect integer value: 'NULL' for column 'gid' at row 1
Query:
INSERT
INTO mybb_settinggroups (gid,name,title,description,disporder,isdefault)
VALUES ('NULL','emailonreg','Email about new members','','50','no')


So cannot move forward. Any help gratefully appreciated.

Ian
responses here should help in resolving above error ..