[ACP Template] acp_email_options_after

Request hook events and what data needs to be sent for the new hook system.
Post Reply
User avatar
Elsensee
Former Team Member
Posts: 42
Joined: Sun Mar 16, 2014 1:08 pm
Location: Hamburg, Germany
Contact:

[ACP Template] acp_email_options_after

Post by Elsensee »

Identifier: acp_email_options_after
Location: In adm/style/acp_email.html after the options:

Code: Select all

<dl>
	<dt><label for="send">{L_SEND_IMMEDIATELY}{L_COLON}</label></dt>
	<dd><input id="send" type="checkbox" class="radio" name="send_immediately" checked="checked" /></dd>
</dl>
<!-- EVENT acp_email_options_after -->
<p class="submit-buttons">
	<input class="button1" type="submit" id="submit" name="submit" value="{L_SEND_EMAIL}" />&nbsp;
	<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
</p>
Explanation: For setting extra options when sending a mass email. Possible could be sending a newsletter (instead of a real mass-email) to only those users who agreed to receiving the newsletter in UCP.

Ticket: https://tracker.phpbb.com/browse/PHPBB3-13309

EDIT: Added ticket

Post Reply