You can modify \templates\member.html to display the username of the member. Use the following special syntax: Code: {$smarty.session._amember_user.login} When you want to show the firstname and lastname of the user, use: Code: {$smarty.session._amember_user.name_f} {$smarty.session._amember_user.name_l}