diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-10-08 14:42:37 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-08 14:43:12 +0200 |
commit | c05a27396d7a93eab1a793b10021cbb19a41cefb (patch) | |
tree | 1b714c8a59932d4373078b495c82da46b7c161f0 /phpBB/docs/events.md | |
parent | cf62b303a639df4e6d5f3af3b262a757752bab36 (diff) | |
parent | b1e92393ee69740d651a46f32ea2c6c80883a08c (diff) | |
download | forums-c05a27396d7a93eab1a793b10021cbb19a41cefb.tar forums-c05a27396d7a93eab1a793b10021cbb19a41cefb.tar.gz forums-c05a27396d7a93eab1a793b10021cbb19a41cefb.tar.bz2 forums-c05a27396d7a93eab1a793b10021cbb19a41cefb.tar.xz forums-c05a27396d7a93eab1a793b10021cbb19a41cefb.zip |
Merge pull request #3820 from rxu/ticket/14080
[ticket/14080] Add template events around the topic row in viewforum_body.html
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 2639871cae..5e05d2c216 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1770,6 +1770,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.7-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.7-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.7-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.7-RC1 +* Purpose: Add content at the end of the topic list item. + viewforum_buttons_bottom_before === * Locations: |