From c61fa1aaa1970cb4ef5cef7aa8ced33e8dd94871 Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Fri, 2 Jan 2015 09:48:27 -0500 Subject: [ticket/13437] Add template event viewtopic_body_post_author_before/after PHPBB3-13437 --- phpBB/docs/events.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index fd4241a759..751ebba40e 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/after +=== +* 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: -- cgit v1.2.1