aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-10-26 14:20:33 +0100
committerAndreas Fischer <bantu@phpbb.com>2014-10-26 14:20:33 +0100
commit69cf5782d40c5e5746c93a768868b594a30bf157 (patch)
treec2716acc426dcc9951f277263c9ca354ba42859f /phpBB/styles
parent5441a4ea132c2cc6e86e1446c48e276eeb728970 (diff)
parent79274e904c19f119966ed027718db39104175bab (diff)
downloadforums-69cf5782d40c5e5746c93a768868b594a30bf157.tar
forums-69cf5782d40c5e5746c93a768868b594a30bf157.tar.gz
forums-69cf5782d40c5e5746c93a768868b594a30bf157.tar.bz2
forums-69cf5782d40c5e5746c93a768868b594a30bf157.tar.xz
forums-69cf5782d40c5e5746c93a768868b594a30bf157.zip
Merge pull request #3054 from Senky/ticket/13193
[ticket/13193] Post count in PMs not a link * Senky/ticket/13193: [ticket/13193] Swap ternary condition members [ticket/13193] Make template more readable [ticket/13193] Add load_search config check [ticket/13193] Add link to post count in PMs
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_viewmessage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
index 8a6ea1a0bb..02c5f5b1a5 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
@@ -29,7 +29,7 @@
<!-- IF RANK_TITLE or RANK_IMG --><dd class="profile-rank">{RANK_TITLE}<!-- IF RANK_TITLE and RANK_IMG --><br /><!-- ENDIF -->{RANK_IMG}</dd><!-- ENDIF -->
- <dd class="profile-posts"><strong>{L_POSTS}{L_COLON}</strong> {AUTHOR_POSTS}</dd>
+ <dd class="profile-posts"><strong>{L_POSTS}{L_COLON}</strong> <!-- IF U_AUTHOR_POSTS != '' --><a href="{U_AUTHOR_POSTS}">{AUTHOR_POSTS}</a><!-- ELSE -->{AUTHOR_POSTS}<!-- ENDIF --></dd>
<!-- IF AUTHOR_JOINED --><dd class="profile-joined"><strong>{L_JOINED}{L_COLON}</strong> {AUTHOR_JOINED}</dd><!-- ENDIF -->
<!-- EVENT ucp_pm_viewmessage_custom_fields_before -->