• Resolved elsoar

    (@elsoar)


    Hello, wonderful programmer.
    please; Set an option with which we can disable sidebars: Voices – Posts – Last Post

    So we can make the titles full screen, with no side distortion.

    This would be great.

    TIA

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter elsoar

    (@elsoar)

    thank you sir. This is great and useful.
    However, after modification. We didn’t make use of the empty space. The address is displayed in two or three lines, not in all available space.

    I gotcha.

    To force the topic title column to fill the full width, add this CSS code snippet to the “Custom CSS” tab and click save:

    li.bbp-forum-info, li.bbp-topic-title {
            width: 100% !important;
    }

    That should be what you’re looking for.

    Let me know if you have any other questions/issues.

    Thread Starter elsoar

    (@elsoar)

    As usual, a professional.
    excellent. This is professional + fast technical support.
    thank you sir.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable: Voices – Posts – Last Post’ is closed to new replies.