Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hiding closed subject

  • @julien-sserenity

    Participant

    Hi all,
    i would like to know if there’s a way to hide subject when they’re closed.
    Thx by advance for your answer and have a nice day

    PS : i’m using WordPress Version 4.0 and bbPress Version 2.5.4

Viewing 4 replies - 1 through 4 (of 4 total)
  • @robin-w

    Moderator

    Not an easy one.

    I presume that you mean automatically do this ? Manually you can of course ‘trash’ a topic and it will cease to appear on the forum

    Also what would you like to happen to ‘closed’ topics, presume you would like to keep these, but in being hidden, presume you mean that they never show up in any forums/searches etc. but still show in the backend, or are you happy to actually delete them permanently?

    @julien-sserenity

    Participant

    Thx for your answer Robin W. You presume well : i just want to hide them automaticcaly (when i close a subject, i just want him to disappear) but never delete them (have to keep them all for my work)

    @stefansill

    Participant

    css code:

    
    .bbp-topics ul.status-closed {
    display:none;
    }

    @dugararchit

    Participant

    But this is a wrong approach, Can’t I remove listing closed or spam topics, Since it will show ten topics at top but removing old will count only 9
    anything possible while listing it should only show those topics only which has open status

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar