Hi,
 
What is that "user record" field in the forum statistics block?
 

 
I went to forum_list template to remove it but couldn't find anything there that corresponds to "user record"
 
	
	
	
		
 
How can I remove it from the block? This board does not show "user record" in the block and I would like mine to be that way too.
 
Thanks!
				
			What is that "user record" field in the forum statistics block?

I went to forum_list template to remove it but couldn't find anything there that corresponds to "user record"
		Code:
	
	<!-- block: forum_stats -->
        <div class="section">
            <div class="secondaryContent statsList" id="boardStats">
                <h3>{xen:phrase forum_statistics}</h3>
                <div class="pairsJustified">
                    <dl class="discussionCount"><dt>{xen:phrase discussions}:</dt>
                        <dd>{xen:number $boardTotals.discussions}</dd></dl>
                    <dl class="messageCount"><dt>{xen:phrase messages}:</dt>
                        <dd>{xen:number $boardTotals.messages}</dd></dl>
                    <dl class="memberCount"><dt>{xen:phrase members_count}:</dt>
                        <dd>{xen:number $boardTotals.users}</dd></dl>
                    <dl><dt>{xen:phrase latest_member}:</dt>
                        <dd><xen:username user="$boardTotals.latestUser" /></dd></dl>
                    <!-- slot: forum_stats_extra -->
                </div>
            </div>
        </div>
        <!-- end block: forum_stats -->How can I remove it from the block? This board does not show "user record" in the block and I would like mine to be that way too.
Thanks!
 
 
		

 
 
		 
 
		 
 
		 
 
		 
 
		