Want to welcome people by name

Discussion in 'Templates customization' started by barbt, Oct 30, 2006.

  1. barbt

    barbt New Member

    Joined:
    Oct 24, 2006
    Messages:
    22
    Hello,

    I'm fine with editing templates and the like but still teaching myself php....How can I change my membership.html to include

    Welcome $Username

    where $Username is the capitalized first name of the subscriber?

    Thanks!

    Barbt
  2. storehunt

    storehunt New Member

    Joined:
    Aug 22, 2006
    Messages:
    13
    I have it included in my header file so it's on all pages (except with lots more info), but here's the code for first name only

    Welcome, {$smarty.session._amember_user.name_f} !

    This info is in the amember manual under customization, you can also put on all php pages using a different format

Share This Page