mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 05:38:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12289] Add viewtopic template events for posts specific custom notices
This commit is contained in:
commit
5e17e8c2dd
3 changed files with 20 additions and 0 deletions
|
@ -540,6 +540,22 @@ 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_notices_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewtopic_body.html
|
||||||
|
+ styles/subsilver2/template/viewtopic_body.html
|
||||||
|
* Since: 3.1.0-b2
|
||||||
|
* Purpose: Add posts specific custom notices at the notices bottom.
|
||||||
|
|
||||||
|
viewtopic_body_postrow_post_notices_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewtopic_body.html
|
||||||
|
+ styles/subsilver2/template/viewtopic_body.html
|
||||||
|
* Since: 3.1.0-b2
|
||||||
|
* Purpose: Add posts specific custom notices at the notices top.
|
||||||
|
|
||||||
viewtopic_body_topic_actions_before
|
viewtopic_body_topic_actions_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -252,6 +252,7 @@
|
||||||
</dl>
|
</dl>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT viewtopic_body_postrow_post_notices_before -->
|
||||||
<!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
|
<!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
|
||||||
<!-- IF postrow.DELETED_MESSAGE or postrow.DELETE_REASON -->
|
<!-- IF postrow.DELETED_MESSAGE or postrow.DELETE_REASON -->
|
||||||
<div class="notice post_deleted_msg">
|
<div class="notice post_deleted_msg">
|
||||||
|
@ -266,6 +267,7 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<!-- 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 -->
|
||||||
<!-- 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 -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -260,6 +260,7 @@
|
||||||
<div class="postbody"><br />_________________<br />{postrow.SIGNATURE}</div>
|
<div class="postbody"><br />_________________<br />{postrow.SIGNATURE}</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT viewtopic_body_postrow_post_notices_before -->
|
||||||
<!-- IF postrow.DELETED_MESSAGE or postrow.DELETE_REASON -->
|
<!-- IF postrow.DELETED_MESSAGE or postrow.DELETE_REASON -->
|
||||||
<!-- IF postrow.DELETE_REASON -->
|
<!-- IF postrow.DELETE_REASON -->
|
||||||
<br /><br />
|
<br /><br />
|
||||||
|
@ -295,6 +296,7 @@
|
||||||
<!-- IF postrow.BUMPED_MESSAGE -->
|
<!-- IF postrow.BUMPED_MESSAGE -->
|
||||||
<span class="gensmall"><br /><br />{postrow.BUMPED_MESSAGE}</span>
|
<span class="gensmall"><br /><br />{postrow.BUMPED_MESSAGE}</span>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<!-- EVENT viewtopic_body_postrow_post_notices_after -->
|
||||||
|
|
||||||
<!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->
|
<!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue