diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-08-20 10:08:06 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-20 10:08:06 +0200 |
commit | 00aab15f7c4e66a60a20224f50f79f9f0730ed9e (patch) | |
tree | 9d6996b61ab60c75baddf00a11d309f6e9eab239 /phpBB/docs | |
parent | 11a0516739847c82f72a903f63e00e1ec7d43e25 (diff) | |
parent | 4bab984dace0c90ecc3a006f4a8fb0ba9d061195 (diff) | |
download | forums-00aab15f7c4e66a60a20224f50f79f9f0730ed9e.tar forums-00aab15f7c4e66a60a20224f50f79f9f0730ed9e.tar.gz forums-00aab15f7c4e66a60a20224f50f79f9f0730ed9e.tar.bz2 forums-00aab15f7c4e66a60a20224f50f79f9f0730ed9e.tar.xz forums-00aab15f7c4e66a60a20224f50f79f9f0730ed9e.zip |
Merge pull request #3769 from Zoddo/ticket/14023
[ticket/14090] Add mcp_topic_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 f41383903c..2b8b56f15c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -568,6 +568,22 @@ mcp_post_additional_options * Since: 3.1.5-RC1 * Purpose: Add content within the list of post moderation actions +mcp_topic_topic_title_after +=== +* Locations: + + styles/prosilver/template/mcp_topic.html + + styles/subsilver2/template/mcp_topic.html +* Since: 3.1.6-RC1 +* Purpose: Add some information after the topic title + +mcp_topic_topic_title_before +=== +* Locations: + + styles/prosilver/template/mcp_topic.html + + styles/subsilver2/template/mcp_topic.html +* Since: 3.1.6-RC1 +* Purpose: Add some information before the topic title + mcp_warn_post_add_warning_field_after === * Locations: |