diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-08-30 22:13:37 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-16 11:52:30 +0100 |
| commit | 074b91497bcd8adc42b66bf04d8374fd9b1b2362 (patch) | |
| tree | 7631209bcc6ce0d9c43b3ddeb3e85e522cdcc0ee /phpBB/docs | |
| parent | 6d9c0a76df2ab2b55b8f863a412f0fcf10599196 (diff) | |
| download | forums-074b91497bcd8adc42b66bf04d8374fd9b1b2362.tar forums-074b91497bcd8adc42b66bf04d8374fd9b1b2362.tar.gz forums-074b91497bcd8adc42b66bf04d8374fd9b1b2362.tar.bz2 forums-074b91497bcd8adc42b66bf04d8374fd9b1b2362.tar.xz forums-074b91497bcd8adc42b66bf04d8374fd9b1b2362.zip | |
[ticket/13023] Add template event posting_editor_buttons_custom_tags_before
PHPBB3-13023
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 4f39e71c3c..bf713d3e62 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -692,6 +692,14 @@ posting_editor_buttons_before * Since: 3.1.0-a3 * Purpose: Add content before the BBCode posting buttons +posting_editor_buttons_custom_tags_before +=== +* Locations: + + styles/prosilver/template/posting_buttons.html + + styles/subsilver2/template/posting_buttons.html +* Since: 3.1.2-RC1 +* Purpose: Add content inside the BBCode posting buttons and before the customs BBCode + posting_editor_message_after === * Locations: |
