aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-06-05 10:54:31 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-06-05 10:54:31 +0200
commitfb29d79bc111c397aa98466d3579fea3c70cacc6 (patch)
tree0619145125b79a81af86ef2f8f172b6288d8051d /phpBB/styles/prosilver/template/viewtopic_body.html
parentb357f7854645dd0924b29013f7e7853d36a44fdc (diff)
parent80b72e3d0b0a3ca81157d2209fd607e10b86eba1 (diff)
downloadforums-fb29d79bc111c397aa98466d3579fea3c70cacc6.tar
forums-fb29d79bc111c397aa98466d3579fea3c70cacc6.tar.gz
forums-fb29d79bc111c397aa98466d3579fea3c70cacc6.tar.bz2
forums-fb29d79bc111c397aa98466d3579fea3c70cacc6.tar.xz
forums-fb29d79bc111c397aa98466d3579fea3c70cacc6.zip
Merge pull request #4782 from nomind60s/ticket/14498
[ticket/14498] Don't display 'Who is online' members when permission is No
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index d2a253bb77..22a77779bf 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -408,9 +408,9 @@
<!-- EVENT viewtopic_body_footer_before -->
<!-- INCLUDE jumpbox.html -->
-<!-- IF S_DISPLAY_ONLINE_LIST -->
+<!-- IF S_DISPLAY_ONLINE_LIST and U_VIEWONLINE -->
<div class="stat-block online-list">
- <h3><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></h3>
+ <h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3>
<p>{LOGGED_IN_USER_LIST}</p>
</div>
<!-- ENDIF -->