Open therealmaxmoon opened 1 year ago
To anyone reading this issue and interested in an answer, I had the same question after deploying the widget in a forum and wondering the same, so I looked at the code, and the answer seems to be that the more posts a discussion has, the hotter it is.
But, yeah, it is not time based.
To be fair, it is difficult to guess the available filters without looking at the backend code for Flarum. There is actually a filter for discussions called created
that allows to search for discussions started in a specific date range, something like created:2024-09-02..2024-09-05
. However, this would exclude discussions that are older but still popular and receiving new posts in the last couple of days.
I am worried the same posts will be in the list all the time, if it's only about the amount of posts, because posts in the hot list, get intention and people might post even more there.
But if it's time based (like most posts the last 3 days), this could work very well.