diff options
author | Matt Friedman <maf675@gmail.com> | 2013-12-04 16:35:11 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-12-04 16:35:11 -0800 |
commit | 35da9ab9cfa183a8ffc364b48ecb85c8575a03f0 (patch) | |
tree | c260fa0d01361a5d19c98195eb7cdf9557ddbd27 /phpBB/docs | |
parent | 60a51eddd474b704f2b9bd3277f20578c69a32a1 (diff) | |
download | forums-35da9ab9cfa183a8ffc364b48ecb85c8575a03f0.tar forums-35da9ab9cfa183a8ffc364b48ecb85c8575a03f0.tar.gz forums-35da9ab9cfa183a8ffc364b48ecb85c8575a03f0.tar.bz2 forums-35da9ab9cfa183a8ffc364b48ecb85c8575a03f0.tar.xz forums-35da9ab9cfa183a8ffc364b48ecb85c8575a03f0.zip |
[ticket/12060] Add template events posting_editor_buttons_before/after
PHPBB3-12060
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index f1637ced02..ebca4b76f4 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -199,6 +199,24 @@ overall_header_navigation_prepend * Since: 3.1.0-a1 * Purpose: Add links before the navigation links in the header +posting_editor_buttons_after +=== +* Locations: + + adm/style/acp_users_signature.html + + styles/prosilver/template/posting_buttons.html + + styles/subsilver2/template/posting_buttons.html +* Since: 3.1.0-a3 +* Purpose: Add content after the BBCode posting buttons + +posting_editor_buttons_before +=== +* Locations: + + adm/style/acp_users_signature.html + + styles/prosilver/template/posting_buttons.html + + styles/subsilver2/template/posting_buttons.html +* Since: 3.1.0-a3 +* Purpose: Add content before the BBCode posting buttons + posting_editor_message_after === * Locations: |