diff options
author | rxu <rxu@mail.ru> | 2014-02-05 22:47:31 +0800 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2014-02-18 10:51:34 +0800 |
commit | cab8181af165f05681756aaf9a4cfc460ef0429e (patch) | |
tree | 20811f70f86afd97855807381a910f0b7bf89224 /phpBB/docs | |
parent | 9f923f235947b75260630234268d119179adda3e (diff) | |
download | forums-cab8181af165f05681756aaf9a4cfc460ef0429e.tar forums-cab8181af165f05681756aaf9a4cfc460ef0429e.tar.gz forums-cab8181af165f05681756aaf9a4cfc460ef0429e.tar.bz2 forums-cab8181af165f05681756aaf9a4cfc460ef0429e.tar.xz forums-cab8181af165f05681756aaf9a4cfc460ef0429e.zip |
[ticket/12166] Add template events to quickreply_editor.html.
Add template event pair - quickreply_editor_message_before
and quickreply_editor_message_before to
quickreply_editor.html for both of prosilver and subsilver2 styles.
This allows extensions to modify quick reply
postform. For example, to add BBCode buttons and/or smilies
and so on.
PHPBB3-12166
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7d507216ef..0a3a655465 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -279,6 +279,22 @@ posting_editor_subject_before * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen before the subject +quickreply_editor_message_after +=== +* Locations: + + styles/prosilver/template/quickreply_editor.html + + styles/subsilver2/template/quickreply_editor.html +* Since: 3.1.0-a4 +* Purpose: Add content after the quick reply textbox + +quickreply_editor_message_before +=== +* Locations: + + styles/prosilver/template/quickreply_editor.html + + styles/subsilver2/template/quickreply_editor.html +* Since: 3.1.0-a4 +* Purpose: Add content before the quick reply textbox + simple_footer_after === * Locations: |