[ad_1]
Thank you for providing the pictures. It provided the clarity I needed since “sidebars” are something completely different. You want to hide the COLUMNS for Voices/Topics/Replies/Freshness (for forum indexes and topic indexes) .
Perhaps we will add an option for this in the future, but neither myself nor @robin-w have ever mentioned it as a “upcoming feature”.
Whether we add that as a feature in the future or not is still TBD. But you can easily hide those columns with the following CSS code snippet:
.bbp-topic-voice-count, .bbp-topic-reply-count, .bbp-topic-freshness, .bbp-forum-topic-count, .bbp-forum-reply-count, .bbp-forum-freshness {
display: none;
}Just add that to the “Custom CSS” tab and click save.
Marking as resolved, but feel free to ask questions if you run into any issues with this.
