diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2016-11-20 18:53:59 +0100 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2016-11-20 18:53:59 +0100 |
commit | 34cfa5f8855d66b81f3dd673537915e9d6b2b90f (patch) | |
tree | 360f0d21efc9fec53143dda7b037424676250e13 /phpBB/docs | |
parent | dbd9c1f242ae7c7660feddf2677d41aa82bd21b4 (diff) | |
download | forums-34cfa5f8855d66b81f3dd673537915e9d6b2b90f.tar forums-34cfa5f8855d66b81f3dd673537915e9d6b2b90f.tar.gz forums-34cfa5f8855d66b81f3dd673537915e9d6b2b90f.tar.bz2 forums-34cfa5f8855d66b81f3dd673537915e9d6b2b90f.tar.xz forums-34cfa5f8855d66b81f3dd673537915e9d6b2b90f.zip |
[ticket/14390] Add ucp_main_front_user_activity_append/prepend
PHPBB3-14390
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 0ebaf8f3e0..5600581092 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -2009,6 +2009,14 @@ ucp_main_front_user_activity_after * Since: 3.1.6-RC1 * Purpose: Add content right after the user activity info viewing UCP front page +ucp_main_front_user_activity_append +=== +* Locations: + + styles/prosilver/template/ucp_main_front.html + + styles/subsilver2/template/ucp_main_front.html +* Since: 3.1.11-RC1 +* Purpose: Add content after last user activity info viewing UCP front page + ucp_main_front_user_activity_before === * Locations: @@ -2017,6 +2025,14 @@ ucp_main_front_user_activity_before * Since: 3.1.6-RC1 * Purpose: Add content right before the user activity info viewing UCP front page +ucp_main_front_user_activity_prepend +=== +* Locations: + + styles/prosilver/template/ucp_main_front.html + + styles/subsilver2/template/ucp_main_front.html +* Since: 3.1.11-RC1 +* Purpose: Add content before first user activity info viewing UCP front page + ucp_pm_history_post_buttons_after === * Locations: |