diff options
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 56 | 
1 files changed, 56 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 4f39e71c3c..e1308c71d1 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: @@ -732,6 +764,22 @@ posting_editor_subject_before  * Since: 3.1.0-a2  * Purpose: Add field (e.g. textbox) to the posting screen before the subject +posting_pm_header_find_username_after +=== +* Locations: +    + styles/prosilver/template/posting_pm_header.html +    + styles/subsilver2/template/ucp_header.html +* Since: 3.1.0-RC4 +* Purpose: Add content after the find username link on composing pm + +posting_pm_header_find_username_before +=== +* Locations: +    + styles/prosilver/template/posting_pm_header.html +    + styles/subsilver2/template/ucp_header.html +* Since: 3.1.0-RC4 +* Purpose: Add content before the find username link on composing pm +  quickreply_editor_panel_after  ===  * Locations: @@ -1227,6 +1275,14 @@ viewtopic_body_postrow_post_before  * Since: 3.1.0-a4  * Purpose: Add data before posts +viewtopic_body_postrow_post_content_footer +=== +* Locations: +    + styles/prosilver/template/viewtopic_body.html +    + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-RC4 +* Purpose: Add data at the end of the posts. +  viewtopic_body_postrow_post_notices_after  ===  * Locations:  | 
