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.
"Ask a Question" column header button
Being a Vanilla n00b, I'm wondering if where I modify the code that writes "Ask a Question" over there -->
It doesn't always seem to be appropriate. The default seems like it should be something about posting a topic rather than a question, etc.
UPDATE: Disabling the voting add-on changes the text back to normal. Odd default behavior.
It doesn't always seem to be appropriate. The default seems like it should be something about posting a topic rather than a question, etc.
UPDATE: Disabling the voting add-on changes the text back to normal. Odd default behavior.
0
Comments
$Definition['Start a New Discussion'] = 'CHANGEME';
the voting plugin comes with it's own locale.conf containing the same string and that overrrides the default .conf's definition.
So if you got Voting enabled you may want to change that same string in plugins/Voting/locale/what-EVER.php as well.