aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-11-21 19:23:10 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-11-21 19:23:10 +0100
commitc31b53942d7b77f9cb069da24eecc703fba34468 (patch)
treebf657313d810c164ef5610ef41ecc3f6e05bc4e9 /phpBB/docs
parentacfe6dd37d58e35566f4c386c0e15b2a447d5ad4 (diff)
parent70641e701a17c9ddddc403f433c335fb46180da1 (diff)
downloadforums-c31b53942d7b77f9cb069da24eecc703fba34468.tar
forums-c31b53942d7b77f9cb069da24eecc703fba34468.tar.gz
forums-c31b53942d7b77f9cb069da24eecc703fba34468.tar.bz2
forums-c31b53942d7b77f9cb069da24eecc703fba34468.tar.xz
forums-c31b53942d7b77f9cb069da24eecc703fba34468.zip
Merge pull request #3071 from rxu/ticket/13220
[ticket/13220] Add template events to memberlist_search.html
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 28cf9c73f1..dd4c7351f0 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -418,6 +418,30 @@ memberlist_body_username_prepend
* Purpose: Add information before every username in the memberlist. Works in
all display modes (leader, group and normal memberlist).
+memberlist_search_fields_after
+===
+* Locations:
+ + styles/prosilver/template/memberlist_search.html
+ + styles/subsilver2/template/memberlist_search.html
+* Since: 3.1.2-RC1
+* Purpose: Add information after the search fields column.
+
+memberlist_search_fields_before
+===
+* Locations:
+ + styles/prosilver/template/memberlist_search.html
+ + styles/subsilver2/template/memberlist_search.html
+* Since: 3.1.2-RC1
+* Purpose: Add information before the search fields column.
+
+memberlist_search_sorting_options_before
+===
+* Locations:
+ + styles/prosilver/template/memberlist_search.html
+ + styles/subsilver2/template/memberlist_search.html
+* Since: 3.1.2-RC1
+* Purpose: Add information before the search sorting options field.
+
memberlist_view_contact_after
===
* Locations: