From 069f8061698e95f9a94ac65cbf4c8f3c6a7a7714 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 24 Oct 2013 19:44:40 -0700 Subject: [PATCH] [ticket/11972] Add posting_editor_subject_after template event PHPBB3-11972 --- phpBB/docs/events.md | 10 ++++++++-- phpBB/styles/prosilver/template/posting_editor.html | 2 ++ phpBB/styles/subsilver2/template/posting_body.html | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 49804a57bc..fc49c67a32 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -161,10 +161,16 @@ posting_editor_options_prepend === * Locations: + styles/prosilver/template/posting_editor.html - + styles/prosilver/template/posting_body.html -* Since: 3.1.0-a1 + + styles/subsilver2/template/posting_body.html * Purpose: Add posting options on the posting screen +posting_editor_subject_after +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Purpose: Add field (e.g. textbox) to the posting screen under the subject + simple_footer_after === * Locations: diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index f3e62db649..a4be602bdf 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -97,6 +97,8 @@ + +
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index 635b05aaa0..ea35ccc20f 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -168,6 +168,7 @@ {L_SUBJECT}{L_COLON} + {L_MESSAGE_BODY}{L_COLON}
{L_MESSAGE_BODY_EXPLAIN}