Just create content_multigroup.info and put it into cck/module/content_multigroup with these contents:
name = Content Multigroup description = Combine multiple CCK fields into repeating field collections that work in unison. This module is experimental and not ready for production. dependencies[] = content dependencies[] = fieldgroup package = CCK core = 6.x This is explained in the README.txt that comes with the module. "does it allow me to get that data back out of the database" I'm not sure what you mean here -- yes, the data gets added to the database and can be retrieved as normal. In general, content multigroup just bundles up multiple fields and then it acts like a normal CCK field. On Thu, May 28, 2009 at 8:50 AM, Caleb O'Connell <[email protected]> wrote: > Using content multigroup, does it allow me to get that data back out of the > database? do you have a sample .install file, just so I can see what > requirements you're using. I have been doing a lot to work on this and if I > can get this to work initially, I'd love to start working more on this. > -- > -- Caleb Dylan O'Connell > -- [email protected] > -- 207.319.4746 > -- http://blog.caleboconnell.com
