diff options
author | RMcGirr83 <rmcgirr83@gmail.com> | 2015-03-18 10:45:58 -0400 |
---|---|---|
committer | Richard McGirr <rmcgirr83@gmail.com> | 2015-03-19 07:25:45 -0400 |
commit | d4ca81f23f7a5bbb05b8e05834cf4775afa6e316 (patch) | |
tree | a6abc28c7513b6441cfcdaf4f8e031ab0349983e /phpBB/docs | |
parent | ee70b364c7380592df1d70ef9081e5981e97aad9 (diff) | |
download | forums-d4ca81f23f7a5bbb05b8e05834cf4775afa6e316.tar forums-d4ca81f23f7a5bbb05b8e05834cf4775afa6e316.tar.gz forums-d4ca81f23f7a5bbb05b8e05834cf4775afa6e316.tar.bz2 forums-d4ca81f23f7a5bbb05b8e05834cf4775afa6e316.tar.xz forums-d4ca81f23f7a5bbb05b8e05834cf4775afa6e316.zip |
[ticket/13710] Allow template events near smilies display
PHPBB3-13710
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 24 |
1 files changed, 24 insertions, 0 deletions
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 `</head>` 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: |