diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-06-04 17:45:21 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-06-04 17:45:21 +0200 |
commit | bb7f8433441343eaaf0c15aa9f27c4227256e3c7 (patch) | |
tree | cf3f378d212b81a1ef128e415850f88e9c6205ad /phpBB/docs | |
parent | 9005711ad70148c0ee73f648a96dcc720644e9f9 (diff) | |
parent | 9951458ebfb3bdf9845859fe409436afad7e4498 (diff) | |
download | forums-bb7f8433441343eaaf0c15aa9f27c4227256e3c7.tar forums-bb7f8433441343eaaf0c15aa9f27c4227256e3c7.tar.gz forums-bb7f8433441343eaaf0c15aa9f27c4227256e3c7.tar.bz2 forums-bb7f8433441343eaaf0c15aa9f27c4227256e3c7.tar.xz forums-bb7f8433441343eaaf0c15aa9f27c4227256e3c7.zip |
Merge pull request #3558 from javiexin/ticket/13786
[ticket/13786] Add events to add MCP post options
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 0e8446b0b9..5350ebbc6b 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -531,6 +531,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: |