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.
When I add Voting plug in, Start a Discussion changes to Ask a Question!
why is that? can anybody help me please??
2
Comments
Create locale.php in your conf/ folder.
Paste the following:
<?php if (!defined('APPLICATION')) exit(); $Definition['Start a New Discussion'] = 'Start a Discussion';
Vanilla Forums COO [GitHub, Twitter, About.me]
these can be overridden by definitions similar to that given by tim above, as always there are many ways to do things, the file in the voting plugin overrides the out of the box behaviour.
Another way is to delete the file, better to modify the file or even write your own locale definitions making sure your definitions take precedence.