diff options
author | Matt Friedman <maf675@gmail.com> | 2013-12-13 13:36:59 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-12-13 13:36:59 -0800 |
commit | 31eb759aa4b2978a337ae75fe713f0842ea46c24 (patch) | |
tree | 5dbc96d1395a81924743b62ba2db834a8fec7e2f /phpBB/docs | |
parent | 8864c601a2ef1232d8d2315499e189a1c92ec37c (diff) | |
download | forums-31eb759aa4b2978a337ae75fe713f0842ea46c24.tar forums-31eb759aa4b2978a337ae75fe713f0842ea46c24.tar.gz forums-31eb759aa4b2978a337ae75fe713f0842ea46c24.tar.bz2 forums-31eb759aa4b2978a337ae75fe713f0842ea46c24.tar.xz forums-31eb759aa4b2978a337ae75fe713f0842ea46c24.zip |
[ticket/12060] Use separate template event for acp user signature posting buttons
PHPBB3-12060
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 14 insertions, 2 deletions
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 |