Options
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.