Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi guys,
we've just updated our forums to NodeBB 1.9.1 and I was wondering if there was an option in the ACP to hide the Votes column in Categeory pages:
Basically making it like it was before, with just Posts and Views displayed.
Thank you!
I'm not sure if it's possible via ACP, but you could edit the theme to hide this information. It'll likely be in the categories.tpl file.
@jarko You can add a custom css rule in the ACP.
.stats-votes { visibility: hidden; }