So far I have been doing pretty good as far as customization goes. However, I haven't looked to far into the smarty stuff. This is probably pretty easy: I just want to know how to display user info when they login on the main page. I was trying: Welcome {u.login|escape}, but didn't seem to be working. I want to display their first name. Whats the code for smarty? Do I have to update member.php? thanks in advance. Love the script.
This code dont work on any amember pages only on non amember pages <? session_start(); print "Welcome, " . $_SESSION['_amember_user']['name_f'] . " " . $_SESSION['_amember_user']['name_l']; ?>