mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Merge branch '3.2.x'
This commit is contained in:
@@ -933,6 +933,20 @@ mcp_topic_postrow_post_details_before
|
|||||||
* Since: 3.1.10-RC1
|
* Since: 3.1.10-RC1
|
||||||
* Purpose: Add content before post details in topic moderation
|
* Purpose: Add content before post details in topic moderation
|
||||||
|
|
||||||
|
mcp_topic_postrow_post_subject_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/mcp_topic.html
|
||||||
|
* Since: 3.1.11-RC1
|
||||||
|
* Purpose: Add content after post subject in topic moderation
|
||||||
|
|
||||||
|
mcp_topic_postrow_post_subject_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/mcp_topic.html
|
||||||
|
* Since: 3.1.11-RC1
|
||||||
|
* Purpose: Add content before post subject in topic moderation
|
||||||
|
|
||||||
mcp_topic_topic_title_after
|
mcp_topic_topic_title_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
@@ -111,7 +111,9 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<!-- EVENT mcp_topic_postrow_post_subject_before -->
|
||||||
<h3><a href="{postrow.U_POST_DETAILS}">{postrow.POST_SUBJECT}</a></h3>
|
<h3><a href="{postrow.U_POST_DETAILS}">{postrow.POST_SUBJECT}</a></h3>
|
||||||
|
<!-- EVENT mcp_topic_postrow_post_subject_after -->
|
||||||
|
|
||||||
<!-- EVENT mcp_topic_postrow_post_details_before -->
|
<!-- EVENT mcp_topic_postrow_post_details_before -->
|
||||||
<p class="author">
|
<p class="author">
|
||||||
|
Reference in New Issue
Block a user