Closed (fixed)
Project:
LoginToboggan
Version:
6.x-1.7
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
20 Jul 2010 at 12:48 UTC
Updated:
3 Aug 2010 at 15:20 UTC
Greetings from New Zealand.
I would like to edit the 'Login successful' message so it also contains a username, such as 'Welcome $username' I have tried adding this to the loginToboggan.module file, but it only displays the text 'Welcome $username' and does not display the username.
Is there a way I can edit this to get it to display the username?
If there is could you please provide a full explanation of the procedure.
Many thanks,
Shane.
Comments
Comment #1
hunmonk commentedfree support doesn't get you that... ;)
but here's the general idea so you can dig further into it: a) don't ever hack a module directly if you can avoid it, b) learn how to do theme overrides, c) check out theme_lt_login_successful_message().
good luck!