mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-24 09:30:34 +01:00
Merge pull request #5043 from kinerity/ticket/15452
[ticket/15452] Add template event mcp_topic_postrow_post_before
This commit is contained in:
commit
dddcf28a2d
@ -960,6 +960,13 @@ 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_before
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/mcp_topic.html
|
||||
* Since: 3.2.2-RC1
|
||||
* Purpose: Show additional content after postrow begins in mcp topic review
|
||||
|
||||
mcp_topic_postrow_post_details_after
|
||||
===
|
||||
* Locations:
|
||||
|
@ -94,6 +94,7 @@
|
||||
|
||||
<div id="topicreview" class="topicreview">
|
||||
<!-- BEGIN postrow -->
|
||||
<!-- EVENT mcp_topic_postrow_post_before -->
|
||||
<div class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
|
||||
<div class="inner">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user