You are best off looking in the WordPress plugin directory, or searching or asking on the WPMU forums. This is not a BuddyPress. question.
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.
Thank you 21cdb. Thanks for the guidance. Same to you DJPaul
Regards,
A
Cool
I have introduced this on:
wp-content/plugins/buddypress/bp-core/bp-core-widgets.php
Can see the result on http://vivacity.pe
Best Regards.