すべてのユーザーを投稿数でソートできますか?

Is there a way to do this? I’m trying to reach out to my major contributors from the past 15 years (before transfer from UBBthreads) to let them know about updates to the forum.

あなたが本当に必要としているのは、Data Explorer プラグインで、次にこのようなクエリを実行することです Top quality users in last six months

You can do this from /users, for example:

https://meta.discourse.org/u?order=post_count&period=all

That sorts all users by post count for all time

If you want to work with that data in more detail, or take it off-site, then Data Explorer is the way to go.

Thanks! This is exactly what I was looking for, and I’ll look into Data Explorer, too!