Hello @yworld
At the moment I dont really want to add this. The reason is when I want to show all that kind of information, I have to add a lot of resource-intensive database-queries to the frontend which also needs to get filtered based on category/forum-permissions. And I think the benefit of it is not soo huge because basically a user can also see if a forum is active when reading the already existing “topics/posts”-numbers at the overview.
But: I added a new hook called asgarosforum_overview_custom_content_bottom to the overview which allows you to extend the bottom-area. It will be included in the upcoming release, otherwise you can find the small changeset for it here:
https://github.com/Asgaros/asgaros-forum/commit/5b8dd597251741d85e651050f965409067e174cb
Maybe when there will be a big demand for this functionality, I can bring it as an optional feature in the future. ??