aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-07-29 21:45:13 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-07-29 21:45:13 +0200
commita02524e7fcf26f380889d541255f4738e3eabe76 (patch)
treece4b9b8259d424f4e13b9f32d43c7142eefc2de1 /phpBB/docs
parent207b678896d8d46f8e5b5cca05beffcbd89e11d3 (diff)
parent179f5c75edcdec0c3857b7f9520eb24413b0bc56 (diff)
downloadforums-a02524e7fcf26f380889d541255f4738e3eabe76.tar
forums-a02524e7fcf26f380889d541255f4738e3eabe76.tar.gz
forums-a02524e7fcf26f380889d541255f4738e3eabe76.tar.bz2
forums-a02524e7fcf26f380889d541255f4738e3eabe76.tar.xz
forums-a02524e7fcf26f380889d541255f4738e3eabe76.zip
Merge pull request #5633 from kasimi/ticket/16108
[ticket/16108] Add topiclist_row_topic_by_author_before|after
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index b81b503d0e..afe4bd7781 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -2295,6 +2295,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: