D Dan123 Member May 22, 2018 #1 Is there any way of removing the forum statistics from the sidebar (see below)? I would really like to just remove 'Members: 870' and leave the rest, otherwise, remove the whole forum statistics section. Thanks.
Is there any way of removing the forum statistics from the sidebar (see below)? I would really like to just remove 'Members: 870' and leave the rest, otherwise, remove the whole forum statistics section. Thanks.
AndyB Well-known member May 22, 2018 #2 Edit template: widget_forum_statistics Delete this part: Code: <dl class="pairs pairs--justified"> <dt>{{ phrase('members') }}</dt> <dd>{$forumStatistics.users|number}</dd> </dl> Upvote 0 Downvote
Edit template: widget_forum_statistics Delete this part: Code: <dl class="pairs pairs--justified"> <dt>{{ phrase('members') }}</dt> <dd>{$forumStatistics.users|number}</dd> </dl>
D Dan123 Member May 22, 2018 #3 AndyB said: Edit template: widget_forum_statistics Delete this part: Code: <dl class="pairs pairs--justified"> <dt>{{ phrase('members') }}</dt> <dd>{$forumStatistics.users|number}</dd> </dl> Click to expand... Thanks Andy, worked a treat. Upvote 0 Downvote
AndyB said: Edit template: widget_forum_statistics Delete this part: Code: <dl class="pairs pairs--justified"> <dt>{{ phrase('members') }}</dt> <dd>{$forumStatistics.users|number}</dd> </dl> Click to expand... Thanks Andy, worked a treat.
rosal Active member Sep 15, 2022 #4 widget_forum_statistics Confirmed Code: <dl class="pairs pairs--justified count--users"> <dt>{{ phrase('members') }}</dt> <dd>{$forumStatistics.users|number}</dd> </dl> Upvote 0 Downvote
widget_forum_statistics Confirmed Code: <dl class="pairs pairs--justified count--users"> <dt>{{ phrase('members') }}</dt> <dd>{$forumStatistics.users|number}</dd> </dl>