From 96339b7c866f0147befdf69abfe2d024e56c3a46 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 9 Apr 2015 11:04:25 -0700 Subject: [ticket/13753] Add template events to forum category row headers PHPBB3-13753 --- phpBB/docs/events.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 5c4b6a8d7d..8f751b5905 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -293,6 +293,20 @@ forumlist_body_category_header_before * Since: 3.1.0-a4 * Purpose: Add content before the header of the category on the forum list. +forumlist_body_category_header_row_append +=== +* Locations: + + styles/prosilver/template/forumlist_body.html +* Since: 3.1.4-RC1 +* Purpose: Add content before the header row of the category on the forum list. + +forumlist_body_category_header_row_prepend +=== +* Locations: + + styles/prosilver/template/forumlist_body.html +* Since: 3.1.4-RC1 +* Purpose: Add content after the header row of the category on the forum list. + forumlist_body_forum_row_after === * Locations: -- cgit v1.2.1 From ef0838e9314306b4627237e49a2a01c8ec85b3e6 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 9 Apr 2015 12:00:33 -0700 Subject: [ticket/13753] Fix event documentation PHPBB3-13753 --- phpBB/docs/events.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 8f751b5905..8e9e224262 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -297,15 +297,15 @@ forumlist_body_category_header_row_append === * Locations: + styles/prosilver/template/forumlist_body.html -* Since: 3.1.4-RC1 -* Purpose: Add content before the header row of the category on the forum list. +* Since: 3.1.5-RC1 +* Purpose: Add content after the header row of the category on the forum list. forumlist_body_category_header_row_prepend === * Locations: + styles/prosilver/template/forumlist_body.html -* Since: 3.1.4-RC1 -* Purpose: Add content after the header row of the category on the forum list. +* Since: 3.1.5-RC1 +* Purpose: Add content before the header row of the category on the forum list. forumlist_body_forum_row_after === -- cgit v1.2.1