Please or Register to create posts and topics.

How to hide the VIEWS counter

Hi,

is it possible/how is it possible to hide the VIEWS counter?

Thank you for the EXCELLENT forum, I love it! It truly is  a great plugin.

Thanks,
M

Hello @mexl

At the moment you can only hide it together with the answers-counter. Please add the following css-code to your themes style.css file to hide it:

.topic-stats {
    display: none !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Hi,

thank you for your support. Yes, it worked. Do you see any way how to hide the views only, but not the answers-counter?

Thank you,
M

Yes, I think an additional option which allows you to disable the view-counter-functionality would be the way to go. I will add this in the next update.

Edit: I just added it to the development-version of the plugin:

https://github.com/Asgaros/asgaros-forum/commit/131d086a4925213a478de1ea9a0f466932463eb2

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Wow, great, thanks a million 🙂

M