From f34af2669d0d10401e1869fb9f8cc87d48e0f4d5 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 2 May 2014 12:50:16 -0700 Subject: [PATCH 1/2] [ticket/12478] Re-add contact field events in ucp_pm_viewmessage.html. PHPBB3-12478 --- phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index 627b5aa6ed..81171e97b2 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -33,7 +33,7 @@ - +
{L_CONTACT_USER}{L_COLON} @@ -59,6 +59,7 @@
+
From 9431a018cb4b850143d6b9dc0e6a38994b0da5f4 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 2 May 2014 12:50:59 -0700 Subject: [PATCH 2/2] [ticket/12478] Add contact field events to viewtopic_body.html. PHPBB3-12478 --- phpBB/docs/events.md | 16 ++++++++++++++++ .../prosilver/template/viewtopic_body.html | 2 ++ 2 files changed, 18 insertions(+) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 67fa96ffbc..1cc1300c05 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -667,6 +667,22 @@ viewtopic_print_head_append * Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `` tag of the Print Topic screen +viewtopic_body_contact_fields_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.0-b3 +* Purpose: Add data after the contact fields on the user profile when viewing +a post + +viewtopic_body_contact_fields_before +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.0-b3 +* Purpose: Add data before the contact fields on the user profile when viewing +a post + viewtopic_body_footer_before === * Locations: diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 485083a2ba..8912382c48 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -143,6 +143,7 @@ +
{L_CONTACT_USER}{L_COLON} @@ -169,6 +170,7 @@
+