diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-08-11 09:14:23 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-11 09:14:23 +0200 |
| commit | 81e045628d3ece7cbb6874725c2db49c71f65fe7 (patch) | |
| tree | 5a9291577cff52bfa04d5d38692fa0dba9bc8310 /phpBB/docs | |
| parent | 92b23df864d7f0d781956dca8663070d922f75cc (diff) | |
| parent | 972f04ec6a78f06bb5da25729ec1d8758514cdcb (diff) | |
| download | forums-81e045628d3ece7cbb6874725c2db49c71f65fe7.tar forums-81e045628d3ece7cbb6874725c2db49c71f65fe7.tar.gz forums-81e045628d3ece7cbb6874725c2db49c71f65fe7.tar.bz2 forums-81e045628d3ece7cbb6874725c2db49c71f65fe7.tar.xz forums-81e045628d3ece7cbb6874725c2db49c71f65fe7.zip | |
Merge branch '3.1.x'
Conflicts:
phpBB/styles/subsilver2/template/mcp_forum.html
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 11c72ca4ee..c1c2dcd989 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -479,6 +479,20 @@ mcp_ban_unban_before * Since: 3.1.0-RC3 * Purpose: Add additional fields to the unban form in MCP +mcp_forum_topic_title_before +=== +* Locations: + + styles/prosilver/template/mcp_forum.html +* Since: 3.1.6-RC1 +* Purpose: Add some information before the topic title + +mcp_forum_topic_title_after +=== +* Locations: + + styles/prosilver/template/mcp_forum.html +* Since: 3.1.6-RC1 +* Purpose: Add some information after the topic title + mcp_front_latest_logs_after === * Locations: |
