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).
Hello,
I still want to use the reputation system, but I want to hide the topic votes number column. What's the best way to do it?
Thanks.
@aisar-g the best way is to log in your admin account, and add some personnal CSS
.stats-votes { display: none; }
@taloche thank you