mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/13024] Add template event viewtopic_body_postrow_post_content_footer
PHPBB3-13024
This commit is contained in:
@@ -1227,6 +1227,14 @@ viewtopic_body_postrow_post_before
|
|||||||
* Since: 3.1.0-a4
|
* Since: 3.1.0-a4
|
||||||
* Purpose: Add data before posts
|
* Purpose: Add data before posts
|
||||||
|
|
||||||
|
viewtopic_body_postrow_post_content_footer
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewtopic_body.html
|
||||||
|
+ styles/subsilver2/template/viewtopic_body.html
|
||||||
|
* Since: 3.1.0-RC4
|
||||||
|
* Purpose: Add data at the end of the posts.
|
||||||
|
|
||||||
viewtopic_body_postrow_post_notices_after
|
viewtopic_body_postrow_post_notices_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
@@ -302,6 +302,8 @@
|
|||||||
<!-- IF postrow.BUMPED_MESSAGE --><div class="notice"><br /><br />{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->
|
<!-- IF postrow.BUMPED_MESSAGE --><div class="notice"><br /><br />{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->
|
||||||
<!-- EVENT viewtopic_body_postrow_post_notices_after -->
|
<!-- EVENT viewtopic_body_postrow_post_notices_after -->
|
||||||
<!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
|
<!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT viewtopic_body_postrow_post_content_footer -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@@ -308,6 +308,8 @@
|
|||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- EVENT viewtopic_body_postrow_post_notices_after -->
|
<!-- EVENT viewtopic_body_postrow_post_notices_after -->
|
||||||
|
|
||||||
|
<!-- EVENT viewtopic_body_postrow_post_content_footer -->
|
||||||
|
|
||||||
<!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->
|
<!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->
|
||||||
|
|
||||||
<table width="100%" cellspacing="0">
|
<table width="100%" cellspacing="0">
|
||||||
|
Reference in New Issue
Block a user