The documentation is a bit scattered so it is unclear wether or not one is still required to set up a dummy content type to force CCK fields into own table for Drupal 6.
The documentation is a bit scattered so it is unclear wether or not one is still required to set up a dummy content type to force CCK fields into own table for Drupal 6.
Comments
Comment #1
hefox commentedIn general I believe so. (d7, no since fields are already in different tables).
Comment #2
hefox commentedYes, you still need to make the dummy content type. Or you can do a patch cck and extra steps at merge(the instructions are in the d5 branch). I do the dummy content type as I don't want to patch CCK, etc.