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?
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)
css code:
.bbp-topics ul.status-closed {
display:none;
}
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