diff options
author | Wolfsblvt <clemenshusung@gmx.de> | 2015-01-21 12:54:41 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-02-20 20:41:17 +0100 |
commit | cba12aca2a220fe3e6c205c71048f278c88e0f46 (patch) | |
tree | 8c083012804e6f9893fc2741b2b3ab04f3560f3f /phpBB/docs | |
parent | 61df1ac2b394d8bc9c28a2f8e16672cb9221b63e (diff) | |
download | forums-cba12aca2a220fe3e6c205c71048f278c88e0f46.tar forums-cba12aca2a220fe3e6c205c71048f278c88e0f46.tar.gz forums-cba12aca2a220fe3e6c205c71048f278c88e0f46.tar.bz2 forums-cba12aca2a220fe3e6c205c71048f278c88e0f46.tar.xz forums-cba12aca2a220fe3e6c205c71048f278c88e0f46.zip |
[ticket/13533] Add template core event to search results
PHPBB3-13533
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 7863814daa..ec160a7d2c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -932,6 +932,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: @@ -962,6 +978,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: |