diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html
index 086eadc7f1..e8db269aaa 100644
--- a/phpBB/styles/prosilver/template/memberlist_view.html
+++ b/phpBB/styles/prosilver/template/memberlist_view.html
@@ -53,8 +53,10 @@
{L_ICQ}: {L_SEND_ICQ_MESSAGE}{USER_ICQ}
{L_JABBER}: {L_SEND_JABBER_MESSAGE}{L_JABBER}: {USER_JABBER}
-
- {custom_fields.PROFILE_FIELD_NAME}: {custom_fields.PROFILE_FIELD_VALUE}
+
+ {postrow.PROFILE_FIELD1_NAME}: {postrow.PROFILE_FIELD1_VALUE}
+
+ {custom_fields.PROFILE_FIELD_NAME}: {custom_fields.PROFILE_FIELD_VALUE}
♥ {L_ADD_FRIEND}
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 0732190ea1..1ccc10619f 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -179,6 +179,15 @@
{L_JOINED}: {postrow.POSTER_JOINED}
{L_LOCATION}: {postrow.POSTER_FROM}
+
+
+ {postrow.PROFILE_FIELD1_NAME}: {postrow.PROFILE_FIELD1_VALUE}
+
+
+
+ {postrow.custom_fields.PROFILE_FIELD_NAME}: {postrow.custom_fields.PROFILE_FIELD_VALUE}
+
+