Thread: Welcome back??
View Single Post
  #2  
Old 03-24-2007, 10:15 PM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default Re: Welcome back??

In modules/Greet_Visitor/set_cookie.php find this line.

PHP Code:
$first_last $user_data['firstname']." ".$user_data['lastname']; 

And change it to this:

PHP Code:
$first_last $user_data['firstname']; 

That's it.
Reply With Quote