Work fine to nodebb 1.11.2 😉
How to disable VOTES after I upgrade to 1.7.4 ??
-
Hello guys,
I upgraded to 1.7.4, then I found there was another column (see the image). In English, it means "vote", but I have no idea how to disable it? Thanks
-
I added some new css classes for those so you will be able to hide it with
.stats-votes { display: none; }
-
Thanks. Well, do you know why they are set to be
display
by default? Almost all the vote's number is zero. I dont think it is necessary to display it. What do you think? -
I am still wondering if there is an easy way to hide VOTES.
-
@sharonyue said in How to disable VOTES after I upgrade to 1.7.4 ??:
I am still wondering if there is an easy way to hide VOTES.
I agree. Things like this should not be implemented without an ACP option to disable it.
I should not have to butcher css to hide it.
-
@sharonyue Did the CSS changes suggested by @baris work for you?
@JaredBusch I understand the changes can be a little jarring... we don't guarantee that your UX will be the same when upgrading versions, although I do agree -- an ACP option to disable the votes column would be handy
-
I put the following in the custom CSS, unfortunately it does not work
body { font-family: "Times New Roman"; } .stats-votes { display: none; }
-
Make sure your custom CSS is enabled. I tested the CSS on this forum just now and it works fine.
-
It works fine for me but how to use the extra place please ?
SCREEN : https://screenshot.net/5og6va7
Thank you
-
Ok now that is hidden, can we use the extra space for last reply please ?