1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[ticket/13512] Add template events before/after the post details

Add template events to viewtopic_body.html to allow extensions adding content
before/after the post details.

PHPBB3-13512
This commit is contained in:
rxu
2015-01-17 16:40:09 +07:00
parent 9d2c6b6ed6
commit 10c67fe12a
3 changed files with 20 additions and 0 deletions

View File

@@ -1531,6 +1531,22 @@ viewtopic_body_postrow_post_content_footer
* Since: 3.1.0-RC4
* Purpose: Add data at the end of the posts.
viewtopic_body_postrow_post_details_after
===
* Locations:
+ styles/prosilver/template/viewtopic_body.html
+ styles/subsilver2/template/viewtopic_body.html
* Since: 3.1.4-RC1
* Purpose: Add content after the post details
viewtopic_body_postrow_post_details_before
===
* Locations:
+ styles/prosilver/template/viewtopic_body.html
+ styles/subsilver2/template/viewtopic_body.html
* Since: 3.1.4-RC1
* Purpose: Add content before the post details
viewtopic_body_postrow_post_notices_after
===
* Locations: