diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-12-26 21:51:29 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-12-26 21:51:29 +0100 |
commit | 95424f1b98a60e3b9a803e0a6262b368f2886219 (patch) | |
tree | 687521ee3d1754332a5e60a6a288a85f2d962090 /phpBB/docs | |
parent | 64b66a51b6291aa91277f98207813dbb78e7df6a (diff) | |
parent | fe382708f5d8dae6a49d5032d874bdfc6b26a2f2 (diff) | |
download | forums-95424f1b98a60e3b9a803e0a6262b368f2886219.tar forums-95424f1b98a60e3b9a803e0a6262b368f2886219.tar.gz forums-95424f1b98a60e3b9a803e0a6262b368f2886219.tar.bz2 forums-95424f1b98a60e3b9a803e0a6262b368f2886219.tar.xz forums-95424f1b98a60e3b9a803e0a6262b368f2886219.zip |
Merge pull request #5474 from mrgoldy/ticket/15901
[ticket/15901] Add mcp_post_ template events
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 de3952cafc..8b38d554a3 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1009,6 +1009,20 @@ mcp_post_report_buttons_top_before * Since: 3.2.4-RC1 * Purpose: Add content before report buttons +mcp_post_text_after +=== +* Locations: + + styles/prosilver/template/mcp_post.html +* Since: 3.2.6-RC1 +* Purpose: Add content after the post text + +mcp_post_text_before +=== +* Locations: + + styles/prosilver/template/mcp_post.html +* Since: 3.2.6-RC1 +* Purpose: Add content before the post text + mcp_topic_options_after === * Locations: |