|
from the profiles template:
<tr>
<td bgcolor="$tempvars[primary]"><font face="$tempvars[fontface]" size="2" color="#000000"><b> Referred By:</b></font></td>
<td bgcolor="$tempvars[primary]"><font face="$tempvars[fontface]" size="2" color="#000000">$user[referredby]</font></td>
</tr>
this is from cp_users.php:
new query($SQL, "UPDATE profiles SET usergroup = '".$usergroup."', banned = '".$banned."', homepage = '".$homepage."', email = '".$email."', icq = '".$icq."', aim = '".$aim."', yahoo = '".$yahoo."', msn = '".$wm."', occupation = '".$occupation."', note = '".$personal."', location = '".$location."', homepage = '".$homepage."', referred= '".$referredby."
this is from cp_members.php:
$referredby= $query_users->field('referredby');
Does this help any?
|