How to get profile numbers?

Hello,

I want to have at index page something like this: Our community consists of xxx members! Get joined!

So, im wondering how can it get that dynamic number?

I've found this code:

function getBlockCode_Members() {
$iMaxNum = (int) getParam( "top_members_max_num" ); // number of profiles
$aCode = $this->getMembers('Members', array(), $iMaxNum);
return $aCode;
}

But have no idea what to do with this, as i am not a programmer.

Thanks in advance for your help

Quote · 23 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.