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.
Changing some of the basics
bposner
New
Hi,
I've been using Vanilla for about 2 days I have experience with other forums, but new to this platform. Where does one change some of the basic thinks like terms notice, email being sent out to new users and maybe change/add to the registration form.
Thank you
Bill
0
Comments
Those would be $Definitions you can change, look in
forum/application/dashboard/locale/definitions.php
copy the ones you want to change and paste them into config/locale.php
example:
$Definition['EmailHeader'] = 'Hello {User.Name}!';
change to
$Definition['EmailHeader'] = 'Greetings {User.Name}!';
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thank you once again, that helped.