aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorPico88 <luki_9@wp.pl>2014-08-17 19:02:18 +0200
committerPico88 <luki_9@wp.pl>2014-08-17 19:04:35 +0200
commit9d7deba67aa5503314ee829a492e8c82ea09820f (patch)
tree09cafdd3fb349987118f0a9160d8377be83547a5 /phpBB/docs
parent4ff5aa18aeb26d9d48d93bcde69082bc969896ef (diff)
downloadforums-9d7deba67aa5503314ee829a492e8c82ea09820f.tar
forums-9d7deba67aa5503314ee829a492e8c82ea09820f.tar.gz
forums-9d7deba67aa5503314ee829a492e8c82ea09820f.tar.bz2
forums-9d7deba67aa5503314ee829a492e8c82ea09820f.tar.xz
forums-9d7deba67aa5503314ee829a492e8c82ea09820f.zip
[ticket/12991] Have events after/before "add warning" field - user and post
PHPBB3-12991
Diffstat (limited to 'phpBB/docs')
-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 4f39e71c3c..c235b82e2c 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 a post - after add warning fields.
+
+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 a post - before add warning fields.
+
+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 an user - after add warning fields.
+
+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 an user - before add warning fields.
+
navbar_header_logged_out_content
===
* Locations: