Hi guys, I'm amazed no one asked for this question before.. how can I display the First and Last name of the user in his own member page? Thanks Mario
Thanks David, It works, just put those values in the member.html template. what is actually the difference between just using {$user.name_f} or using {$smarty.session._amember_user.name_f}? Mario
{$user.name_f} is usually used in email, {$smarty.session._amember_user.name_f} on the web site. Did {$user.name_f} work on your webpage? David