Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How to remove part of the "Welcome Aboard!‏" message after signin in?

edited October 2011 in Vanilla 2.0 - 2.8
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

Answers

  • Anyone? hope to have an answer of this one too..
  • ToddTodd Chief Product Officer Vanilla Staff
    You want to edit the locale translations for your site. An overview of localization can be found here.

    The text you want to redefine is this:
    $Definition['EmailWelcomeRegister'] = 'You have successfully registered for an account at {Title}. Here is your information:

    Username: {User.Name}
    Email: {User.Email}

    You can access the site at {/,exurl,domain}.';
    There may be other text you'll want to edit so have a look in /applications/dashboard/locale/en-CA/definitions.php.
Sign In or Register to comment.