diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2015-01-06 11:24:25 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2015-01-06 11:24:25 +0100 |
| commit | 874356e57f2de62260e455b6063330d1eb3badf4 (patch) | |
| tree | aacee3c38cc19b1be9402539884e64a89abfbb75 /phpBB/docs | |
| parent | 26bf79425c89d348b855ed929fea0a962ddcefa0 (diff) | |
| parent | 652a7630bb7783c6e2fb1d8aa89e0f3acba30bd9 (diff) | |
| download | forums-874356e57f2de62260e455b6063330d1eb3badf4.tar forums-874356e57f2de62260e455b6063330d1eb3badf4.tar.gz forums-874356e57f2de62260e455b6063330d1eb3badf4.tar.bz2 forums-874356e57f2de62260e455b6063330d1eb3badf4.tar.xz forums-874356e57f2de62260e455b6063330d1eb3badf4.zip | |
Merge pull request #3243 from kinerity/ticket/13437
[ticket/13437] Add template event viewtopic_body_post_author_before/after
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 fd4241a759..3ab3fc65da 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1455,6 +1455,22 @@ viewtopic_body_poll_question_prepend * Since: 3.1.0-b3 * Purpose: Add content directly before the poll question on the View topic screen +viewtopic_body_post_author_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.3-RC1 +* Purpose: Add content directly after the post author on the view topic screen + +viewtopic_body_post_author_before +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.3-RC1 +* Purpose: Add content directly before the post author on the view topic screen + viewtopic_body_post_buttons_after === * Locations: |
