diff options
author | Cesar G <prototech91@gmail.com> | 2014-12-09 16:26:32 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-12-09 16:26:32 -0800 |
commit | 4dab281da1fccf45650608056d5d288037162a55 (patch) | |
tree | fd4286e9d1ccda25c8e2c1e9fd20aebbebd3781d /phpBB/docs | |
parent | 641a9e5441dfe749187ba8b5cd3fa0c2b49a09f9 (diff) | |
download | forums-4dab281da1fccf45650608056d5d288037162a55.tar forums-4dab281da1fccf45650608056d5d288037162a55.tar.gz forums-4dab281da1fccf45650608056d5d288037162a55.tar.bz2 forums-4dab281da1fccf45650608056d5d288037162a55.tar.xz forums-4dab281da1fccf45650608056d5d288037162a55.zip |
[ticket/13427] Add several before/after template events to mcp_front.html.
PHPBB3-13427
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7863814daa..ec4e062e7e 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -456,6 +456,46 @@ mcp_ban_unban_before * Since: 3.1.0-RC3 * Purpose: Add additional fields to the unban form in MCP +mcp_front_latest_logs_after +=== +* Locations: + + styles/prosilver/template/mcp_front.html + + styles/subsilver2/template/mcp_front.html +* Since: 3.1.3-RC1 +* Purpose: Add content after latest logs list + +mcp_front_latest_logs_before +=== +* Locations: + + styles/prosilver/template/mcp_front.html + + styles/subsilver2/template/mcp_front.html +* Since: 3.1.3-RC1 +* Purpose: Add content before latest logs list + +mcp_front_latest_reported_before +=== +* Locations: + + styles/prosilver/template/mcp_front.html + + styles/subsilver2/template/mcp_front.html +* Since: 3.1.3-RC1 +* Purpose: Add content before latest reported posts list + +mcp_front_latest_reported_pms_before +=== +* Locations: + + styles/prosilver/template/mcp_front.html + + styles/subsilver2/template/mcp_front.html +* Since: 3.1.3-RC1 +* Purpose: Add content before latest reported private messages list + +mcp_front_latest_unapproved_before +=== +* Locations: + + styles/prosilver/template/mcp_front.html + + styles/subsilver2/template/mcp_front.html +* Since: 3.1.3-RC1 +* Purpose: Add content before latest unapproved posts list + memberlist_body_username_append === * Locations: |