From 281d5435bde227fc443e7fc6fdc7c1392809aeb6 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Mon, 7 Oct 2019 13:55:18 +0200 Subject: [PATCH] [ticket/16172] Only display the label when rank image is not present PHPBB3-16172 --- phpBB/styles/prosilver/template/memberlist_body.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html index 088d837ba8..2b8c9dc53a 100644 --- a/phpBB/styles/prosilver/template/memberlist_body.html +++ b/phpBB/styles/prosilver/template/memberlist_body.html @@ -29,7 +29,12 @@ {AVATAR_IMG} {% EVENT memberlist_body_group_rank_before %} {RANK_IMG} - {{ lang('GROUP_RANK') ~ lang('COLON') }} {GROUP_RANK} + + + {{ lang('GROUP_RANK') ~ lang('COLON') }} + + {GROUP_RANK} + {% EVENT memberlist_body_group_rank_after %}