Topic: Hiding blacklisted items in the Popular page?

Posted under General

Prior to a few days ago, all blacklisted items on the Popular page were fully hidden but could be restored when disabling the blacklist. Now, all blacklisted posts show up with a "Blacklisted" thumbnail with no visible way to hide them that I could find.

I'm not sure what option I changed to do this, if someone could point me in the right direction I would be most grateful :)

Thank you

It's a bug that should get fixed at some point.
In the mean time, you can go to your Settings -> "Advanced" tab, and paste this into the "Custom CSS" field at the bottom.

#c-explore-posts #a-popular article.blacklisted { display: none; }

It'll hide blacklisted posts on the Popular page.

bitwolfy said:
It's a bug that should get fixed at some point.
In the mean time, you can go to your Settings -> "Advanced" tab, and paste this into the "Custom CSS" field at the bottom.

#c-explore-posts #a-popular article.blacklisted { display: none; }

It'll hide blacklisted posts on the Popular page.

Hey, thanks for the quick reply! That works perfectly :3

  • 1