diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-11-13 09:36:04 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-11-13 09:36:04 +0100 |
commit | f7a25ad8c300e8eaea48c38110929bcf03025244 (patch) | |
tree | dbc87c5a62ec6f91c668a202f0c584045f63fc57 /phpBB/docs/events.md | |
parent | 74cd82dff8ec2db516c2f4cc9d2a239ae421787a (diff) | |
parent | 8bb4af6271d3c65ec7ab434feb7c0f8c6aa27998 (diff) | |
download | forums-f7a25ad8c300e8eaea48c38110929bcf03025244.tar forums-f7a25ad8c300e8eaea48c38110929bcf03025244.tar.gz forums-f7a25ad8c300e8eaea48c38110929bcf03025244.tar.bz2 forums-f7a25ad8c300e8eaea48c38110929bcf03025244.tar.xz forums-f7a25ad8c300e8eaea48c38110929bcf03025244.zip |
Merge branch '3.1.x'
Conflicts:
phpBB/styles/subsilver2/template/search_body.html
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 59eb92afca..10d297ce9d 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1428,6 +1428,13 @@ 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 +* Since: 3.1.7-RC1 +* Purpose: Add content after the search form + search_body_form_before === * Locations: @@ -1435,6 +1442,90 @@ 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* Since: 3.1.7-RC1 +* Purpose: Put content at the top of the search query fields set + search_results_header_after === * Locations: |