diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-10-08 14:44:58 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-08 14:44:58 +0200 |
| commit | a0ba6b7dc6411d5fd6aee9b17cb176905af0482a (patch) | |
| tree | 0171e1a7e7e8e7885ef0a2bba63eb598fdb0b94a /phpBB/docs | |
| parent | 82743c792287a1efe906c231df7d22dadc8bedcd (diff) | |
| parent | c05a27396d7a93eab1a793b10021cbb19a41cefb (diff) | |
| download | forums-a0ba6b7dc6411d5fd6aee9b17cb176905af0482a.tar forums-a0ba6b7dc6411d5fd6aee9b17cb176905af0482a.tar.gz forums-a0ba6b7dc6411d5fd6aee9b17cb176905af0482a.tar.bz2 forums-a0ba6b7dc6411d5fd6aee9b17cb176905af0482a.tar.xz forums-a0ba6b7dc6411d5fd6aee9b17cb176905af0482a.zip | |
Merge branch '3.1.x'
Conflicts:
phpBB/styles/prosilver/template/viewforum_body.html
phpBB/styles/subsilver2/template/viewforum_body.html
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 0db07ffab6..a763f279d1 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1601,6 +1601,34 @@ 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 +* 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 +* 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 +* 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 +* Since: 3.1.7-RC1 +* Purpose: Add content at the end of the topic list item. + viewforum_buttons_bottom_before === * Locations: |
