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 Change Text "New Discussion"

Hi, i have search in community about Change Text "New Discussion"
and i find this link http://vanillaforums.org/discussion/16052/change-text-for-start-a-new-discussion
But in my cpanel, i cant find

conf/locale.php
$Definition['Start a New Discussion'] = 'Your text';

Please help..
thanks

Comments

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    @jobbatam

    If it doesn't exist, create it!

    See the official documentation here:

    http://docs.vanillaforums.com/developers/locales/

    Essentially, you need a locale.php file that has this at the head:

    <?php if (!defined('APPLICATION')) exit();

    If you don't know how to save a file as a php file, you could always copy the definitions.php file from

    applications/vanilla/locale/en-CA

    into conf and rename it locale.

    Delete the existing definitions, and add your own.

  • jobbatamjobbatam Batam New
    edited May 2015

    @whu606 said:
    jobbatam

    If it doesn't exist, create it!

    See the official documentation here:

    http://docs.vanillaforums.com/developers/locales/

    Essentially, you need a locale.php file that has this at the head:

    <?php if (!defined('APPLICATION')) exit();

    If you don't know how to save a file as a php file, you could always copy the definitions.php file from

    applications/vanilla/locale/en-CA

    into conf and rename it locale.

    Delete the existing definitions, and add your own.

    Upload here? where i can get locale.php ? thanks @whu606

  • jobbatamjobbatam Batam New

    Oh no, wrong delete in conf, my vanilla need install again o:)

Sign In or Register to comment.