aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/events.md
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-09-01 22:43:54 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-09-01 22:43:54 +0200
commitd86817ef07de8d6b581dd50c5a18796ceea7f471 (patch)
tree8dc359a0d20649757b3b92952ab78cfb90186693 /phpBB/docs/events.md
parent97c798a375dc5277ce03fccb1682cb0f0cebc976 (diff)
parent7fc550aedcf6c2cde1aa6030fca1033093e8216e (diff)
downloadforums-d86817ef07de8d6b581dd50c5a18796ceea7f471.tar
forums-d86817ef07de8d6b581dd50c5a18796ceea7f471.tar.gz
forums-d86817ef07de8d6b581dd50c5a18796ceea7f471.tar.bz2
forums-d86817ef07de8d6b581dd50c5a18796ceea7f471.tar.xz
forums-d86817ef07de8d6b581dd50c5a18796ceea7f471.zip
Merge pull request #2887 from Pico/ticket/12991
[ticket/12991] Have events after/before "add warning" field - user and post
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r--phpBB/docs/events.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 19822707c7..d0fd596913 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -434,6 +434,38 @@ memberlist_view_user_statistics_before
* Since: 3.1.0-a1
* Purpose: Add entries before the user statistics part of any user profile
+mcp_warn_post_add_warning_field_after
+===
+* Locations:
+ + styles/prosilver/template/mcp_warn_post.html
+ + styles/subsilver2/template/mcp_warn_post.html
+* Since: 3.1.0-RC4
+* Purpose: Add content during warning for a post - after add warning field.
+
+mcp_warn_post_add_warning_field_before
+===
+* Locations:
+ + styles/prosilver/template/mcp_warn_post.html
+ + styles/subsilver2/template/mcp_warn_post.html
+* Since: 3.1.0-RC4
+* Purpose: Add content during warning for a post - before add warning field.
+
+mcp_warn_user_add_warning_field_after
+===
+* Locations:
+ + styles/prosilver/template/mcp_warn_user.html
+ + styles/subsilver2/template/mcp_warn_user.html
+* Since: 3.1.0-RC4
+* Purpose: Add content during warning a user - after add warning field.
+
+mcp_warn_user_add_warning_field_before
+===
+* Locations:
+ + styles/prosilver/template/mcp_warn_user.html
+ + styles/subsilver2/template/mcp_warn_user.html
+* Since: 3.1.0-RC4
+* Purpose: Add content during warning a user - before add warning field.
+
navbar_header_logged_out_content
===
* Locations: