hi,
Is there a way to hide or to change the number of views column?
permalink
hi,
Is there a way to hide or to change the number of views column?
permalink
While you cannot hide the column, you can hide the numbers by using one of the more advanced features of lefora, custom css.
In the admin pannel go to 'theme' tab then click 'css' and add the following line:
.threads_for_category .views {visibility:hidden;}
Click save, at the bottom and the numbers wont display, though the column will still be there.
If you are familiar with css there are more creative things you can do here aswell.
Hope this helps.
permalink
got it, thx for your help
permalink
and this might work to hide the entire column:
#thread-list-page .views { display: none; }
permalink
I agree with cheif on this one I wouldnt recomend doing it though
It's been a while since this topic was active, if you'd like to get it going again, please post as a registered member