aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2017-05-01 18:49:56 +0700
committerrxu <rxu@mail.ru>2017-05-01 18:49:56 +0700
commite84459ba674af9267ea4119c746bfec290d2163d (patch)
tree8be5e1537d0ff3f055b673ea78ac612a6e47e15b /phpBB/docs
parent725498075396461f393cd05eb710f7847683c6b9 (diff)
downloadforums-e84459ba674af9267ea4119c746bfec290d2163d.tar
forums-e84459ba674af9267ea4119c746bfec290d2163d.tar.gz
forums-e84459ba674af9267ea4119c746bfec290d2163d.tar.bz2
forums-e84459ba674af9267ea4119c746bfec290d2163d.tar.xz
forums-e84459ba674af9267ea4119c746bfec290d2163d.zip
[ticket/15205] Add template events prepending/appending subforum link
PHPBB3-15205
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index ce43f60e27..ce9b1c3969 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -687,6 +687,22 @@ forumlist_body_last_post_title_prepend
* Since: 3.1.0-a1
* Purpose: Add content before the post title of the latest post in a forum on the forum list.
+forumlist_body_subforum_link_append
+===
+* Locations:
+ + styles/prosilver/template/forumlist_body.html
+ + styles/subsilver2/template/forumlist_body.html
+* Since: 3.1.11-RC1
+* Purpose: Add content at the end of subforum link item.
+
+forumlist_body_subforum_link_prepend
+===
+* Locations:
+ + styles/prosilver/template/forumlist_body.html
+ + styles/subsilver2/template/forumlist_body.html
+* Since: 3.1.11-RC1
+* Purpose: Add content at the start of subforum link item.
+
forumlist_body_subforums_after
===
* Locations: