diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-07-29 21:45:18 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-07-29 21:45:18 +0200 |
commit | 90722a3c662e643b185d143484b95a1af959bad5 (patch) | |
tree | ba7a3682467be9d52103ecca16bdb261037dc4d4 /phpBB/docs | |
parent | 2e634e9f96b460150344c96df48970cce6783f63 (diff) | |
parent | a02524e7fcf26f380889d541255f4738e3eabe76 (diff) | |
download | forums-90722a3c662e643b185d143484b95a1af959bad5.tar forums-90722a3c662e643b185d143484b95a1af959bad5.tar.gz forums-90722a3c662e643b185d143484b95a1af959bad5.tar.bz2 forums-90722a3c662e643b185d143484b95a1af959bad5.tar.xz forums-90722a3c662e643b185d143484b95a1af959bad5.zip |
Merge branch '3.2.x' into 3.3.x
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 18 |
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: |