FaeWhisperer
New Member
- Messages
- 11
Hi, I originally posted on Xenforo help page, but it turns out that it's more than likely related to my custom style that I purchased. I purchased the Aperture style and have since added a lot of custom content to it.
I noticed that on in one forum, that lists all of my other forums show this:

But on the category views, the same forums listed show this:

the caches are cleared/rebuilt every night, so theoretically it should be working properly. I inspected the code where the '0' lays and got this:
I feel like this code is wrong, but I cannot find this code snippet in Page_Container or Xenfocus_Base.less so I have no idea how to fix it. If it's just a stylization that I can hide the views in category view, I would - but I don't remember how to change to show threads, messages and views.
I have two addons that shows views on a widget and in the actual thread itself but disabling them do nothing so I'm at a loss.
Any help would be appreciated!
I noticed that on in one forum, that lists all of my other forums show this:

But on the category views, the same forums listed show this:

the caches are cleared/rebuilt every night, so theoretically it should be working properly. I inspected the code where the '0' lays and got this:
Code:
<div class="node-stats">
<dl class="pairs pairs--rows">
<dt>Threads:</dt>
<dd>53</dd>
</dl>
<dl class="pairs pairs--rows">
<dt>Messages:</dt>
<dd>10.4K</dd>
</dl>
<dl class="pairs pairs--rows">
<dt>Views:</dt>
<dd>0</dd>
</dl>
</div>
I feel like this code is wrong, but I cannot find this code snippet in Page_Container or Xenfocus_Base.less so I have no idea how to fix it. If it's just a stylization that I can hide the views in category view, I would - but I don't remember how to change to show threads, messages and views.
I have two addons that shows views on a widget and in the actual thread itself but disabling them do nothing so I'm at a loss.
Any help would be appreciated!