Ok I have sorted it...
Worth pointing out that the mistake was in the install script though it told me to enter the last change in the member.php in the wrong place..
Step 4 of 4 in the member PHP told me to add the code here:
eval("\$referrals = \"".gettemplate("getinfo_referrals")."\";");
}
It needed to be after:
eval("\$referrals = \"".gettemplate("getinfo_referrals")."\";");
} else {
$referrals = '';
}
Just though I would let you know about that
Lucy