diff options
author | kasimi <mail@kasimi.net> | 2016-07-21 15:35:54 +0200 |
---|---|---|
committer | kasimi <mail@kasimi.net> | 2016-07-21 17:48:42 +0200 |
commit | da7c41f167f28b8b4497a5617ce229972058a20b (patch) | |
tree | dc96e6a39bf2249cb2895a7e965e7f70c4f060f1 /phpBB/docs | |
parent | ef91c6abed8ac69e1bbf62b8e1cb0f4452d585ae (diff) | |
download | forums-da7c41f167f28b8b4497a5617ce229972058a20b.tar forums-da7c41f167f28b8b4497a5617ce229972058a20b.tar.gz forums-da7c41f167f28b8b4497a5617ce229972058a20b.tar.bz2 forums-da7c41f167f28b8b4497a5617ce229972058a20b.tar.xz forums-da7c41f167f28b8b4497a5617ce229972058a20b.zip |
[ticket/14715] Add template events in posting_topic_review & mcp_topic
The events will allow adding content before and after the post details
in topic review and topic moderation.
PHPBB3-14715
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 1fe8b915f1..7f26d4d1ee 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -875,6 +875,22 @@ mcp_topic_options_before * Since: 3.1.6-RC1 * Purpose: Add some options (field, checkbox, ...) before the subject field when split a subject +mcp_topic_postrow_post_details_after +=== +* Locations: + + styles/prosilver/template/mpc_topic.html + + styles/subsilver2/template/mpc_topic.html +* Since: 3.1.10-RC1 +* Purpose: Add content after post details in topic moderation + +mcp_topic_postrow_post_details_before +=== +* Locations: + + styles/prosilver/template/mpc_topic.html + + styles/subsilver2/template/mpc_topic.html +* Since: 3.1.10-RC1 +* Purpose: Add content before post details in topic moderation + mcp_topic_topic_title_after === * Locations: @@ -1564,6 +1580,22 @@ posting_preview_poll_after * Since: 3.1.7-RC1 * Purpose: Add content after the poll preview block +posting_topic_review_row_post_details_after +=== +* Locations: + + styles/prosilver/template/posting_topic_review.html + + styles/subsilver2/template/posting_topic_review.html +* Since: 3.1.10-RC1 +* Purpose: Add content after post details in topic review + +posting_topic_review_row_post_details_before +=== +* Locations: + + styles/prosilver/template/posting_topic_review.html + + styles/subsilver2/template/posting_topic_review.html +* Since: 3.1.10-RC1 +* Purpose: Add content before post details in topic review + posting_topic_title_after === * Locations: |