View Single Post
  #5  
Old 03-08-2005, 03:06 PM
 
ivoiremall ivoiremall is offline
 

Newbie
  
Join Date: May 2004
Posts: 1
 

Default

Quote:
Originally Posted by andreas04031
Here it is, for 4.0.11

authbox.tpl

Code:
{$login_firstname}{$login_lastname}{$lng.txt_logged_in}
you can format this as you want, you might put a
after the {$login_lastname} to get the text "is logged in" into the next line...

in check_useraccount.php

add line

Code:
$smarty->assign("login_lastname",$user_account["lastname"]);


below the line for the first name
Code:
$smarty->assign("login_firstname",$user_account["firstname"]);

Cheers, Andy
__________________
Marina Doffou
Reply With Quote