From 7e21d1dab5a34932f1405db4e836dcdf708f8ff8 Mon Sep 17 00:00:00 2001 From: Zoddo Date: Tue, 21 Jul 2015 16:22:37 +0200 Subject: [PATCH] [ticket/14041] Add viewtopic_dropdown_*_custom template event Allows an extension to create a custom dropdown menu. PHPBB3-14041 PHPBB3-14042 --- phpBB/docs/events.md | 14 ++++++++++++++ .../styles/prosilver/template/viewtopic_body.html | 3 +++ 2 files changed, 17 insertions(+) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 46bd85a3bc..f73a03056f 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1523,6 +1523,20 @@ viewtopic_buttons_top_after * Since: 3.1.0-RC5 * Purpose: Add buttons after Post Reply button on the top of the posts's list +viewtopic_dropdown_bottom_custom +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.6-RC1 +* Purpose: Create a custom dropdown menu + +viewtopic_dropdown_top_custom +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.6-RC1 +* Purpose: Create a custom dropdown menu + viewforum_forum_name_append === * Locations: diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index e976c36f7b..c69b9cfd1c 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -40,6 +40,7 @@ + + +