On our forum, I constantly use the browser URL to filter the posts that I see. For example */latest?max_posts=1
shows me topics that don’t have any replies, or */latest?assigned=me
to see topics that are assigned to me. Is there such a similar URL pattern I can use to see topics that are about to close? Something like */closing_before=tomorrow
, */closing_before<"7/20/2020
, or */closing_on=today(+3)
…
3 Likes
I don’t think we have a filter for “about to close” topics. Interesting feature suggestion, probably best as an advanced search filter first.
1 Like
Try ?status=open
, sort reversed by bump date (“Activity” column)?
https://meta.discourse.org/latest?ascending=true&order=activity&status=open
3 Likes