diff options
| author | javiexin <javiexin@gmail.com> | 2015-04-27 13:21:23 +0200 |
|---|---|---|
| committer | javiexin <javiexin@gmail.com> | 2015-04-27 13:21:23 +0200 |
| commit | e98a5afd07fdd18c8ed877655089e842a1db5f8a (patch) | |
| tree | 75f3926dcbc4b73aac467fe5cee2c6d0470382a6 /phpBB/docs | |
| parent | 6322970766bd9fa78327fa2ca6a6a43d73b680ee (diff) | |
| download | forums-e98a5afd07fdd18c8ed877655089e842a1db5f8a.tar forums-e98a5afd07fdd18c8ed877655089e842a1db5f8a.tar.gz forums-e98a5afd07fdd18c8ed877655089e842a1db5f8a.tar.bz2 forums-e98a5afd07fdd18c8ed877655089e842a1db5f8a.tar.xz forums-e98a5afd07fdd18c8ed877655089e842a1db5f8a.zip | |
[ticket/13786] Add events to add MCP post options
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
PHPBB3-13786
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 8086bc9f43..2956a6ad44 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -496,6 +496,14 @@ mcp_front_latest_unapproved_before * Since: 3.1.3-RC1 * Purpose: Add content before latest unapproved posts list +mcp_post_additional_options +=== +* Locations: + + styles/prosilver/template/mcp_post.html + + styles/subsilver2/template/mcp_post.html +* Since: 3.1.5-RC1 +* Purpose: Add content within the list of post moderation actions + memberlist_body_username_append === * Locations: |
