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.

Plugin - Save Text to Config

edited June 2012 in Vanilla 2.0 - 2.8

Hey folks, working through my first plugin (a basic 'ask a human questoin' registration addition) with Vanilla, and a bit stumped on how to save some text to the config file from an html input...

I can force a save via 'SaveToConfig('Plugins.BotStop.Question', 'What is three plus three?'); but I'd like to allow admins to change the question from a settings panel...

Can someone point the way?

Best Answer

  • peregrineperegrine MVP
    edited June 2012 Answer ✓

    @peregrine look at my how to in the signature. It gives an example towards the end of the discussion.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Answers

  • peregrineperegrine MVP
    edited June 2012 Answer ✓

    @peregrine look at my how to in the signature. It gives an example towards the end of the discussion.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Awesome.. exactly what I needed.. thanks a ton!

Sign In or Register to comment.