diff options
author | Richard McGirr <rmcgirr83@gmail.com> | 2015-07-28 05:47:01 -0400 |
---|---|---|
committer | Richard McGirr <rmcgirr83@gmail.com> | 2015-07-28 05:53:30 -0400 |
commit | 9c67d02bd2945fc56e3cfbfb04120dec7d46333b (patch) | |
tree | 0f4f9b92214f1a252839002a6edd957d69166d6d /phpBB/docs | |
parent | f34f28f2834102714b13aeb05ca54cbb3c7d779c (diff) | |
download | forums-9c67d02bd2945fc56e3cfbfb04120dec7d46333b.tar forums-9c67d02bd2945fc56e3cfbfb04120dec7d46333b.tar.gz forums-9c67d02bd2945fc56e3cfbfb04120dec7d46333b.tar.bz2 forums-9c67d02bd2945fc56e3cfbfb04120dec7d46333b.tar.xz forums-9c67d02bd2945fc56e3cfbfb04120dec7d46333b.zip |
[ticket/13863] Add topic_row_append/prepend to mcp_forum.html
PHPBB3-13863
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 19e7d1121c..be88ba0602 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1281,9 +1281,12 @@ topiclist_row_prepend * Locations: + styles/prosilver/template/search_results.html + styles/prosilver/template/viewforum_body.html + + styles/prosilver/template/mcp_forum.html + styles/subsilver2/template/search_results.html + styles/subsilver2/template/viewforum_body.html + + styles/subsilver2/template/mcp_forum.html * Since: 3.1.0-a1 +* 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_append @@ -1291,9 +1294,12 @@ topiclist_row_append * Locations: + styles/prosilver/template/search_results.html + styles/prosilver/template/viewforum_body.html + + styles/prosilver/template/mcp_forum.html + styles/subsilver2/template/search_results.html + styles/subsilver2/template/viewforum_body.html + + styles/subsilver2/template/mcp_forum.html * Since: 3.1.0-a1 +* Changed: 3.1.6-RC1 Added event to mcp_forum.html * Purpose: Add content into topic rows (inside the elements containing topic titles) ucp_agreement_terms_after |