mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
94f377a75e
5 changed files with 35 additions and 0 deletions
|
@ -1707,6 +1707,13 @@ posting_poll_body_options_after
|
||||||
* Since: 3.1.4-RC1
|
* Since: 3.1.4-RC1
|
||||||
* Purpose: Add content after the poll options on creating a poll
|
* 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
|
posting_preview_poll_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
@ -1714,6 +1721,13 @@ posting_preview_poll_after
|
||||||
* Since: 3.1.7-RC1
|
* Since: 3.1.7-RC1
|
||||||
* Purpose: Add content after the poll preview block
|
* 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
|
posting_topic_review_row_post_details_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
@ -1875,6 +1889,13 @@ search_body_search_query_prepend
|
||||||
* Since: 3.1.7-RC1
|
* Since: 3.1.7-RC1
|
||||||
* Purpose: Put content at the top of the search query fields set
|
* 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
|
search_results_header_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
@ -2653,6 +2674,13 @@ viewtopic_body_postrow_back2top_prepend
|
||||||
* Since: 3.1.8-RC1
|
* Since: 3.1.8-RC1
|
||||||
* Purpose: Add content to the post's bottom directly before the back to top link
|
* 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
|
viewtopic_body_postrow_custom_fields_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -31,6 +31,8 @@
|
||||||
|
|
||||||
<div class="content">{PREVIEW_MESSAGE}</div>
|
<div class="content">{PREVIEW_MESSAGE}</div>
|
||||||
|
|
||||||
|
<!-- EVENT posting_preview_content_after -->
|
||||||
|
|
||||||
<!-- IF .attachment -->
|
<!-- IF .attachment -->
|
||||||
<dl class="attachbox">
|
<dl class="attachbox">
|
||||||
<dt>{L_ATTACHMENTS}</dt>
|
<dt>{L_ATTACHMENTS}</dt>
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
|
|
||||||
<div class="content">{topic_review_row.MESSAGE}</div>
|
<div class="content">{topic_review_row.MESSAGE}</div>
|
||||||
|
|
||||||
|
<!-- EVENT posting_topic_review_row_content_after -->
|
||||||
|
|
||||||
<!-- IF topic_review_row.S_HAS_ATTACHMENTS -->
|
<!-- IF topic_review_row.S_HAS_ATTACHMENTS -->
|
||||||
<dl class="attachbox">
|
<dl class="attachbox">
|
||||||
<dt>{L_ATTACHMENTS}</dt>
|
<dt>{L_ATTACHMENTS}</dt>
|
||||||
|
|
|
@ -194,6 +194,7 @@
|
||||||
<div class="postbody">
|
<div class="postbody">
|
||||||
<h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3>
|
<h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3>
|
||||||
<div class="content">{searchresults.MESSAGE}</div>
|
<div class="content">{searchresults.MESSAGE}</div>
|
||||||
|
<!-- EVENT search_results_content_after -->
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
|
|
@ -326,6 +326,8 @@
|
||||||
|
|
||||||
<div class="content">{postrow.MESSAGE}</div>
|
<div class="content">{postrow.MESSAGE}</div>
|
||||||
|
|
||||||
|
<!-- EVENT viewtopic_body_postrow_content_after -->
|
||||||
|
|
||||||
<!-- IF postrow.S_HAS_ATTACHMENTS -->
|
<!-- IF postrow.S_HAS_ATTACHMENTS -->
|
||||||
<dl class="attachbox">
|
<dl class="attachbox">
|
||||||
<dt>
|
<dt>
|
||||||
|
|
Loading…
Add table
Reference in a new issue