diff options
| author | Nils Adermann <naderman@naderman.de> | 2013-11-02 15:31:01 -0700 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2013-11-02 15:31:01 -0700 |
| commit | 8f88ff093ee1f9f66a91aba46970dcba9188c8c4 (patch) | |
| tree | 87d53aab74959bef6be995d4dae55bd7dd20ca5b /phpBB/docs/events.md | |
| parent | 63a82f26dda08fde2f11009b3bad7ab7a1bbb437 (diff) | |
| parent | 37aff2077a6e618b5a26db785080db428f56f258 (diff) | |
| download | forums-8f88ff093ee1f9f66a91aba46970dcba9188c8c4.tar forums-8f88ff093ee1f9f66a91aba46970dcba9188c8c4.tar.gz forums-8f88ff093ee1f9f66a91aba46970dcba9188c8c4.tar.bz2 forums-8f88ff093ee1f9f66a91aba46970dcba9188c8c4.tar.xz forums-8f88ff093ee1f9f66a91aba46970dcba9188c8c4.zip | |
Merge pull request #1821 from imkingdavid/ticket/11972
[ticket/11972] Add template events to posting page
Diffstat (limited to 'phpBB/docs/events.md')
| -rw-r--r-- | phpBB/docs/events.md | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 49804a57bc..23e63ed7e4 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -157,14 +157,46 @@ overall_header_navigation_prepend * Since: 3.1.0-a1 * Purpose: Add links before the navigation links in the header +posting_editor_message_after +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a2 +* Purpose: Add field (e.g. textbox) to the posting screen after the message + +posting_editor_message_before +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a2 +* Purpose: Add field (e.g. textbox) to the posting screen before the message + posting_editor_options_prepend === * Locations: + styles/prosilver/template/posting_editor.html - + styles/prosilver/template/posting_body.html + + styles/subsilver2/template/posting_body.html * Since: 3.1.0-a1 * Purpose: Add posting options on the posting screen +posting_editor_subject_after +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a2 +* Purpose: Add field (e.g. textbox) to the posting screen after the subject + +posting_editor_subject_before +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a2 +* Purpose: Add field (e.g. textbox) to the posting screen before the subject + simple_footer_after === * Locations: |
