From d4ca81f23f7a5bbb05b8e05834cf4775afa6e316 Mon Sep 17 00:00:00 2001 From: RMcGirr83 Date: Wed, 18 Mar 2015 10:45:58 -0400 Subject: [PATCH] [ticket/13710] Allow template events near smilies display PHPBB3-13710 --- phpBB/docs/events.md | 24 +++++++++++++++++++ .../prosilver/template/posting_editor.html | 4 +++- .../subsilver2/template/posting_body.html | 3 +++ 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 5c4b6a8d7d..954128f20b 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -896,6 +896,14 @@ overall_header_stylesheets_after * Purpose: Add asset calls after stylesheets within the `` tag. Note that INCLUDECSS will not work with this event. +posting_editor_bbcode_status_after +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Since: 3.1.4-RC1 +* Purpose: Add content after bbcode status + posting_editor_buttons_after === * Locations: @@ -944,6 +952,22 @@ posting_editor_options_prepend * Since: 3.1.0-a1 * Purpose: Add posting options on the posting screen +posting_editor_smilies_after +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Since: 3.1.4-RC1 +* Purpose: Add content after smilies + +posting_editor_smilies_before +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Since: 3.1.4-RC1 +* Purpose: Add content before the smilies + posting_editor_subject_after === * Locations: diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index e68e6a97e5..5804f95579 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -36,6 +36,7 @@
+ {L_SMILIES}
@@ -45,7 +46,7 @@
{L_MORE_SMILIES} - +

@@ -58,6 +59,7 @@ {SMILIES_STATUS}
+
{L_BACK_TO_DRAFTS} diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index 321e4227ee..815d8c4a99 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -171,6 +171,7 @@ {L_MESSAGE_BODY}{L_COLON}
{L_MESSAGE_BODY_EXPLAIN} 

+ @@ -192,6 +193,7 @@
+