HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Terms Of service

Can anyone tell me how you go about changing the terms of service text to suit your own needs?

Comments

  • phreakphreak Vanilla*APP (White Label) & Vanilla*Skins Shop MVP

    Add a locale.php file into your config folder and add (use a regular bracket open instead of the star in front of the ?php, changed it here cause the forum blocks me otherwise):

    *?php if (!defined('APPLICATION')) exit();
     
    $Definition['TermsOfService'] = 'Terms of Service';
    $Definition['TermsOfServiceText'] = 'ToS Text';
    
    • VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
    • VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
  • Excellent, that's did the job. :)

Sign In or Register to comment.