diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-08-11 09:13:34 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-11 09:13:34 +0200 |
| commit | 972f04ec6a78f06bb5da25729ec1d8758514cdcb (patch) | |
| tree | 570c3d41c541b7a48bc8fae86caa9b709af72c8e /phpBB/docs | |
| parent | 3bd5fe6be8fbd1f70c8dc4535b9c6d3d96e1e59d (diff) | |
| parent | 40666dd96fa7e9dbcd27614d6a2a54744a353c74 (diff) | |
| download | forums-972f04ec6a78f06bb5da25729ec1d8758514cdcb.tar forums-972f04ec6a78f06bb5da25729ec1d8758514cdcb.tar.gz forums-972f04ec6a78f06bb5da25729ec1d8758514cdcb.tar.bz2 forums-972f04ec6a78f06bb5da25729ec1d8758514cdcb.tar.xz forums-972f04ec6a78f06bb5da25729ec1d8758514cdcb.zip | |
Merge pull request #3768 from Zoddo/ticket/14021
[ticket/14086] Add mcp_forum_topic_title_* template events
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index b768daf3df..f5238602d7 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -504,6 +504,22 @@ 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 + + styles/subsilver2/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 + + styles/subsilver2/template/mcp_forum.html +* Since: 3.1.6-RC1 +* Purpose: Add some information after the topic title + mcp_front_latest_logs_after === * Locations: |
