lazy llama
Well-known member
Yes, users, forums and threads here. I don't have tags enabled, but I'd guess that is affected too.All, I think. In my case threads and users.
From the tic_ignore_stats template:
		HTML:
	
	    <div class="block-outer block-outer--after">
        <xf:pagenav page="{$page}" perpage="{$perPage}"
                    total="{$total}" link="misc/tic-stats" params="{$pageNavParams}"/>
    </div>
	What I see in the source for the page:
		HTML:
	
	    <div class="block-outer block-outer--after">
       
    </div>
	xf:pagenav isn't working - some invalid parameter maybe?