Howto: show the username on the member page

Discussion in 'Templates customization' started by bjk68, May 3, 2009.

  1. bjk68

    bjk68 New Member

    Joined:
    Nov 15, 2008
    Messages:
    24
    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}

Share This Page