Imgur will allow you to upload gifs (I should hope so!)... I don't think there's a way to pull a png back from imgur (that's actually a png)
Prevent specific category from showing in 'recent'
-
Scenario: Adding a feed to show in it's own category where (category = {place whatever here})
Final outcome: category = {place whatever here} does not show in recent, as recent is the default landing page, and specific feed does not need to be there.
Thoughts?
-
Wouldn't that filter the topics from everywhere, including the category page itself?
-
It's only reading from a sortedSet for recent.
A
filter:topics.updateRecent
should work I think, to filter it out based on the cid of the topic. -
@pichalite Right, it only prevents new posts/topics from going to the Recent page.