1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16108] Add topiclist_row_topic_by_author_before|after

PHPBB3-16108
This commit is contained in:
kasimi
2019-07-21 10:09:19 +02:00
parent 9e9bdb69b5
commit 7a54701612
4 changed files with 24 additions and 0 deletions

View File

@@ -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: