diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2018-09-16 17:07:56 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2018-09-16 17:07:56 +0200 |
| commit | 3bcc779e81ab3eccacd3134624bd8053ba849fb3 (patch) | |
| tree | 52c9e2ccce82d0fc317e042e13492b443ced14d7 /phpBB/docs | |
| parent | d3633c7f309589ad106eecfe474cb278a7926a83 (diff) | |
| parent | 6cce62c0ca0fdbe73ec203e9590b4eebebb2a4ed (diff) | |
| download | forums-3bcc779e81ab3eccacd3134624bd8053ba849fb3.tar forums-3bcc779e81ab3eccacd3134624bd8053ba849fb3.tar.gz forums-3bcc779e81ab3eccacd3134624bd8053ba849fb3.tar.bz2 forums-3bcc779e81ab3eccacd3134624bd8053ba849fb3.tar.xz forums-3bcc779e81ab3eccacd3134624bd8053ba849fb3.zip | |
Merge pull request #5307 from Zoddo/ticket/15735
[ticket/15735] Add *_content_after template event
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index f2b87ce7f1..6672353296 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1707,6 +1707,13 @@ posting_poll_body_options_after * Since: 3.1.4-RC1 * Purpose: Add content after the poll options on creating a poll +posting_preview_content_after +=== +* Locations: + + styles/prosilver/template/posting_preview.html +* Since: 3.2.4-RC1 +* Purpose: Add content after the message content preview + posting_preview_poll_after === * Locations: @@ -1714,6 +1721,13 @@ posting_preview_poll_after * Since: 3.1.7-RC1 * Purpose: Add content after the poll preview block +posting_topic_review_row_content_after +=== +* Locations: + + styles/prosilver/template/posting_topic_review.html +* Since: 3.2.4-RC1 +* Purpose: Add content after the message content in topic review + posting_topic_review_row_post_details_after === * Locations: @@ -1875,6 +1889,13 @@ search_body_search_query_prepend * Since: 3.1.7-RC1 * Purpose: Put content at the top of the search query fields set +search_results_content_after +=== +* Locations: + + styles/prosilver/template/search_results.html +* Since: 3.2.4-RC1 +* Purpose: Add content after the message content in search results + search_results_header_after === * Locations: @@ -2653,6 +2674,13 @@ viewtopic_body_postrow_back2top_prepend * Since: 3.1.8-RC1 * Purpose: Add content to the post's bottom directly before the back to top link +viewtopic_body_postrow_content_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.2.4-RC1 +* Purpose: Add content after the message content in topics views + viewtopic_body_postrow_custom_fields_after === * Locations: |
