It is a real drag having to import the content types yourself, and you need to know to enable Content Copy. It would be best to create these content types using hook_node_info
I will be spending some time creating patches for this module in a month or so, but if anyone wants to get started I'm sure a lot of users would benefit from this.
Comments
Comment #1
SeanBannister commentedsubscribe
Comment #2
alan d. commentedI'm working on multiple issues related to this module today, and will supply a full zip of the changes latter today or tomorrow.
To resolve the installation pain and to ensure the types are always present, I wrote an implementation of hook_node_info() and used hook_enable to create the fields:
Comment #3
alan d. commentedCross posting #915878: Combined issue queue patch
Comment #4
adamdicarlo commentedComment #5
adamdicarlo commentedThis was fixed a while back.