View Single Post
  #1  
Old 05-15-2003, 10:57 AM
 
jaymon jaymon is offline
 

Member
  
Join Date: Sep 2002
Location: St. Louis
Posts: 16
 

Default Display a users first name instead of the login in authbox

After a user logs on to my site, I'd rather the authbox.tpl display their first name instead of the default username or login name. I've noticed it calls /include/login.php and that it pulls the login name from the database with other user data and displays it in authbox.tpl with the variable {$login}. How would I call the users firstname into the template instead of the login name?

TIA,
jaymon
__________________
--
Austin
Reply With Quote