This is a short answer that might not be much help, but: you need to find the code that creates the forum statistics (which I believe is in forum.php), and copy it to use in a php type forum block. Well, ok, it's probably more than just copying, but finding the existing code would be a good place to start.
ETA: Of course it's possible there's a mod for this already, maybe someone else will know.
This is a short answer that might not be much help, but: you need to find the code that creates the forum statistics (which I believe is in forum.php), and copy it to use in a php type forum block. Well, ok, it's probably more than just copying, but finding the existing code would be a good place to start.
ETA: Of course it's possible there's a mod for this already, maybe someone else will know.
Searched Forum Statistics
4.x Mods
Titles Only
Found nothing.
Unfortunately, I have no idea how to do server work besides taking a backup. Only our owner and another administrator are experts in that area, so I'll have to wait for the other administrator to get online so he can check forum.php.
I wrote some widget code which shows them (although not in the same format). You'd have to convert it to forum block code though. And, if I recall, sometimes weird things will happen to the max users if it's done incorrectly, so that is something you would need to be aware of and probably want to make sure you test real well on a test site.
I wrote some widget code which shows them (although not in the same format). You'd have to convert it to forum block code though. And, if I recall, sometimes weird things will happen to the max users if it's done incorrectly, so that is something you would need to be aware of and probably want to make sure you test real well on a test site.
Do you use some sort of converter tool to convert it?