Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to customize Vanilla
I want to totally customize the text of my forum. Like for instance when someone click to sign up I would like it to be my own words. Where do I find this information. I would like to change the words "Start a new discussion". and so forth.
Jonah
0
This discussion has been closed.
Comments
DO NOT EDIT THAT FILE
When you find the items you want to change, copy them into your conf/language.php file and edit them there. This way you won't lose your custom settings when upgrades come out (because all files in the conf folder remain intact while all other files are replaced during an upgrade).
why?
The reason is because the addon gets parsed after the definitions get loaded and the ones in the addon are overwriting the ones in the definitions file.