Forum Statistics - Members

Mark Acutt

New member
Hi,

How do I turn OFF showing the number of members in the right hand column:
Forum Statistics - Members

Thanks!
 
You can edit the forum_list template and remove this piece of code:
Code:
<dl class="memberCount"><dt>{xen:phrase members_count}:</dt>
<dd>{xen:number $boardTotals.users}</dd></dl>
 
Top Bottom