How to remove part of the "Welcome Aboard!" message after signin in?
Hi there,
I am embedding Vanilla in an iPhone app so the users should never find out on what server the forum is hosted as I need to keep them on the iPhone and not accessing it from other devices.
The question is how do I remove the line from the welcoming message that says:
"You can access the site at http://............com"
I need to specify that my only locale installed is the default Skeleton one and in definitions.php I cannot see much data to change.
Thanks a lot for your help on this one.
BR,
Vali
I am embedding Vanilla in an iPhone app so the users should never find out on what server the forum is hosted as I need to keep them on the iPhone and not accessing it from other devices.
The question is how do I remove the line from the welcoming message that says:
"You can access the site at http://............com"
I need to specify that my only locale installed is the default Skeleton one and in definitions.php I cannot see much data to change.
Thanks a lot for your help on this one.
BR,
Vali
Tagged:
0
Answers
The text you want to redefine is this:
$Definition['EmailWelcomeRegister'] = 'You have successfully registered for an account at {Title}. Here is your information:
There may be other text you'll want to edit so have a look in /applications/dashboard/locale/en-CA/definitions.php.Username: {User.Name}
Email: {User.Email}
You can access the site at {/,exurl,domain}.';