Mark Acutt New member Licensed customer Mar 16, 2011 #1 Hi, How do I turn OFF showing the number of members in the right hand column: Forum Statistics - Members Thanks!
Hi, How do I turn OFF showing the number of members in the right hand column: Forum Statistics - Members Thanks!
P Paul B XenForo moderator Staff member Licensed customer Mar 16, 2011 #2 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> Upvote 0 Downvote
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>