burtoni Posted September 19, 2005 Posted September 19, 2005 On the log-in page, the welcome message comes up: Welcome back Robert! How and where can I change the configuration (maybe "class": GreetUser?) so that the Surname (last name) is shown instead of the first name?
burtoni Posted September 19, 2005 Author Posted September 19, 2005 Or is it in the 'define (TEXT_GREETING_PERSONAL)' where i gotta change the code to the first name?
burtoni Posted September 19, 2005 Author Posted September 19, 2005 I found out from the create_account.php that EMAIL_GREET_MR gives the Surname of the person: define('EMAIL_GREET_MR', 'Bonjour M. %s,' . "\n\n"); Now how do I implementate that into my code in the english.php file, so that the first name is no longer given? (about line 286) define('TEXT_GREETING_PERSONAL', 'Welcome <span class="greetUser">%s!</span>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.