FaeWhisperer
Member
Hi, so I noticed that the views on these forums listed, are not showing at all.
But when I select one forum, I get this information:
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, 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!
But when I select one forum, I get this information:
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, 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!