diff options
author | Matt Friedman <maf675@gmail.com> | 2013-07-26 18:33:54 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-07-26 18:33:54 -0700 |
commit | 442b2a292e2b761b58f2ba88fd5922d0090ec4a5 (patch) | |
tree | 5491bf15b3fa789df93fe301fcb63d4a8827068a /phpBB/docs/events.md | |
parent | 01e133f3563181e163aa0fc85e89a6fc35d31c0f (diff) | |
download | forums-442b2a292e2b761b58f2ba88fd5922d0090ec4a5.tar forums-442b2a292e2b761b58f2ba88fd5922d0090ec4a5.tar.gz forums-442b2a292e2b761b58f2ba88fd5922d0090ec4a5.tar.bz2 forums-442b2a292e2b761b58f2ba88fd5922d0090ec4a5.tar.xz forums-442b2a292e2b761b58f2ba88fd5922d0090ec4a5.zip |
[ticket/11747] ucp_prefs_post template events
PHPBB3-11747
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 93f83e8d1c..74bbc675d2 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -133,6 +133,20 @@ ucp_prefs_personal_after + styles/subsilver2/template/ucp_prefs_personal.html * Purpose: Add user options to the bottom of the Edit Global Settings screen +ucp_prefs_post_before +=== +* Locations: + + styles/prosilver/template/ucp_prefs_post.html + + styles/subsilver2/template/ucp_prefs_post.html +* Purpose: Add user options to the top of the Edit Posting Defaults screen + +ucp_prefs_post_after +=== +* Locations: + + styles/prosilver/template/ucp_prefs_post.html + + styles/subsilver2/template/ucp_prefs_post.html +* Purpose: Add user options to the bottom of the Edit Posting Defaults screen + ucp_prefs_view_radio_buttons_before === * Locations: |