diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-08-28 15:41:59 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-08-28 15:41:59 +0200 |
commit | 71a70500ea946a02a46257f883f90a3936528ac0 (patch) | |
tree | 6f8230063f19c012a5c6adb53e332ec84ec28c4f /phpBB/docs | |
parent | 863d65112b573fa0f0f4e9c09613676e87cda5ed (diff) | |
parent | 33cd613406c639c73668981b63962d99ebc99fdc (diff) | |
download | forums-71a70500ea946a02a46257f883f90a3936528ac0.tar forums-71a70500ea946a02a46257f883f90a3936528ac0.tar.gz forums-71a70500ea946a02a46257f883f90a3936528ac0.tar.bz2 forums-71a70500ea946a02a46257f883f90a3936528ac0.tar.xz forums-71a70500ea946a02a46257f883f90a3936528ac0.zip |
Merge pull request #4389 from kasimi/ticket/14715-3.1.x
[ticket/14715] Add template events in posting_topic_review & mcp_topic
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 0e71bf5c11..fea52ade1f 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/mcp_topic.html + + styles/subsilver2/template/mcp_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/mcp_topic.html + + styles/subsilver2/template/mcp_topic.html +* Since: 3.1.10-RC1 +* Purpose: Add content before post details in topic moderation + mcp_topic_topic_title_after === * Locations: @@ -1572,6 +1588,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: |