Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to remove feature that counts # of discussions and comments in a category?
keith101
New
I tried going to the category file in my themes folder and commenting out all code that included the word "count", but all that did was remove my categories. Is there any way to do this?
Tagged:
0
Comments
If I understand what you want, the easiest way would be to do it via css, using display: none on the relevant elements. Use a web inspector to find what the element names are.
You can use the plugin CSSEdit to make css changes on the fly.
As a rule, don't edit core files; it just opens you up to trouble when Vanilla updates.