diff options
author | kasimi <mail@kasimi.net> | 2019-07-21 10:09:19 +0200 |
---|---|---|
committer | kasimi <mail@kasimi.net> | 2019-07-23 21:21:54 +0200 |
commit | 7a5470161243b300b5377c22876126ecf3de8f6c (patch) | |
tree | 67effc723b4a549accda79df8ce3eaa9658316b7 /phpBB/docs | |
parent | 9e9bdb69b5e00a4993b7ff9a6021044c9ec0c4dc (diff) | |
download | forums-7a5470161243b300b5377c22876126ecf3de8f6c.tar forums-7a5470161243b300b5377c22876126ecf3de8f6c.tar.gz forums-7a5470161243b300b5377c22876126ecf3de8f6c.tar.bz2 forums-7a5470161243b300b5377c22876126ecf3de8f6c.tar.xz forums-7a5470161243b300b5377c22876126ecf3de8f6c.zip |
[ticket/16108] Add topiclist_row_topic_by_author_before|after
PHPBB3-16108
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 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: |