diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-02-06 16:32:25 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-02-10 15:58:55 +0100 |
| commit | 3c46aeb0055d88919e1438941c34b97445a17878 (patch) | |
| tree | 98eea3bd9c5122726ab056c485c6d18743134ac2 /phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | |
| parent | 6bee91c42915dd613e9714016006b25fa51cb24a (diff) | |
| download | forums-3c46aeb0055d88919e1438941c34b97445a17878.tar forums-3c46aeb0055d88919e1438941c34b97445a17878.tar.gz forums-3c46aeb0055d88919e1438941c34b97445a17878.tar.bz2 forums-3c46aeb0055d88919e1438941c34b97445a17878.tar.xz forums-3c46aeb0055d88919e1438941c34b97445a17878.zip | |
[ticket/12169] Allow displaying profile fields on memberlist
We can not sort by profile field values atm. And also I'm not sure
whether this is possible at all.
PHPBB3-12169
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_viewmessage.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index 208aeb9399..3623489ccf 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -24,7 +24,6 @@ <dd><strong>{L_POSTS}{L_COLON}</strong> {AUTHOR_POSTS}</dd> <!-- IF AUTHOR_JOINED --><dd><strong>{L_JOINED}{L_COLON}</strong> {AUTHOR_JOINED}</dd><!-- ENDIF --> - <!-- IF AUTHOR_FROM --><dd><strong>{L_LOCATION}{L_COLON}</strong> {AUTHOR_FROM}</dd><!-- ENDIF --> <!-- EVENT ucp_pm_viewmessage_custom_fields_before --> <!-- BEGIN custom_fields --> |
