From 2a87d43850f4c0064eb7794598ccadc883bc8f5f Mon Sep 17 00:00:00 2001 From: David M Date: Thu, 5 Apr 2007 15:21:28 +0000 Subject: #9585 git-svn-id: file:///svn/phpbb/trunk@7283 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/memberlist_view.html | 6 ++++-- phpBB/styles/prosilver/template/viewtopic_body.html | 9 +++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'phpBB') 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}
+ +
-- cgit v1.2.1