Re: Member counter widget?
U can use the wpmu fuction get_sitestats
It enabeles u to show the number of people who have joined ur community as well as the number of registered blogs.
<?php $stats = get_sitestats(); ?>
Until now there are <?=$stats["blogs"]?>
Blogs and <?=$stats["users"]?> User in our network.
I would be also interested in a plugin that shows some more statistics like number of groups, forums and topics. Amount of written words etc.
So if u know some plugin, or ur going to write something, please give me a hint.