Xarcell
Well-known member
I added the online statistic's to the PAGE_CONTAINER for a custom style:
	
	
	
		
But the results are zero. Even when I visit the online statistic's page, the results are still zero. What am I missing here?
See screenshot(style is a work in progress)
				
			
		Code:
	
	<div class="pairsJustified">
                <dl class="memberCount"><dt>{xen:phrase members_online}:</dt>
                    <dd>{xen:number $onlineTotals.members}</dd></dl>
                <dl class="guestCount"><dt>{xen:phrase guests_online}:</dt>
                    <dd>{xen:number $onlineTotals.guests}</dd></dl>
                <dl class="visitorCount"><dt>{xen:phrase total_visitors}:</dt>
                    <dd>{xen:number $onlineTotals.total}</dd></dl>
            </div>But the results are zero. Even when I visit the online statistic's page, the results are still zero. What am I missing here?
See screenshot(style is a work in progress)
 
 
		 
			 
 
		 
 
		 
 
		 
 
		