Also note that its been reported that sites with both many (like 40, 50 ?) cck fields *and* Views module can result in high memory consumption. Still an open issue...
Bill Fitzgerald a ecrit le 27/09/2007 17:49:
Hello, Jeff,
Three options I'd look at, in this order:
http://drupal.org/project/cck_fieldgroup_tabs
http://drupal.org/project/wizard -- this will need some development attention, but would be an amazing module to have working cleanly
http://drupal.org/project/pageroute -- this might not be your exact use case, because this provides a path to create multiple nodes.
Cheers,
Bill
Jeff Beeman wrote:
Does anyone have any experience or comments on creating content types with CCK that have lots of fields? I am considering it's use in a project where content types would need 30, 40, maybe even 50 fields.
If performance isn't an issue, what about UI? Are there ways to break node submission into several pages? The groups would be at least a good start for node submission, but it'd be nice in this case if it were a little more "wizard"-ish.
Jeff Beeman