From 31eb759aa4b2978a337ae75fe713f0842ea46c24 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 13 Dec 2013 13:36:59 -0800 Subject: [PATCH] [ticket/12060] Use separate template event for acp user signature posting buttons PHPBB3-12060 --- phpBB/adm/style/acp_users_signature.html | 4 ++-- phpBB/docs/events.md | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/phpBB/adm/style/acp_users_signature.html b/phpBB/adm/style/acp_users_signature.html index 694e20c624..fff75c993d 100644 --- a/phpBB/adm/style/acp_users_signature.html +++ b/phpBB/adm/style/acp_users_signature.html @@ -49,7 +49,7 @@ {L_SIGNATURE}

{L_SIGNATURE_EXPLAIN}

- +
@@ -85,7 +85,7 @@
- +
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 26efe6ed24..6084653338 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -64,6 +64,20 @@ acp_users_overview_options_append * Since: 3.1.0-a1 * Purpose: Add options and settings on user overview page +acp_users_signature_editor_buttons_after +=== +* Locations: + + adm/style/acp_users_signature.html +* Since: 3.1.0-a3 +* Purpose: Add content after BBCode posting buttons in the ACP user signature + +acp_users_signature_editor_buttons_before +=== +* Locations: + + adm/style/acp_users_signature.html +* Since: 3.1.0-a3 +* Purpose: Add content before BBCode posting buttons in the ACP user signature + forumlist_body_last_post_title_prepend ==== * Locations: @@ -202,7 +216,6 @@ overall_header_navigation_prepend posting_editor_buttons_after === * Locations: - + adm/style/acp_users_signature.html + styles/prosilver/template/posting_buttons.html + styles/subsilver2/template/posting_buttons.html * Since: 3.1.0-a3 @@ -211,7 +224,6 @@ posting_editor_buttons_after posting_editor_buttons_before === * Locations: - + adm/style/acp_users_signature.html + styles/prosilver/template/posting_buttons.html + styles/subsilver2/template/posting_buttons.html * Since: 3.1.0-a3