We recently had an issue with a user signing up and posting spam on the forum. The user was blocked and the posts removed, however for a short period of time, those posts were displayed on a latest posts widget on the home page.
When building up the ThreadList filters for the widget, is there a way to add a filter for users by a property, E.g. the user has been active for at least a month before their posts are displayed on the latest posts widget.
Currently the ThreadList has QueryOverrides for PageSize and PopularOnly but I cannot see any filters by user property.