MyBB Community Forums

Full Version: How to send welcome PM to new users?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all I am wanting to set up my board so that when someone news joins a PM is sent from admin to welcome them. Have searched the forum, checked the wiki but I can find no answers.
Is a plugin used or am I missing something?
Thanks in advance.
Thank you very much Matt.
Get this error in ACP after put in plugins folder:

Call-time pass-by-reference has been deprecated in /home/content/51/5061651/html/inc/plugins/pmonreg.php on line 202

Then when activated get this error:

Warning: Call-time pass-by-reference has been deprecated in /home/content/51/5061651/html/inc/plugins/pmonreg.php on line 202
Warning [2] Cannot modify header information - headers already sent by (output started at /home/content/51/5061651/html/inc/plugins/pmonreg.php:202)

Anyone help please?
Line 202 is:

pmonreg_handle_error(&$pmhandler);

Not sure what exactly its calling for, though.

Try setting allow_call_time_pass_reference to true in your php.ini - you may need to contact your host.