diff options
author | David King <imkingdavid@gmail.com> | 2016-06-25 21:16:54 +0100 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2016-06-25 21:16:54 +0100 |
commit | e4336de68d8aca0c8aa0507c2d30597817eb6622 (patch) | |
tree | 4884542dad8e16e1ca582ff61404789067feb88e /phpBB/docs | |
parent | 9595946508c198be3aaae6deb88dee2bba354aef (diff) | |
download | forums-e4336de68d8aca0c8aa0507c2d30597817eb6622.tar forums-e4336de68d8aca0c8aa0507c2d30597817eb6622.tar.gz forums-e4336de68d8aca0c8aa0507c2d30597817eb6622.tar.bz2 forums-e4336de68d8aca0c8aa0507c2d30597817eb6622.tar.xz forums-e4336de68d8aca0c8aa0507c2d30597817eb6622.zip |
[ticket/14695] Add posting_editor_subject_prepend/append template events
PHPBB3-14695
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 5a7b87bf86..f2f4065161 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1487,6 +1487,13 @@ posting_editor_subject_after * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen after the subject +posting_editor_subject_append +=== +* Locations: + + styles/prosilver/template/posting_editor.html +* Since: 3.1.10 +* Purpose: Add field, text, etc. to the posting after the subject text box + posting_editor_subject_before === * Locations: @@ -1495,6 +1502,13 @@ posting_editor_subject_before * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen before the subject +posting_editor_subject_prepend +=== +* Locations: + + styles/prosilver/template/posting_editor.html +* Since: 3.1.10 +* Purpose: Add field, text, etc. to the posting before the subject text box + posting_editor_submit_buttons === * Locations: |