diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-02-20 20:41:55 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-02-20 20:41:55 +0100 |
commit | 461ce3f89249ca85f51ddce9a32da10ed338c22b (patch) | |
tree | 9023a0bcd310a30cf05c87c5ef5f40b43972e9e1 /phpBB/docs | |
parent | c24a84004823aa35029e415a7f435bfdfc1fc5c8 (diff) | |
parent | cba12aca2a220fe3e6c205c71048f278c88e0f46 (diff) | |
download | forums-461ce3f89249ca85f51ddce9a32da10ed338c22b.tar forums-461ce3f89249ca85f51ddce9a32da10ed338c22b.tar.gz forums-461ce3f89249ca85f51ddce9a32da10ed338c22b.tar.bz2 forums-461ce3f89249ca85f51ddce9a32da10ed338c22b.tar.xz forums-461ce3f89249ca85f51ddce9a32da10ed338c22b.zip |
Merge branch 'Wolfsblvt-ticket/13533' into 3.1.x
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 8bede0c89a..08b9d2cd18 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -980,6 +980,22 @@ quickreply_editor_message_before * Since: 3.1.0-a4 * Purpose: Add content before the quick reply textbox +search_results_header_after +=== +* Locations: + + styles/prosilver/template/search_results.html + + styles/subsilver2/template/search_results.html +* Since: 3.1.4-RC1 +* Purpose: Add content after the header of the search results + +search_results_header_before +=== +* Locations: + + styles/prosilver/template/search_results.html + + styles/subsilver2/template/search_results.html +* Since: 3.1.4-RC1 +* Purpose: Add content before the header of the search results. + search_results_post_after === * Locations: @@ -1010,6 +1026,14 @@ search_results_postprofile_before * Since: 3.1.0-b3 * Purpose: Add content directly before the post author in search results (posts view mode) +search_results_searchbox_after +=== +* Locations: + + styles/prosilver/template/search_results.html + + styles/subsilver2/template/search_results.html +* Since: 3.1.4-RC1 +* Purpose: Add content right after the searchbox of the search results. + search_results_topic_after === * Locations: |