diff options
| author | rxu <rxu@mail.ru> | 2015-08-09 00:32:22 +0700 |
|---|---|---|
| committer | rxu <rxu@mail.ru> | 2015-08-09 00:32:22 +0700 |
| commit | b1e92393ee69740d651a46f32ea2c6c80883a08c (patch) | |
| tree | 5f93bcebfa179889b8daab1d686937b2ae30f3e4 /phpBB/docs | |
| parent | 4aac578908b5bd2d1e176172b37c72828022f460 (diff) | |
| download | forums-b1e92393ee69740d651a46f32ea2c6c80883a08c.tar forums-b1e92393ee69740d651a46f32ea2c6c80883a08c.tar.gz forums-b1e92393ee69740d651a46f32ea2c6c80883a08c.tar.bz2 forums-b1e92393ee69740d651a46f32ea2c6c80883a08c.tar.xz forums-b1e92393ee69740d651a46f32ea2c6c80883a08c.zip | |
[ticket/14080] Add template events around the topic row in viewforum_body.html
PHPBB3-14080
Diffstat (limited to 'phpBB/docs')
| -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 19e7d1121c..bc05a835a3 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -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: |
