I want to get rid of the upload module in certain content types, but I would like it to appear in certain other content types, regardless of user role
is there any way to make this happen, I'm using flexinode to create custom content types?
or I could just write my own custom content type modules, I know how to put new form fields into the story module, and I can create a corresponding field in the node_revisions table but I have no idea how make the new form field actually put the data entered into the table, and I can't find any documentation that explains this
would writing custom content modules make it easier to have control whether or not the upload option appears in the create content screen?
thanks in advance for any help!
EK