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
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