• Resolved dmitcha

    (@dmitcha)


    Hi, thanks for this simple but powerful plugin; it resolved my privacy issues that my membership plugin didn’t address (e.g., forums in search results, direct url access, etc.).

    I have chosen to keep Forum Visibility active to let people see the types of forums we offer. However, I don’t want them to see the Topic or Post count or freshness data.

    TOPIC/POST COUNT STILL DISPLAYS
    For the first two items, I have checked the option to “Hide topic and reply counts,” but my main /Forums page still displays the topic and post counts to public/unregistered visitors. Am I misunderstanding what content this toggle controls or perhaps not following all the necessary steps?

    FRESHNESS MESSAGE ONLY DISPLAYS FOR ONE FORUM
    For freshness, only one of the forums is displaying the freshness message in that column. Another is displaying the freshness data, and the others are saying “no topics” (we haven’t launched). All of the forums are set to Type-Forum, Status-Open, Visibility-Public.

    What is the fix for this odd discrepancy?

    Also, it’s displaying my user name as part of the freshness message – can that be turned off?

    Thank you!

    https://www.ads-software.com/plugins/bbp-private-groups/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robin W

    (@robin-w)

    Sorry for delay in response, I’m working on a deadline on another project, but I will come back to you when I can

    Thread Starter dmitcha

    (@dmitcha)

    Thanks, and I found a simple CSS solution to remove all three columns from my Forum list, so not a problem. Note, the topic title styling affects internal pages, too, so I left it at 55% rather than making it bigger. Still looks great!

    ul#forums-list-0.bbp-forums li.bbp-forum-topic-count {
    display:none;
    width:1%;
    }
    ul#forums-list-0.bbp-forums li.bbp-forum-reply-count {
    display:none;
    width:1%;
    }
    ul#forums-list-0.bbp-forums li.bbp-forum-freshness {
    display:none;
    width:1%;
    }
    ul#forums-list-0.bbp-forums li.bbp-forum-info, li.bbp-topic-title {
    width:55%;
    }

    Plugin Author Robin W

    (@robin-w)

    ok, thanks.

    If you’re fixed with the css changes, then I’ll leave digging into it, as they work on my test site.

    If you still have issues, please do come back and I will help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Toggle doesn't hide Topic and Post count’ is closed to new replies.