Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

AddFields for vanilla 2

Can we have something like
$Post->AddField('input','attributes')
$Post->AddField('radiobutton','attributes')
etc
and a way to arrange the sequence of these form elements. Its particularly usefull when you have to make major changes to the Post.php page, like my Vcal (calendar) extension, which will add atleast 20 new form elements to the Post.php page at different locations and different times.

This can be a simplified version of CCK extension in Drupal
This discussion has been closed.