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.

problem creating plugin

thetryrthetryr New
edited May 2012 in Vanilla 2.0 - 2.8

i try to make my own plugin. I have a problem, succed with a form, but no idea to create multiple form. How to du?

Answers

  • I find it best to lay out a rough programming specification that details the desired behaviors and reaponses... then write code. That way if im stuck i can post my spec and say

    This is what im trying to accomplish (insert specification)
    This is what i did (insert code here)
    this is the behavior exhibited (insert screen shot)

    Then people may be able to provide guidance.

  • I couldn't have said it better

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

  • i dont know idea, im newbie to the garden fw.
    maybe like this.
    in the class.myplugin.plugin.php
    $form = new Gdn_Form (blablabla)
    and in the view folder
    $this->Form (blabla) will give me a form with a submit button, right?
    But i cant to paste such code to make 2 form/2submit. Im sorry for bad explanation.

Sign In or Register to comment.