@Laz there is no easy or straightforward way, no
Hiding Votes column in Category view
-
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; }
-
This post is deleted!