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
3b50871254
2 changed files with 18 additions and 0 deletions
|
@ -1009,6 +1009,20 @@ mcp_post_report_buttons_top_before
|
||||||
* Since: 3.2.4-RC1
|
* Since: 3.2.4-RC1
|
||||||
* Purpose: Add content before report buttons
|
* 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
|
mcp_topic_options_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -108,10 +108,14 @@
|
||||||
</p>
|
</p>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
{% EVENT mcp_post_text_before %}
|
||||||
|
|
||||||
<div id="post_details" class="content post_details">
|
<div id="post_details" class="content post_details">
|
||||||
{POST_PREVIEW}
|
{POST_PREVIEW}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% EVENT mcp_post_text_after %}
|
||||||
|
|
||||||
<!-- IF S_HAS_ATTACHMENTS -->
|
<!-- IF S_HAS_ATTACHMENTS -->
|
||||||
<dl class="attachbox">
|
<dl class="attachbox">
|
||||||
<dt>{L_ATTACHMENTS}</dt>
|
<dt>{L_ATTACHMENTS}</dt>
|
||||||
|
|
Loading…
Add table
Reference in a new issue