diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-11-13 09:34:25 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-11-13 09:34:25 +0100 |
commit | 8bb4af6271d3c65ec7ab434feb7c0f8c6aa27998 (patch) | |
tree | 6ecd3e649bef3b943bce3bc41e1bf036a31063f8 /phpBB/docs/events.md | |
parent | 27cf9e490bbe48e04c73287286718a2de5dd3108 (diff) | |
parent | 19c84dabe12bb1df72e771ab2bf80a5e774ab783 (diff) | |
download | forums-8bb4af6271d3c65ec7ab434feb7c0f8c6aa27998.tar forums-8bb4af6271d3c65ec7ab434feb7c0f8c6aa27998.tar.gz forums-8bb4af6271d3c65ec7ab434feb7c0f8c6aa27998.tar.bz2 forums-8bb4af6271d3c65ec7ab434feb7c0f8c6aa27998.tar.xz forums-8bb4af6271d3c65ec7ab434feb7c0f8c6aa27998.zip |
Merge pull request #3805 from rxu/ticket/14066
[ticket/14066] Add template events to search_body.html
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 385d3bf0e9..67f187ec81 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1550,6 +1550,14 @@ quickreply_editor_subject_before * Since: 3.1.7-RC1 * Purpose: Add content before the quick reply subject textbox +search_body_form_after +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.7-RC1 +* Purpose: Add content after the search form + search_body_form_before === * Locations: @@ -1558,6 +1566,102 @@ search_body_form_before * Since: 3.1.5-RC1 * Purpose: Add content before the search form +search_body_recent_search_after +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.7-RC1 +* Purpose: Add content after the recent search queries list + +search_body_recent_search_before +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.7-RC1 +* Purpose: Add content before the recent search queries list + +search_body_search_display_options_append +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.7-RC1 +* Purpose: Put content at the bottom of the search query display options fields set + +search_body_search_display_options_prepend +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.7-RC1 +* Purpose: Put content at the top of the search query display options fields set + +search_body_search_options_after +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.7-RC1 +* Purpose: Add content after the search query options fields set + +search_body_search_options_append +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.7-RC1 +* Purpose: Put content at the bottom of the search query options fields set + +search_body_search_options_before +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.7-RC1 +* Purpose: Add content before the search query options fields set + +search_body_search_options_prepend +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.7-RC1 +* Purpose: Put content at the top of the search query options fields set + +search_body_search_query_after +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.7-RC1 +* Purpose: Add content after the search query fields set + +search_body_search_query_append +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.7-RC1 +* Purpose: Put content at the bottom of the search query fields set + +search_body_search_query_before +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.7-RC1 +* Purpose: Add content before the search query fields set + +search_body_search_query_prepend +=== +* Locations: + + styles/prosilver/template/search_body.html + + styles/subsilver2/template/search_body.html +* Since: 3.1.7-RC1 +* Purpose: Put content at the top of the search query fields set + search_results_header_after === * Locations: |