aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
diff options
context:
space:
mode:
authorjaviexin <javiexin@gmail.com>2015-07-04 01:51:06 +0200
committerjaviexin <javiexin@gmail.com>2015-07-04 01:51:06 +0200
commited3f46a9b14a94be0a7da564d5ca25198390e7dc (patch)
tree649ebaf51ecf6201a0410e30bd30b5d431ae15c1 /phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
parent558d604d83fd5ded2edc854a9944ad0d1188e2e5 (diff)
downloadforums-ed3f46a9b14a94be0a7da564d5ca25198390e7dc.tar
forums-ed3f46a9b14a94be0a7da564d5ca25198390e7dc.tar.gz
forums-ed3f46a9b14a94be0a7da564d5ca25198390e7dc.tar.bz2
forums-ed3f46a9b14a94be0a7da564d5ca25198390e7dc.tar.xz
forums-ed3f46a9b14a94be0a7da564d5ca25198390e7dc.zip
[ticket/13982] Add events around ranks
Add events to present information around ranks in the memberlist, user profile, viewtopic profile and private message profile. PHPBB3-13982
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_viewmessage.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_viewmessage.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
index 02c5f5b1a5..7704209fc8 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
@@ -27,7 +27,9 @@
{MESSAGE_AUTHOR_FULL}
</dt>
+ <!-- EVENT ucp_pm_viewmessage_rank_before -->
<!-- IF RANK_TITLE or RANK_IMG --><dd class="profile-rank">{RANK_TITLE}<!-- IF RANK_TITLE and RANK_IMG --><br /><!-- ENDIF -->{RANK_IMG}</dd><!-- ENDIF -->
+ <!-- EVENT ucp_pm_viewmessage_rank_after -->
<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 -->