From 7a5470161243b300b5377c22876126ecf3de8f6c Mon Sep 17 00:00:00 2001 From: kasimi Date: Sun, 21 Jul 2019 10:09:19 +0200 Subject: [ticket/16108] Add topiclist_row_topic_by_author_before|after PHPBB3-16108 --- phpBB/docs/events.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index c77691a048..d34ca5eee7 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -2281,6 +2281,24 @@ topiclist_row_prepend * Changed: 3.1.6-RC1 Added event to mcp_forum.html * Purpose: Add content into topic rows (inside the elements containing topic titles) +topiclist_row_topic_by_author_after +=== +* Locations: + + styles/prosilver/template/search_results.html + + styles/prosilver/template/viewforum_body.html + + styles/prosilver/template/mcp_forum.html +* Since: 3.2.8-RC1 +* Purpose: Add content into topic rows (after the "by topic author" row) + +topiclist_row_topic_by_author_before +=== +* Locations: + + styles/prosilver/template/search_results.html + + styles/prosilver/template/viewforum_body.html + + styles/prosilver/template/mcp_forum.html +* Since: 3.2.8-RC1 +* Purpose: Add content into topic rows (before the "by topic author" row) + topiclist_row_topic_title_after === * Locations: -- cgit v1.2.1