diff options
author | rxu <rxu@mail.ru> | 2014-04-14 01:07:13 +0800 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2014-04-25 21:46:38 +0800 |
commit | 60d2a3389a40635fe3066c4122d00e4b10149bde (patch) | |
tree | f47b49bb6ec50c7472138ad93b2ddb84a364e254 /phpBB/docs/events.md | |
parent | cbc1c4bf3186944750ae5075b6f9c225318ab31e (diff) | |
download | forums-60d2a3389a40635fe3066c4122d00e4b10149bde.tar forums-60d2a3389a40635fe3066c4122d00e4b10149bde.tar.gz forums-60d2a3389a40635fe3066c4122d00e4b10149bde.tar.bz2 forums-60d2a3389a40635fe3066c4122d00e4b10149bde.tar.xz forums-60d2a3389a40635fe3066c4122d00e4b10149bde.zip |
[ticket/12403] Add template events to acp_users_prefs.html
Since it is possible for extensions to add new user preferences to UCP,
it should be also possible to control it via ACP too
just like for build-in user preferences.
Thus, some prepend/append template events are added.
PHPBB3-12403
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 6897c3f22e..628e7ac9e0 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -76,6 +76,54 @@ acp_users_overview_options_append * Since: 3.1.0-a1 * Purpose: Add options and settings on user overview page +acp_users_prefs_append +=== +* Location: adm/style/acp_users_prefs.html +* Since: 3.1.0-b3 +* Purpose: Add user options fieldset to the bottom of ACP users prefs settings + +acp_users_prefs_prepend +=== +* Location: adm/style/acp_users_prefs.html +* Since: 3.1.0-b3 +* Purpose: Add user options fieldset to the top of ACP users prefs settings + +acp_users_prefs_personal_append +=== +* Location: adm/style/acp_users_prefs.html +* Since: 3.1.0-b3 +* Purpose: Add user options fieldset to the bottom of ACP users personal prefs settings + +acp_users_prefs_personal_prepend +=== +* Location: adm/style/acp_users_prefs.html +* Since: 3.1.0-b3 +* Purpose: Add user options fieldset to the top of ACP users personal prefs settings + +acp_users_prefs_post_append +=== +* Location: adm/style/acp_users_prefs.html +* Since: 3.1.0-b3 +* Purpose: Add user options fieldset to the bottom of ACP users post prefs settings + +acp_users_prefs_post_prepend +=== +* Location: adm/style/acp_users_prefs.html +* Since: 3.1.0-b3 +* Purpose: Add user options fieldset to the top of ACP users post prefs settings + +acp_users_prefs_view_append +=== +* Location: adm/style/acp_users_prefs.html +* Since: 3.1.0-b3 +* Purpose: Add user options fieldset to the bottom of ACP users view prefs settings + +acp_users_prefs_view_prepend +=== +* Location: adm/style/acp_users_prefs.html +* Since: 3.1.0-b3 +* Purpose: Add user options fieldset to the top of ACP users view prefs settings + acp_users_signature_editor_buttons_after === * Locations: |