aaronlbpeterman Can we access user metrics stats somewhere (example: user posts liked by anothers).
FreeFlarum currently does not have such monitoring tool available. An extension would have to be created/added to FreeFlarum for that
aaronlbpeterman I am far from being sql specialist but I know how to write basic queries.
You mean downloading a database dump and inspecting it? Yes, that should be possible, because the data is definitely there. With some automatization and logical SQL queries, you could technically get the results you're looking for. Although I am not aware of the exact structure of Flarum's database (Adminer is still broken for FF, I haven't had time to fix it as I still don't know where the problem is, so I don't remember where the data is stored), so perhaps you could open a new discussion and ask the rest of the community, as I am not a SQL specialist either.