diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 97be92933e..dfefc0c1ea 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -540,6 +540,22 @@ viewtopic_body_postrow_post_before * Since: 3.1.0-a4 * 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 === * Locations: diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 2a3962d21e..4d96a0e392 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -252,6 +252,7 @@ +
{L_DOWNLOAD_NOTICE}
@@ -266,6 +267,7 @@


{postrow.BUMPED_MESSAGE}
+
{postrow.SIGNATURE}
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index 251983761c..f8f95c660d 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -260,6 +260,7 @@

_________________
{postrow.SIGNATURE}
+

@@ -295,6 +296,7 @@

{postrow.BUMPED_MESSAGE}
+