diff options
author | Zoddo <zoddo.ino@gmail.com> | 2015-08-09 13:49:44 +0200 |
---|---|---|
committer | Zoddo <zoddo.ino@gmail.com> | 2015-08-10 22:27:19 +0200 |
commit | 40666dd96fa7e9dbcd27614d6a2a54744a353c74 (patch) | |
tree | 570c3d41c541b7a48bc8fae86caa9b709af72c8e /phpBB/docs | |
parent | 3bd5fe6be8fbd1f70c8dc4535b9c6d3d96e1e59d (diff) | |
download | forums-40666dd96fa7e9dbcd27614d6a2a54744a353c74.tar forums-40666dd96fa7e9dbcd27614d6a2a54744a353c74.tar.gz forums-40666dd96fa7e9dbcd27614d6a2a54744a353c74.tar.bz2 forums-40666dd96fa7e9dbcd27614d6a2a54744a353c74.tar.xz forums-40666dd96fa7e9dbcd27614d6a2a54744a353c74.zip |
[ticket/14086] Add mcp_forum_topic_title_* template events
Allows to add some information before/after the topic title
PHPBB3-14086
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: |