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