aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2014-03-05 18:33:27 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2014-03-05 18:33:27 -0600
commit9d25485b323d782d77a72bd0d36b5c8ad359f6fd (patch)
tree0d5471b430637a77558720c722594128fadabb8b /phpBB/docs
parentad46fe62d8f2aa2b8f4419230d20855365e16de5 (diff)
parentefe4393c915808637d8b56fc79810893a6517bf7 (diff)
downloadforums-9d25485b323d782d77a72bd0d36b5c8ad359f6fd.tar
forums-9d25485b323d782d77a72bd0d36b5c8ad359f6fd.tar.gz
forums-9d25485b323d782d77a72bd0d36b5c8ad359f6fd.tar.bz2
forums-9d25485b323d782d77a72bd0d36b5c8ad359f6fd.tar.xz
forums-9d25485b323d782d77a72bd0d36b5c8ad359f6fd.zip
Merge pull request #2061 from rxu/ticket/12231
[ticket/12231] Add template events to forumlist_body.html
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index db7107b96d..57a47cbf84 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -78,6 +78,22 @@ acp_users_signature_editor_buttons_before
* Since: 3.1.0-a3
* Purpose: Add content before BBCode posting buttons in the ACP user signature
+forumlist_body_category_header_after
+====
+* Locations:
+ + styles/prosilver/template/forumlist_body.html
+ + styles/subsilver2/template/forumlist_body.html
+* Since: 3.1.0-a4
+* Purpose: Add content after the header of the category on the forum list.
+
+forumlist_body_category_header_before
+====
+* Locations:
+ + styles/prosilver/template/forumlist_body.html
+ + styles/subsilver2/template/forumlist_body.html
+* Since: 3.1.0-a4
+* Purpose: Add content before the header of the category on the forum list.
+
forumlist_body_last_post_title_prepend
====
* Locations:
@@ -86,6 +102,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_subforums_after
+====
+* Locations:
+ + styles/prosilver/template/forumlist_body.html
+ + styles/subsilver2/template/forumlist_body.html
+* Since: 3.1.0-a4
+* Purpose: Add content after the list of subforums (if any) for each forum on the forum list.
+
+forumlist_body_subforums_before
+====
+* Locations:
+ + styles/prosilver/template/forumlist_body.html
+ + styles/subsilver2/template/forumlist_body.html
+* Since: 3.1.0-a4
+* Purpose: Add content before the list of subforums (if any) for each forum on the forum list.
+
index_body_linklist_after
===
* Locations: