diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 6ef31a20b7..8af6b1bbf9 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -2942,6 +2942,20 @@ viewtopic_body_contact_fields_before * Purpose: Add data before the contact fields on the user profile when viewing a post +viewtopic_body_contact_icon_append +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.2.10-RC1 +* Purpose: Add content directly after the contact field icons in post user miniprofiles + +viewtopic_body_contact_icon_prepend +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.2.10-RC1 +* Purpose: Add content directly before the contact field icons in post user miniprofiles + viewtopic_body_footer_before === * Locations: diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index f2ea7662d6..b3afd66aca 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -192,7 +192,7 @@