From aef5be3d17f4b15808cb9ff8f26bc029b076bcf7 Mon Sep 17 00:00:00 2001 From: rxu Date: Wed, 29 Apr 2015 00:45:30 +0700 Subject: [ticket/13791] Add more post buttons template events to viewtopic_body.html The purpose is to allow adding custom post buttons outside of original post buttons conditionals/list in prosilver (for subsilver2 it's not the issue). PHPBB3-13791 --- 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 3413f7f684..d0c5a7f593 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1635,6 +1635,22 @@ viewtopic_body_post_buttons_before * Purpose: Add post button to posts (next to edit, quote etc), at the start of the list. +viewtopic_body_post_buttons_list_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.5-RC1 +* Purpose: Add post button custom list to posts (next to edit, quote etc), +after the original list. + +viewtopic_body_post_buttons_list_before +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.5-RC1 +* Purpose: Add post button custom list to posts (next to edit, quote etc), +before the original list. + viewtopic_body_postrow_custom_fields_after === * Locations: -- cgit v1.2.1