diff options
author | David M <davidmj@users.sourceforge.net> | 2007-04-05 15:21:28 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-04-05 15:21:28 +0000 |
commit | 2a87d43850f4c0064eb7794598ccadc883bc8f5f (patch) | |
tree | c191871df2c7f8fdc41a96e08c55f820d326f75e /phpBB/styles/prosilver/template/viewtopic_body.html | |
parent | 03ae557474e6c94f80baffbb140a183d3ca4b7f5 (diff) | |
download | forums-2a87d43850f4c0064eb7794598ccadc883bc8f5f.tar forums-2a87d43850f4c0064eb7794598ccadc883bc8f5f.tar.gz forums-2a87d43850f4c0064eb7794598ccadc883bc8f5f.tar.bz2 forums-2a87d43850f4c0064eb7794598ccadc883bc8f5f.tar.xz forums-2a87d43850f4c0064eb7794598ccadc883bc8f5f.zip |
#9585
git-svn-id: file:///svn/phpbb/trunk@7283 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ <!-- IF postrow.POSTER_JOINED --><dd><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF --> <!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF --> + <!-- IF postrow.S_PROFILE_FIELD1 --> + <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. --> + <dd><strong>{postrow.PROFILE_FIELD1_NAME}:</strong> {postrow.PROFILE_FIELD1_VALUE}</dd> + <!-- ENDIF --> + + <!-- BEGIN custom_fields --> + <dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd> + <!-- END custom_fields --> + <!-- IF not S_IS_BOT --> <!-- IF postrow.U_PM or postrow.U_EMAIL or postrow.U_WWW or postrow.U_MSN or postrow.U_ICQ or postrow.U_YIM or postrow.U_AIM --> <dd> |