diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index a443a048b7..9311741c98 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -2530,6 +2530,13 @@ ucp_header_friends_online_username_full_prepend * Since: 3.2.10-RC1 * Purpose: Prepend information to online friends username in UCP +ucp_main_bookmarks_topic_title_after +=== +* Locations: + + styles/prosilver/template/ucp_main_bookmarks.html +* Since: 3.3.8-RC1 +* Purpose: Add content right after the topic title viewing UCP bookmarks + ucp_main_front_user_activity_after === * Locations: @@ -2558,6 +2565,13 @@ ucp_main_front_user_activity_prepend * Since: 3.1.11-RC1 * Purpose: Add content before first user activity info viewing UCP front page +ucp_main_subscribed_topic_title_after +=== +* Locations: + + styles/prosilver/template/ucp_main_subscribed.html +* Since: 3.3.8-RC1 +* Purpose: Add content right after the topic title viewing UCP subscribed topics + ucp_pm_history_post_buttons_after === * Locations: diff --git a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html index 287b18779d..72b13d4f2a 100644 --- a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html +++ b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html @@ -70,6 +70,7 @@
+ {% EVENT ucp_main_bookmarks_topic_title_after %}