aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-07-23 12:10:27 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-07-23 12:10:27 +0200
commitda53d95b954cb1c3ef7470f5f5799e170187c5f6 (patch)
tree1f8a60b3a4ffa58ad439d2e1d2707f8a8c7b05fa /phpBB/styles/prosilver/template/viewtopic_body.html
parent3e8af1cf335caf1daad477131458cb6ef5aa1a0a (diff)
parentde75a3577f6103812ebc462adc98034aef806a73 (diff)
downloadforums-da53d95b954cb1c3ef7470f5f5799e170187c5f6.tar
forums-da53d95b954cb1c3ef7470f5f5799e170187c5f6.tar.gz
forums-da53d95b954cb1c3ef7470f5f5799e170187c5f6.tar.bz2
forums-da53d95b954cb1c3ef7470f5f5799e170187c5f6.tar.xz
forums-da53d95b954cb1c3ef7470f5f5799e170187c5f6.zip
Merge pull request #3739 from javiexin/ticket/13982
[ticket/13982] Add events around ranks Conflicts: phpBB/docs/events.md
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 e976c36f7b..e2f04db3e1 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 -->