diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-08-20 10:22:42 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-20 10:22:42 +0200 |
| commit | ffe72e500c3039ac5691bc1f3bbab203d8d4779f (patch) | |
| tree | ca8ff52bcd5efa800cc27e11d690a8b33c897615 /phpBB/docs | |
| parent | 6f1d8480877ad6b5f33148a2cc82440159dcecc3 (diff) | |
| parent | 30449b69af7524b6939bb5d84e26b7b0327fa75b (diff) | |
| download | forums-ffe72e500c3039ac5691bc1f3bbab203d8d4779f.tar forums-ffe72e500c3039ac5691bc1f3bbab203d8d4779f.tar.gz forums-ffe72e500c3039ac5691bc1f3bbab203d8d4779f.tar.bz2 forums-ffe72e500c3039ac5691bc1f3bbab203d8d4779f.tar.xz forums-ffe72e500c3039ac5691bc1f3bbab203d8d4779f.zip | |
Merge pull request #3797 from RMcGirr83/ticket/13863
[ticket/13863] Add topic_row_append/prepend to mcp_forum.html
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 7fb0f8145a..7ee456b649 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1335,9 +1335,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 @@ -1345,9 +1348,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 |
