I ivp Active member Licensed customer Mar 21, 2021 #1 How to prevent displaying some threads in Article forum list?
P Paul B XenForo moderator Staff member Licensed customer Mar 22, 2021 #2 Other than moving them to a different forum, you can't. You can hide them using CSS though: Less: .js-threadListItem-123 { display: none; } Upvote 0 Downvote
Other than moving them to a different forum, you can't. You can hide them using CSS though: Less: .js-threadListItem-123 { display: none; }
AscalonNera Active member Licensed customer May 23, 2021 #3 It is possible use something like this code to prevent show resources in one category in resources list? Upvote 0 Downvote
It is possible use something like this code to prevent show resources in one category in resources list?