XF 2.0 How do you remove 'Forum Statistics'

Dan123

Member
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.

Screen Shot 2018-05-22 at 11.18.40 am.webp
 

widget_forum_statistics​


Confirmed(y)

Code:
<dl class="pairs pairs--justified count--users">
                <dt>{{ phrase('members') }}</dt>
                <dd>{$forumStatistics.users|number}</dd>
            </dl>
 
Top Bottom