1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-16 14:46:28 +02:00

[ticket/14080] Add template events around the topic row in viewforum_body.html

PHPBB3-14080
This commit is contained in:
rxu
2015-08-09 00:32:22 +07:00
parent 4aac578908
commit b1e92393ee
3 changed files with 40 additions and 0 deletions

View File

@ -1572,6 +1572,38 @@ ucp_friend_list_after
* Since: 3.1.0-a4
* Purpose: Add optional elements after list of friends in UCP
viewforum_body_topic_row_after
===
* Locations:
+ styles/prosilver/template/viewforum_body.html
+ styles/subsilver2/template/viewforum_body.html
* Since: 3.1.6-RC1
* Purpose: Add content after the topic list item.
viewforum_body_topic_row_append
===
* Locations:
+ styles/prosilver/template/viewforum_body.html
+ styles/subsilver2/template/viewforum_body.html
* Since: 3.1.6-RC1
* Purpose: Add content at the start of the topic list item.
viewforum_body_topic_row_before
===
* Locations:
+ styles/prosilver/template/viewforum_body.html
+ styles/subsilver2/template/viewforum_body.html
* Since: 3.1.6-RC1
* Purpose: Add content before the topic list item.
viewforum_body_topic_row_prepend
===
* Locations:
+ styles/prosilver/template/viewforum_body.html
+ styles/subsilver2/template/viewforum_body.html
* Since: 3.1.6-RC1
* Purpose: Add content at the end of the topic list item.
viewforum_buttons_bottom_before
===
* Locations: