Hi all.
I have more than 20 content types CCK and I want install it on other site.
I choose CCK export + importexportapi modules. And I get more than 20 files with php code. So I must, in my other site(and sites), from cck import form install all content types from files. It's hard. But, when I install a content type, in my data base appear new tables and rows in some tables, so install/import it's just correct and right sql commands. So if it's just sql, I can maybe, create mymodule_name.install file and end? I think it's better then copy/paste from cck import form.
So my question:
How I can get by exporting content types not php code, the sql code?
How you think drupal.org have this module?
Maybe send this idea to author a cck module?