diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index db85aaa8f2..95d4a9515c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -2500,6 +2500,13 @@ ucp_agreement_terms_before * Since: 3.1.0-b3 * Purpose: Add content before the terms of agreement text at user registration +ucp_footer_content_after +=== +* Locations: + + styles/prosilver/template/ucp_footer.html +* Since: 3.3.12-RC1 +* Purpose: Add optional elements after tab panels content in UCP + ucp_friend_list_after === * Locations: @@ -2514,6 +2521,13 @@ ucp_friend_list_before * Since: 3.1.0-a4 * Purpose: Add optional elements before list of friends in UCP +ucp_header_content_before +=== +* Locations: + + styles/prosilver/template/ucp_header.html +* Since: 3.3.12-RC1 +* Purpose: Add optional elements before tab panels content in UCP + ucp_header_friends_offline_username_full_append === * Locations: @@ -2584,6 +2598,34 @@ ucp_main_subscribed_topic_title_after * Since: 3.3.8-RC1 * Purpose: Add content right after the topic title viewing UCP subscribed topics +ucp_notifications_content_after +=== +* Locations: + + styles/prosilver/template/ucp_notifications.html +* Since: 3.3.12-RC1 +* Purpose: Add optional elements after UCP notification options tab content + +ucp_notifications_content_before +=== +* Locations: + + styles/prosilver/template/ucp_notifications.html +* Since: 3.3.12-RC1 +* Purpose: Add optional elements before UCP notification options tab content + +ucp_notifications_form_after +=== +* Locations: + + styles/prosilver/template/ucp_notifications.html +* Since: 3.3.12-RC1 +* Purpose: Add optional elements after HTMP form in UCP notification options tab + +ucp_notifications_form_before +=== +* Locations: + + styles/prosilver/template/ucp_notifications.html +* Since: 3.3.12-RC1 +* Purpose: Add optional elements before HTMP form in UCP notificationoptions tab + ucp_pm_history_post_buttons_after === * Locations: diff --git a/phpBB/styles/prosilver/template/ucp_footer.html b/phpBB/styles/prosilver/template/ucp_footer.html index eb07f52e05..e64dd0a4e9 100644 --- a/phpBB/styles/prosilver/template/ucp_footer.html +++ b/phpBB/styles/prosilver/template/ucp_footer.html @@ -1,6 +1,6 @@ - + {% EVENT ucp_footer_content_after %} diff --git a/phpBB/styles/prosilver/template/ucp_header.html b/phpBB/styles/prosilver/template/ucp_header.html index 59de962e18..95352e6858 100644 --- a/phpBB/styles/prosilver/template/ucp_header.html +++ b/phpBB/styles/prosilver/template/ucp_header.html @@ -98,4 +98,6 @@ + {% EVENT ucp_header_content_before %} +