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.

Help needed To Customise Vanilla Q&A

Hi, I need help to change the default "start a new discussion" as it appears on

http://ask.medicalsquid.com/

to "Ask a Question" as it appears on

http://vanillaforums.org/addon/mobiledefaultroute-plugin

below Latest Version

I am too naive to code. So kindly suggest the files I have to edit along with the path.

Any help is appreciated.
Thanks.

Srinivas

Answers

  • KasperKasper Scholar of the Bits Copenhagen Vanilla Staff
    edited May 2012

    This should work (for Vanilla 2.1 at least):

    $Configuration['Plugins']['QnA']['UseBigButtons'] = TRUE;

    By the way, this goes in your conf/config.php file.

    Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub

  • kasperisager said:
    This should work (for Vanilla 2.1 at least):

    $Configuration['Plugins']['QnA']['UseBigButtons'] = TRUE;

    By the way, this goes in your conf/config.php file.

    Thanks. But now I have both buttons,

    Start a new discussion and ask a question, as seen on http://ask.medicalsquid.com

    Is it possible to bring Ask a question to top ?

Sign In or Register to comment.