Thanks for your reply. I do want it set for the user to be able to confirm registration. I have added this code to my phpBB3 and it's working great.iyeru42 wrote:If you set phpBB3 to activate via admin, you won't need this modification.
Does your local server connect to the internet? Does your local server have the mail() or sendmail available? What version of PHP on your local server?akazihaha wrote:There's a problem, after installing this mod, i registered 3 accs, but no email to admin via board. I use on local host
This notification requires "e-mail addresses" not private messages. Either you have an e-mail server on your local host, or your server connects to the Internet.akazihaha wrote:So Email will be sent to inbox in board or Internet Mail? I can send message between user via board, using php5, and no internet connection ^^
oh so that is my problem ^^, sorry for thatiyeru42 wrote:This notification requires "e-mail addresses" not private messages. Either you have an e-mail server on your local host, or your server connects to the Internet.akazihaha wrote:So Email will be sent to inbox in board or Internet Mail? I can send message between user via board, using php5, and no internet connection ^^
If you need one for PMs: http://www.phpbb.com/community/viewtopi ... 9&t=573016 But that notifies the user that they first logged in. Although I bet someone can edit it to notify the admin rather than the user.akazihaha wrote:oh so that is my problem ^^, sorry for that
Code: Select all
<![CDATA[ }
$message = $message . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . append_sid("{$phpbb_root_path}index.$phpEx") . '">', '</a>');
trigger_error($message);]]>
Code: Select all
$message = $message . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . append_sid("{$phpbb_root_path}index.$phpEx") . '">', '</a>');
trigger_error($message)
Code: Select all
}
$message = $message . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . append_sid("{$phpbb_root_path}index.$phpEx") . '">', '</a>');
trigger_error($message);