aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.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/viewtopic_body.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/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 5b8078877e..e77fc1dada 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -142,7 +142,9 @@
<!-- EVENT viewtopic_body_post_author_after -->
</dt>
+ <!-- EVENT viewtopic_body_postrow_rank_before -->
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="profile-rank">{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
+ <!-- EVENT viewtopic_body_postrow_rank_after -->
<!-- IF postrow.POSTER_POSTS != '' --><dd class="profile-posts"><strong>{L_POSTS}{L_COLON}</strong> <!-- IF postrow.U_SEARCH !== '' --><a href="{postrow.U_SEARCH}"><!-- ENDIF -->{postrow.POSTER_POSTS}<!-- IF postrow.U_SEARCH !== '' --></a><!-- ENDIF --></dd><!-- ENDIF -->
<!-- IF postrow.POSTER_JOINED --><dd class="profile-joined"><strong>{L_JOINED}{L_COLON}</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF -->