Index: language/en/acp/board.php =================================================================== --- language/en/acp/board.php (revision 9902) +++ language/en/acp/board.php (working copy) @@ -343,6 +343,7 @@ 'LOAD_CPF_MEMBERLIST' => 'Allow styles to display custom profile fields in memberlist', 'LOAD_CPF_VIEWPROFILE' => 'Display custom profile fields in user profiles', 'LOAD_CPF_VIEWTOPIC' => 'Display custom profile fields on topic pages', + 'LOAD_CPF_PM' => 'Display custom profile fields in private messages', 'LOAD_USER_ACTIVITY' => 'Show user’s activity', 'LOAD_USER_ACTIVITY_EXPLAIN' => 'Displays active topic/forum in user profiles and user control panel. It is recommended to disable this on boards with more than one million posts.', 'RECOMPILE_STYLES' => 'Recompile stale style components', Index: styles/prosilver/template/ucp_pm_viewmessage.html =================================================================== --- styles/prosilver/template/ucp_pm_viewmessage.html (revision 9902) +++ styles/prosilver/template/ucp_pm_viewmessage.html (working copy) @@ -72,6 +72,10 @@
{L_JOINED}: {AUTHOR_JOINED}
{L_LOCATION}: {AUTHOR_FROM}
+ +
{custom_fields.PROFILE_FIELD_NAME}: {custom_fields.PROFILE_FIELD_VALUE}
+ +